This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux26.sh
1 ARCH=arm
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-littlearm"
4 BIG_OUTPUT_FORMAT="elf32-bigarm"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm"
6 MAXPAGESIZE=0x8000
7 TEMPLATE_NAME=armelf
8 GENERATE_SHLIB_SCRIPT=yes
9
10 # This needs to be high enough so that we can load ld.so below it,
11 # yet low enough to stay away from the mmap area at 0x01100000.
12 # Also, it is small enough so that relocs which are pointing
13 # at absolute 0 will still be fixed up.
14 # These values give us about 0.5MB for ld.so, 16.5MB for user
15 # programs, and 15MB for mmap which seems a reasonable compromise.
16 TEXT_START_ADDR=0x00080000
This page took 0.03097 seconds and 5 git commands to generate.