2008-02-20 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / emulparams / armelf.sh
CommitLineData
252b5132
RH
1MACHINE=
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-littlearm"
4BIG_OUTPUT_FORMAT="elf32-bigarm"
5LITTLE_OUTPUT_FORMAT="elf32-littlearm"
6TEXT_START_ADDR=0x8000
41392f03
AM
7TEMPLATE_NAME=elf32
8EXTRA_EM_FILE=armelf
845b51d6 9OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)'
252b5132 10OTHER_BSS_SYMBOLS='__bss_start__ = .;'
827a1c67
AM
11OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
12OTHER_END_SYMBOLS='__end__ = . ;'
104d59d1
JM
13OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
14ATTRS_SECTIONS='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
40a18ebd
NC
15OTHER_READONLY_SECTIONS="
16 .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
6f372e19 17 ${RELOCATING+ __exidx_start = .; }
40a18ebd 18 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
6f372e19 19 ${RELOCATING+ __exidx_end = .; }"
252b5132 20
f11b7027
NC
21DATA_START_SYMBOLS='__data_start = . ;';
22
31ce0628 23GENERATE_SHLIB_SCRIPT=yes
252b5132
RH
24
25ARCH=arm
26MACHINE=
50571e46 27MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
252b5132
RH
28ENTRY=_start
29EMBEDDED=yes
30
465bc359
AM
31# This sets the stack to the top of the simulator memory (2^19 bytes).
32STACK_ADDR=0x80000
2f857bd0
DJ
33
34# ARM does not support .s* sections.
35NO_SMALL_DATA=yes
This page took 0.330586 seconds and 4 git commands to generate.