This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / ld / emulparams / armelf_linux.sh
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
8 GENERATE_SHLIB_SCRIPT=yes
9
10 DATA_START_SYMBOLS='__data_start = . ;';
11 OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
12 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
13 OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
14
15 # This needs to be high enough so that we can load ld.so below it,
16 # yet low enough to stay away from the mmap area at 0x40000000.
17 # Also, it is small enough so that relocs which are pointing
18 # at absolute 0 will still be fixed up.
19 TEXT_START_ADDR=0x02000000