aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-02-02 23:40:28 +0000
committerTom Tromey <tromey@redhat.com>2010-02-02 23:40:28 +0000
commit9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc (patch)
treec1cdfef1022c3f73c6eabc8d781791261efb1d86 /gdb/ChangeLog
parentf23f4c5973c3ad96ecf812036c6b0ee5a17d726f (diff)
downloadgdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.zip
gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.tar.gz
gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.tar.bz2
gdb
* valops.c (value_cast_structs): Try downcasting using the RTTI type. gdb/testsuite * gdb.cp/virtbase.exp: Add regression tests. * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes. (main): Instantiate RHC.
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 f743cd2..c81a7c6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2010-02-02 Tom Tromey <tromey@redhat.com>
+ * valops.c (value_cast_structs): Try downcasting using the RTTI
+ type.
+
+2010-02-02 Tom Tromey <tromey@redhat.com>
+
* gnu-v2-abi.c: Don't include gnu-v2-abi.h.
(gnuv2_baseclass_offset): Now static.
* Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.