Initial revision
[binutils.git] / ld / emulparams / armelf_oabi.sh
blob257753ec88c03e99c1c98fc73e32c4b985b4a649
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-littlearm-oabi"
4 BIG_OUTPUT_FORMAT="elf32-bigarm-oabi"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm-oabi"
6 TEXT_START_ADDR=0x8000
7 TEMPLATE_NAME=armelf
8 OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
9 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
10 OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
13 ARCH=arm
14 MACHINE=
15 MAXPAGESIZE=256
16 ENTRY=_start
17 EMBEDDED=yes
19 # Hmmm, there's got to be a better way. This sets the stack to the
20 # top of the simulator memory (2^19 bytes).
21 OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'