2018-07-16 Tom Tromey <tom@tromey.com>
+ * stabsread.c (scan_file_globals): Update comment.
+ * stabsread.h (scan_file_globals): Move from buildsym.h.
+ * buildsym.h (scan_file_globals): Move to stabsread.h.
+
+2018-07-16 Tom Tromey <tom@tromey.com>
+
* xcoffread.c (xcoff_new_init): Update.
* mipsread.c (mipscoff_new_init): Update.
* mdebugread.c (mdebug_build_psymtabs): Update.
extern void augment_type_symtab (void);
-/* Defined in stabsread.c. */
-
-extern void scan_file_globals (struct objfile *objfile);
-
extern void buildsym_init ();
extern struct context_stack *push_context (int desc, CORE_ADDR valu);
cleanup_undefined_types_noname (objfile);
}
-/* 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. */
+/* See stabsread.h. */
void
scan_file_globals (struct objfile *objfile)
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