* emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux26.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
8GENERATE_SHLIB_SCRIPT=yes
9
5fa803d3
NC
10DATA_START_SYMBOLS='__data_start = . ;';
11OTHER_BSS_SYMBOLS='__bss_start__ = .;'
0f1ee889 12OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
5fa803d3 13
252b5132
RH
14# This needs to be high enough so that we can load ld.so below it,
15# yet low enough to stay away from the mmap area at 0x01100000.
16# Also, it is small enough so that relocs which are pointing
17# at absolute 0 will still be fixed up.
18# These values give us about 0.5MB for ld.so, 16.5MB for user
19# programs, and 15MB for mmap which seems a reasonable compromise.
20TEXT_START_ADDR=0x00080000
This page took 0.031186 seconds and 4 git commands to generate.