aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2015-07-27 11:45:27 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2015-07-27 11:45:27 +0100
commitb68a20d6675f1360ea4db50a9835c073675b9889 (patch)
tree04c4b525cdd838ddd3bdd0cf0bfad8cb1157aad1 /ld/testsuite/ChangeLog
parent0c096ed760273eb364d2e4e6def21f688ceff525 (diff)
downloadgdb-b68a20d6675f1360ea4db50a9835c073675b9889.zip
gdb-b68a20d6675f1360ea4db50a9835c073675b9889.tar.gz
gdb-b68a20d6675f1360ea4db50a9835c073675b9889.tar.bz2
[ARM] Fix extern protected data handling
Emit *GLOB_DAT instead of *RELATIVE relocs for protected data in shared objects. This is needed for the fix of glibc bug 17711: https://sourceware.org/bugzilla/show_bug.cgi?id=17711 bfd: PR ld/18705 * elf32-arm.c (elf_backend_extern_protected_data): Define. ld/testsuite: PR ld/18705 * ld-arm/protected-data.d: New. * ld-arm/protected-data.s: New. * ld-arm/arm-elf.exp: Add new test.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r--ld/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index de0ad1b..734fe69 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2015-07-27 Szabolcs Nagy <szabolcs.nagy@arm.com>
+
+ PR ld/18705
+ * ld-arm/protected-data.d: New.
+ * ld-arm/protected-data.s: New.
+ * ld-arm/arm-elf.exp: Add new test.
+
2015-07-26 H.J. Lu <hongjiu.lu@intel.com>
PR ld/18718