aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-21 18:07:17 +0000
committerTom Tromey <tromey@redhat.com>2012-11-21 18:07:17 +0000
commitcfcad218b1aac54ce8a17794031feba20910a403 (patch)
tree9739cd1e2c1f0130080da5b1a4778dfeb39e5bda /gdb/ChangeLog
parentabe9f67d45d38ee87b501da03a9b9778d31095fb (diff)
downloadgdb-cfcad218b1aac54ce8a17794031feba20910a403.zip
gdb-cfcad218b1aac54ce8a17794031feba20910a403.tar.gz
gdb-cfcad218b1aac54ce8a17794031feba20910a403.tar.bz2
* gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
field. (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE): Remove. * c-typeprint.c (c_type_print_base): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7f0d3e2..f567d47 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2012-11-21 Tom Tromey <tromey@redhat.com>
+
+ * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
+ field.
+ (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
+ Remove.
+ * c-typeprint.c (c_type_print_base): Update.
+
2012-11-21 Yao Qi <yao@codesourcery.com>
PR tdep/7438