* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / ld / emulparams / armaoutl.sh
1 SCRIPT_NAME=armaout
2 OUTPUT_FORMAT="a.out-arm-little"
3 HEADER_START_ADDR=0x8000
4 TEXT_START_ADDR=0x8000
5 NONPAGED_TEXT_START_ADDRESS=0x8000
6 PAGE_SIZE=32768
7 ARCH=arm
This page took 0.038284 seconds and 4 git commands to generate.