summaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-09-05 02:54:15 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-09-05 02:54:15 +0000
commitd3d55eeb77a7ca75c6ae21c3a3b964c59b14574b (patch)
tree61e86b5244b8640ac77e60dbd6203cc7f59f12a9 /gdb/stabsread.h
parent847b8b31766267feb1ddaf15b3573a6baf8024b2 (diff)
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
From Daniel Jacobowitz <drow@mvista.com> * dbxread.c (free_header_files): Make global. (init_header_files): Likewise. * stabsread.h (free_header_files): Add prototype. (init_header_files): Likewise. * mdebugread.c (mdebug_build_psymtabs): Initialize properly before using the stabs debug reader.
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r--gdb/stabsread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index fd76e17f39..59504da552 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -219,4 +219,8 @@ extern struct symbol *ref_search (int);
extern int resolve_cfront_continuation
(struct objfile *objfile, struct symbol *sym, char *p);
+extern void free_header_files (void);
+
+extern void init_header_files (void);
+
#undef EXTERN