aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-10-29 13:20:04 +0000
committerNick Clifton <nickc@redhat.com>2010-10-29 13:20:04 +0000
commitf432e63cf53571611d9fe776b13a1867429a7adf (patch)
tree08c52c91bd0ab29357dda126f3bbdd4402574610 /bfd/ChangeLog
parent4a114e3e0c1c3337981179b774f1d6d1b06d201f (diff)
downloadgdb-f432e63cf53571611d9fe776b13a1867429a7adf.zip
gdb-f432e63cf53571611d9fe776b13a1867429a7adf.tar.gz
gdb-f432e63cf53571611d9fe776b13a1867429a7adf.tar.bz2
PR bintils/6962
* coffcode.h (handle_COMDAT): Only check the base type when looking for a section symbol.
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 baec58b..faccc5f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-29 Nick Clifton <nickc@redhat.com>
+
+ PR bintils/6962
+ * coffcode.h (handle_COMDAT): Only check the base type when
+ looking for a section symbol.
+
2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
Cary Coutant <ccoutant@google.com>