aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-06-16 22:21:16 +0930
committerAlan Modra <amodra@gmail.com>2014-06-16 22:32:45 +0930
commite1279d1d6b5f9205c6603cc661ce7af64e09b5e8 (patch)
tree1ac15639b7f55335d173a547873f23c324bbb86f /ld/ChangeLog
parent85024cd8bcb93f4112470ecdbd6c10fc2aea724f (diff)
downloadgdb-e1279d1d6b5f9205c6603cc661ce7af64e09b5e8.zip
gdb-e1279d1d6b5f9205c6603cc661ce7af64e09b5e8.tar.gz
gdb-e1279d1d6b5f9205c6603cc661ce7af64e09b5e8.tar.bz2
Fix duplicated assignments to __rel_iplt and __rela_iplt symbols
and fix more nds32 dependencies. * scripttempl/elf.sc: Edit out __rela_iplt symbol assignments from .rel sections, and __rel_iplt from .rela sections. * scripttempl/nds32elf.sc: Likewise. * Makefile.am (ends32*.c): Depend on nds32elf.sc. * Makefile.in: Regenerate.
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 783c4bd..ef8234e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-16 Alan Modra <amodra@gmail.com>
+
+ * scripttempl/elf.sc: Edit out __rela_iplt symbol assignments from
+ .rel sections, and __rel_iplt from .rela sections.
+ * scripttempl/nds32elf.sc: Likewise.
+ * Makefile.am (ends32*.c) Depend on nds32elf.sc.
+ * Makefile.in: Regenerate.
+
2014-06-13 Alan Modra <amodra@gmail.com>
PR 17047