aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-05-10 10:51:35 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-05-10 10:51:35 -0700
commit5d69120bfff3e532242083acd636dc68f23ea831 (patch)
tree7ae8ad52c95dfb598b85f2cd2e79fe983b249278 /ld/ChangeLog
parent9fc1813479e1518197949105c3f34da8c2e30984 (diff)
downloadgdb-5d69120bfff3e532242083acd636dc68f23ea831.zip
gdb-5d69120bfff3e532242083acd636dc68f23ea831.tar.gz
gdb-5d69120bfff3e532242083acd636dc68f23ea831.tar.bz2
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2dfb06e..eb1fa7d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,13 @@
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
* testsuite/ld-x86-64/pr21481a.c: New file.
* testsuite/ld-x86-64/pr21481b.S: Likewise.