Move functions around in preparation for next patch
[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
7TEMPLATE_NAME=armelf
8OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
9OTHER_BSS_SYMBOLS='__bss_start__ = .;'
0f1ee889 10OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
252b5132 11
31ce0628 12GENERATE_SHLIB_SCRIPT=yes
252b5132
RH
13
14ARCH=arm
15MACHINE=
16MAXPAGESIZE=256
17ENTRY=_start
18EMBEDDED=yes
19
20# Hmmm, there's got to be a better way. This sets the stack to the
21# top of the simulator memory (2^19 bytes).
22OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
This page took 0.088129 seconds and 4 git commands to generate.