aboutsummaryrefslogtreecommitdiff
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
commit81fe80802cc3746401e3393b6edc884151c83881 (patch)
tree4ccb189b615a0da1f09ebd1e5a9cdf9cb2905da0 /gdb/symfile.h
parentcda4ce5a1080f6a6e3143cae4534fe60214365d2 (diff)
downloadgdb-81fe80802cc3746401e3393b6edc884151c83881.zip
gdb-81fe80802cc3746401e3393b6edc884151c83881.tar.gz
gdb-81fe80802cc3746401e3393b6edc884151c83881.tar.bz2
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 5ff53f8..948cef7 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 *,