summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-09-24 06:57:36 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-09-24 06:57:36 +0000
commit3d2f9ac09169f3ce4ba7a08a66a079ee31bc38b0 (patch)
tree3d649f4539c49c3099ef4a5ece7aab1cca895882 /bfd/ChangeLog
parent9d4de8890ecf105a9e1f08f6f85c468a5a7227c8 (diff)
downloadbinutils-redhat-3d2f9ac09169f3ce4ba7a08a66a079ee31bc38b0.tar.gz
* syms.c (_bfd_stab_section_find_nearest_line): Ignore partial
stabs at end of .stab. Tidy variable usage. Don't drop the need for a NULL function name stab if If N_FUN stab is ignored. Ensure index entry count loop matches write loop.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index accece5b57..0af85697e0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2013-09-24 Alan Modra <amodra@gmail.com>
+
+ * syms.c (_bfd_stab_section_find_nearest_line): Ignore partial
+ stabs at end of .stab. Tidy variable usage. Don't drop the need
+ for a NULL function name stab if If N_FUN stab is ignored.
+ Ensure index entry count loop matches write loop.
+
2013-09-20 Alan Modra <amodra@gmail.com>
* configure: Regenerate.