aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 773afba..2c1ec6a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+2014-08-18 Alan Modra <amodra@gmail.com>
+
+ * emultempl/aarch64elf.em (gld${EMULATION_NAME}_after_allocation):
+ Handle error status from bfd_elf_discard_info.
+ * emultempl/armelf.em: Likewise.
+ * emultempl/elf32.em: Likewise.
+ * emultempl/hppaelf.em: Likewise.
+ * emultempl/metagelf.em: Likewise.
+ * emultempl/nios2elf.em: Likewise.
+ * emultempl/ppc64elf.em: Likewise.
+ * emultempl/tic6xdsbt.em: Likewise.
+ * emultempl/vms.em: Likewise.
+
2014-08-14 Alan Modra <amodra@gmail.com>
PR 16563