aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2002-01-20 00:09:59 +0000
committerPer Bothner <per@bothner.com>2002-01-20 00:09:59 +0000
commit98081e55d97de9b28768be80794d3f117ac4dd1e (patch)
treecc3677995efb8f9e7b72f30a805243354611c6e7 /gdb/ChangeLog
parent20b7f9f6eb699c64f9821c831dec029b6bba9cb0 (diff)
downloadgdb-98081e55d97de9b28768be80794d3f117ac4dd1e.zip
gdb-98081e55d97de9b28768be80794d3f117ac4dd1e.tar.gz
gdb-98081e55d97de9b28768be80794d3f117ac4dd1e.tar.bz2
* gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
isn't NULL, which can happen with some gcj-3.x-produced code.
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 761b577..da3c084 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-19 Per Bothner <per@bothner.com>
+
+ * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
+ isn't NULL, which can happen with some gcj-3.x-produced code.
+
2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
* alpha-tdep.c (alpha_register_virtual_type): New function.