Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
[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.*}) }
ce5181b4 17 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_start = .); }
40a18ebd 18 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
ce5181b4 19 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }"
252b5132 20
f11b7027
NC
21DATA_START_SYMBOLS='__data_start = . ;';
22
31ce0628 23GENERATE_SHLIB_SCRIPT=yes
7cfee229 24GENERATE_PIE_SCRIPT=yes
252b5132
RH
25
26ARCH=arm
27MACHINE=
50571e46 28MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
252b5132
RH
29ENTRY=_start
30EMBEDDED=yes
31
465bc359
AM
32# This sets the stack to the top of the simulator memory (2^19 bytes).
33STACK_ADDR=0x80000
2f857bd0
DJ
34
35# ARM does not support .s* sections.
36NO_SMALL_DATA=yes
This page took 0.699174 seconds and 4 git commands to generate.