aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-08-05 23:28:21 +0930
committerAlan Modra <amodra@gmail.com>2017-08-05 23:28:21 +0930
commit55ef6584ca8466e293e9f1b310c0bf44500c11b6 (patch)
tree37d7eb5cfee1e66726d710f9f10130b9b8ada260 /ld/ChangeLog
parenta66930b357fee4ae716bfc8816e78c0f9c024005 (diff)
downloadgdb-55ef6584ca8466e293e9f1b310c0bf44500c11b6.zip
gdb-55ef6584ca8466e293e9f1b310c0bf44500c11b6.tar.gz
gdb-55ef6584ca8466e293e9f1b310c0bf44500c11b6.tar.bz2
Don't fail in elf32_hppa_set_gp
The base bfd_link_hash_table works fine here, the only thing to watch out for is to only set elf_gp if the output is ELF. bfd/ * elf32-hppa.c (elf32_hppa_set_gp): Don't require an hppa_link_hash_table. ld/ * testsuite/ld-unique/pr21529.d: Don't xfail hppa.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2cf0d49..eb002e9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-05 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-unique/pr21529.d: Don't xfail hppa.
+
2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
PR ld/21904