aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-12-05 12:14:22 +0000
committerNick Clifton <nickc@redhat.com>2016-12-05 12:14:22 +0000
commit39d4daf68e696bbf2db417abe677b2e68f3aace9 (patch)
treeb26211314d95c2ef86116a70b82918767cdb1a8f /bfd/ChangeLog
parente9a1e93ecab4e67aacb9cd6a5a953c8c0bc23027 (diff)
downloadgdb-39d4daf68e696bbf2db417abe677b2e68f3aace9.zip
gdb-39d4daf68e696bbf2db417abe677b2e68f3aace9.tar.gz
gdb-39d4daf68e696bbf2db417abe677b2e68f3aace9.tar.bz2
Fix assertion failure in linker triggered by corrupt input file.
PR ld/20925 * aoutx.h (aout_link_add_symbols): Replace BFD_ASSERT with return FALSE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 45b8b88..dbb90e7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2016-12-05 Nick Clifton <nickc@redhat.com>
+
+ PR ld/20925
+ * aoutx.h (aout_link_add_symbols): Replace BFD_ASSERT with return
+ FALSE.
+
2016-12-03 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (struct ppc_link_hash_entry): Delete "was_undefined".