mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
i386: Set CHECK_RELOCS_AFTER_OPEN_INPUT to yes
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.
This commit is contained in:
parent
9fc1813479
commit
5d69120bff
@ -1,3 +1,11 @@
|
||||
2017-05-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2017-05-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/21481
|
||||
|
@ -1,5 +1,6 @@
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-i386"
|
||||
CHECK_RELOCS_AFTER_OPEN_INPUT=yes
|
||||
NO_RELA_RELOCS=yes
|
||||
ENTRY=_main
|
||||
TEXT_BASE=0x0
|
||||
|
@ -1,5 +1,6 @@
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-i386"
|
||||
CHECK_RELOCS_AFTER_OPEN_INPUT=yes
|
||||
NO_RELA_RELOCS=yes
|
||||
TEXT_START_ADDR=0x00002000
|
||||
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||
|
@ -1,5 +1,6 @@
|
||||
SCRIPT_NAME=nw
|
||||
OUTPUT_FORMAT="elf32-i386"
|
||||
CHECK_RELOCS_AFTER_OPEN_INPUT=yes
|
||||
TEXT_START_ADDR=0x08000000
|
||||
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||
ARCH=i386
|
||||
|
Loading…
Reference in New Issue
Block a user