Initial revision
[binutils.git] / ld / emulparams / armelf_linux.sh
blob2d7d57bed25e2c165ad5aeb2584714a35f6cfd3d
1 ARCH=arm
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-littlearm"
4 BIG_OUTPUT_FORMAT="elf32-bigarm"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm"
6 MAXPAGESIZE=0x8000
7 TEMPLATE_NAME=armelf
9 OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
10 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
11 OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
13 # This needs to be high enough so that we can load ld.so below it,
14 # yet low enough to stay away from the mmap area 0x40000000.
15 # Also, it is small enough so that relocs which are pointing
16 # at absolute 0 will still be fixed up.
17 TEXT_START_ADDR=0x02000000