REstore mcore support (duh!)
[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
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.
16TEXT_START_ADDR=0x00080000
This page took 0.023096 seconds and 4 git commands to generate.