summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-02-03 22:13:30 +0000
committerDoug Evans <dje@google.com>2008-02-03 22:13:30 +0000
commit40fd74660751ec600a1cec3c6d63846d83ec3c01 (patch)
treed4c827b1ef2941c5933e045b49f1f0c52797c316 /gdb/symfile.h
parent12c58a9aa2486139ed1e8366e26c3e13657a1dd3 (diff)
downloadgdb-40fd74660751ec600a1cec3c6d63846d83ec3c01.tar.gz
PR 2384
* gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno. Return basetype, fieldno if found. All callers updated. Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different objfile. * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno. * symfile.h (fill_in_vptr_fieldno): Delete. * gdb.cp/gdb2384.exp: New file. * gdb.cp/gdb2384.cc: New file. * gdb.cp/gdb2384-base.h: New file. * gdb.cp/gdb2384-base.cc: New file.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index 5ff53f8aefc..948cef74383 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -207,8 +207,6 @@ extern struct symtab *allocate_symtab (char *, struct objfile *);
extern int free_named_symtabs (char *);
-extern void fill_in_vptr_fieldno (struct type *);
-
extern void add_symtab_fns (struct sym_fns *);
extern void syms_from_objfile (struct objfile *,