aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-07-18 15:46:13 +0100
committerNick Clifton <nickc@redhat.com>2017-07-18 15:46:13 +0100
commite4e21d9ed14c74304bc060a9d892c0edfc4c8ab4 (patch)
tree45f7df633ed60c519d1733275115ee7bd2c8ee24 /bfd/ChangeLog
parent27841e762c975f6b1ffa0adbffc22405241262df (diff)
Fix runtime failure triggered by a corrupt ecoff input file.
PR binutils/21781 * coffcode.h (handle_COMDAT): Replace abort with an error message and return.
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 a439c16ace..f9eb98f4f3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2017-07-18 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/21781
+ * coffcode.h (handle_COMDAT): Replace abort with an error message
+ and return.
+
2017-07-17 H.J. Lu <hongjiu.lu@intel.com>
PR ld/21782