5d69120bff
All linker targets based on elf32-i386 should check relocations after opening all inputs since this is how elf32-i386 works. * emulparams/i386lynx.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Set to yes. * emulparams/i386moss.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Likewise. * emulparams/i386nw.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Likewise.
12 lines
240 B
Bash
12 lines
240 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-i386"
|
|
CHECK_RELOCS_AFTER_OPEN_INPUT=yes
|
|
NO_RELA_RELOCS=yes
|
|
TEXT_START_ADDR=0x00002000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ARCH=i386
|
|
MACHINE=
|
|
NOP=0x90909090
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|