projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
132c57b
)
* gdbtypes.h (struct vbase): Remove.
author
Tom Tromey
<tromey@redhat.com>
Thu, 1 Mar 2012 18:26:13 +0000
(18:26 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Thu, 1 Mar 2012 18:26:13 +0000
(18:26 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/gdbtypes.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 1bc8dd7ccd6fad8541f491fbf5220969bda4e63d..1d5912f4293891b30d2d3943f73fb2586ed42299 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2012-03-01 Tom Tromey <tromey@redhat.com>
+
+ * gdbtypes.h (struct vbase): Remove.
+
2012-03-01 Tom Tromey <tromey@redhat.com>
* c-valprint.c (print_function_pointer_address): Move...
diff --git
a/gdb/gdbtypes.h
b/gdb/gdbtypes.h
index cddd2d00ac5060e55cd471b8235c4ff2cc39e15e..07c3a8656d94aeaa8b09d1b1903bb8f7de8f41eb 100644
(file)
--- a/
gdb/gdbtypes.h
+++ b/
gdb/gdbtypes.h
@@
-866,13
+866,6
@@
struct cplus_struct_type
struct symbol **template_arguments;
};
-/* Struct used in computing virtual base list. */
-struct vbase
- {
- struct type *vbasetype; /* pointer to virtual base */
- struct vbase *next; /* next in chain */
- };
-
/* Struct used to store conversion rankings. */
struct rank
{