aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-10-22 07:42:58 +1030
committerAlan Modra <amodra@gmail.com>2019-10-22 11:46:53 +1030
commitef0cc92e9cd7a589e441389167a8d4fb2fe46367 (patch)
tree8a4840aa5a5f87783ff091c5b79fa42132025e29 /ld/ChangeLog
parentAutomatic date update in version.in (diff)
downloadbinutils-gdb-ef0cc92e9cd7a589e441389167a8d4fb2fe46367.tar.gz
binutils-gdb-ef0cc92e9cd7a589e441389167a8d4fb2fe46367.tar.bz2
binutils-gdb-ef0cc92e9cd7a589e441389167a8d4fb2fe46367.zip
Don't allow RELATIVE relocs in pr22269 testcase
At least, not in the GOT. R_PPC64_RELATIVE is fine for powerpc64 in the .opd section. PR 22269 * testsuite/ld-elf/pr22269-1.rd: Look for GOT section NONE and RELATIVE relocs. * testsuite/ld-elf/shared.exp (pr22269-1): Give test a better name. Use -z nocombreloc.
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 a5d6dd9d561..8f64296c079 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2019-10-22 Alan Modra <amodra@gmail.com>
+
+ PR 22269
+ * testsuite/ld-elf/pr22269-1.rd: Look for GOT section NONE and
+ RELATIVE relocs.
+ * testsuite/ld-elf/shared.exp (pr22269-1): Give test a better
+ name. Use -z nocombreloc.
+
2019-10-19 Alan Modra <amodra@gmail.com>
PR ld/25110