diff options
author | Tom Tromey <tromey@redhat.com> | 2013-03-15 17:10:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-03-15 17:10:45 +0000 |
commit | 9ce986499ee815d3adf734463ee6d7eda61a1c2f (patch) | |
tree | 855db92dd2448cd7285abad9466208ba9a5c826f /gdb/ChangeLog | |
parent | fc7b0af761918cc0ca6806841dbec6f78aca4077 (diff) | |
download | binutils-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/ChangeLog | 5 |
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>: |