* Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
[binutils.git] / ld / emulparams / armelf_linux.sh
bloba85e8bd2b096aad85eae73de46e0a70f5c07ca4c
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
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__ = . ;'
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