summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-03-15 17:10:45 +0000
committerTom Tromey <tromey@redhat.com>2013-03-15 17:10:45 +0000
commit9ce986499ee815d3adf734463ee6d7eda61a1c2f (patch)
tree855db92dd2448cd7285abad9466208ba9a5c826f /gdb/ChangeLog
parentfc7b0af761918cc0ca6806841dbec6f78aca4077 (diff)
downloadbinutils-gdb-9ce986499ee815d3adf734463ee6d7eda61a1c2f.tar.gz
PR c++/15116:
* gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC. gdb/testsuite * gdb.cp/overload.cc (intintfunc): New. * gdb.cp/overload.exp: Add regression test.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cf668375e2f..07cb80d4d34 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-15 Tom Tromey <tromey@redhat.com>
+
+ PR c++/15116:
+ * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
+
2013-03-14 Tom Tromey <tromey@redhat.com>
* gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>: