REstore mcore support (duh!)
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux.sh
CommitLineData
252b5132
RH
1ARCH=arm
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-littlearm"
4BIG_OUTPUT_FORMAT="elf32-bigarm"
5LITTLE_OUTPUT_FORMAT="elf32-littlearm"
6MAXPAGESIZE=0x8000
7TEMPLATE_NAME=armelf
8
9OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
10OTHER_BSS_SYMBOLS='__bss_start__ = .;'
11OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
12
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.
17TEXT_START_ADDR=0x02000000
This page took 0.023208 seconds and 4 git commands to generate.