aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r--gdb/stabsread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index 34c6738..b0194e0 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -223,4 +223,10 @@ extern void free_header_files (void);
extern void init_header_files (void);
+/* Scan through all of the global symbols defined in the object file,
+ assigning values to the debugging symbols that need to be assigned
+ to. Get these symbols from the minimal symbol table. */
+
+extern void scan_file_globals (struct objfile *objfile);
+
#undef EXTERN