aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-10-15 17:48:48 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-10-15 17:48:48 +0000
commit92163a10dcb34785a2fc74a05c3e890fbe700731 (patch)
treee04e76f254a3faa4ebe963a9ecf8fbea39969ba9 /gdb/ChangeLog
parent3917d5d5ca1bed255ee9bd0a0b38360505ce5b4c (diff)
downloadgdb-92163a10dcb34785a2fc74a05c3e890fbe700731.zip
gdb-92163a10dcb34785a2fc74a05c3e890fbe700731.tar.gz
gdb-92163a10dcb34785a2fc74a05c3e890fbe700731.tar.bz2
gdb/
PR exp/12117 * gdbtypes.c (check_typedef): Clean up function comment. Keep track of instance flags as we strip typedefs and create a new type to preserve them if necessary. * gdbtypes.h (type) <instance_flags>: Extend the comment. gdb/testsuite/ PR exp/12117 * gdb.cp/ptype-cv-cp.cc: New file. * gdb.cp/ptype-cv-cp.exp: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bcfe2b7..a7029cf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-15 Doug Evans <dje@google.com>
+ Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ PR exp/12117
+ * gdbtypes.c (check_typedef): Clean up function comment.
+ Keep track of instance flags as we strip typedefs and create a new
+ type to preserve them if necessary.
+ * gdbtypes.h (type) <instance_flags>: Extend the comment.
+
2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
* p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.