PR ld/21375: MIPS: Add test cases for undefined weaks resolving to zero
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386_chaos.sh
1 . ${srcdir}/emulparams/plt_unwind.sh
2 . ${srcdir}/emulparams/extern_protected_data.sh
3 . ${srcdir}/emulparams/dynamic_undefined_weak.sh
4 . ${srcdir}/emulparams/call_nop.sh
5 SCRIPT_NAME=elf_chaos
6 OUTPUT_FORMAT="elf32-i386"
7 TEXT_START_ADDR=0x40000000
8 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9 ARCH=i386
10 MACHINE=
11 NOP=0x90909090
12 TEMPLATE_NAME=elf32
13 GENERATE_SHLIB_SCRIPT=yes
14 NO_SMALL_DATA=yes
This page took 0.031642 seconds and 4 git commands to generate.