Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386_chaos.sh
1 . ${srcdir}/emulparams/plt_unwind.sh
2 . ${srcdir}/emulparams/extern_protected_data.sh
3 SCRIPT_NAME=elf_chaos
4 OUTPUT_FORMAT="elf32-i386"
5 TEXT_START_ADDR=0x40000000
6 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
7 ARCH=i386
8 MACHINE=
9 NOP=0x90909090
10 TEMPLATE_NAME=elf32
11 GENERATE_SHLIB_SCRIPT=yes
12 NO_SMALL_DATA=yes
This page took 0.074421 seconds and 4 git commands to generate.