diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2015-07-27 11:48:48 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2015-07-27 11:48:48 +0100 |
commit | 32f573bcb3aaa1c9defcad79dbb5851fcc02ae2d (patch) | |
tree | af0f7a43f27080ec94da5a622c47f0b76fd02478 /ld/testsuite/ChangeLog | |
parent | b68a20d6675f1360ea4db50a9835c073675b9889 (diff) | |
download | gdb-32f573bcb3aaa1c9defcad79dbb5851fcc02ae2d.zip gdb-32f573bcb3aaa1c9defcad79dbb5851fcc02ae2d.tar.gz gdb-32f573bcb3aaa1c9defcad79dbb5851fcc02ae2d.tar.bz2 |
[AArch64] 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
* elfnn-aarch64.c (elf_backend_extern_protected_data): Define.
ld/testsuite:
PR ld/18705
* ld-aarch64/protected-data.d: New.
* ld-aarch64/protected-data.s: New.
* ld-aarch64/aarch64-elf.exp: Add new test.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 734fe69..db1302f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,6 +1,13 @@ 2015-07-27 Szabolcs Nagy <szabolcs.nagy@arm.com> PR ld/18705 + * ld-aarch64/protected-data.d: New. + * ld-aarch64/protected-data.s: New. + * ld-aarch64/aarch64-elf.exp: Add new test. + +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. |