file as.info-7 was initially added on branch binutils-2_10-branch.
[binutils.git] / ld / emulparams / armelf.sh
blob8c79b6495dafcb7abe716051754387b15501350d
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-littlearm"
4 BIG_OUTPUT_FORMAT="elf32-bigarm"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm"
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__ = . ; __end__ = . ;'
12 GENERATE_SHLIB_SCRIPT=yes
14 ARCH=arm
15 MACHINE=
16 MAXPAGESIZE=256
17 ENTRY=_start
18 EMBEDDED=yes
20 # Hmmm, there's got to be a better way. This sets the stack to the
21 # top of the simulator memory (2^19 bytes).
22 OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'