2000-09-29 Kazu Hirata <kazu@hxi.com>
[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
41392f03
AM
7TEMPLATE_NAME=elf32
8EXTRA_EM_FILE=armelf
252b5132
RH
9GENERATE_SHLIB_SCRIPT=yes
10
5fa803d3
NC
11DATA_START_SYMBOLS='__data_start = . ;';
12OTHER_BSS_SYMBOLS='__bss_start__ = .;'
0f1ee889 13OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
5fa803d3 14
252b5132
RH
15# This needs to be high enough so that we can load ld.so below it,
16# yet low enough to stay away from the mmap area at 0x01100000.
17# Also, it is small enough so that relocs which are pointing
18# at absolute 0 will still be fixed up.
19# These values give us about 0.5MB for ld.so, 16.5MB for user
20# programs, and 15MB for mmap which seems a reasonable compromise.
21TEXT_START_ADDR=0x00080000
This page took 0.053559 seconds and 4 git commands to generate.