aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-11-12 14:51:38 +1030
committerAlan Modra <amodra@gmail.com>2014-11-12 15:15:03 +1030
commit6bb3e67958b0ee59f1b69619761e6d5ad1f7544b (patch)
tree05825e6ff2d336ad960869b838ba9fab3f56b57f /bfd/ChangeLog
parentabd58633c1985c879a84249650172da639773730 (diff)
downloadgdb-6bb3e67958b0ee59f1b69619761e6d5ad1f7544b.zip
gdb-6bb3e67958b0ee59f1b69619761e6d5ad1f7544b.tar.gz
gdb-6bb3e67958b0ee59f1b69619761e6d5ad1f7544b.tar.bz2
Throw away dodgy coff line number info earlier
PR 17521 * coffcode.h (coff_slurp_line_table): Drop line number info not preceded by a valid function entry. Revert last change.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9f48d57..a04b924 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-12 Alan Modra <amodra@gmail.com>
+
+ PR binutils/17512
+ * coffcode.h (coff_slurp_line_table): Drop line number info
+ not preceded by a valid function entry. Revert last change.
+
2014-11-11 Nick Clifton <nickc@redhat.com>
PR binutils/17512
@@ -33,7 +39,6 @@
lineno. Don't both allocating terminator in n_lineno_cache.
Redirect sym->lineno pointer to where n_lineno_cache will be
copied, and free n_lineno_cache.
-
* pe-mips.c (NUM_HOWTOS): Typo fix.
2014-11-11 Alan Modra <amodra@gmail.com>