mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Move scan_file_globals declaration to stabsread.h
scan_file_globals is defined in stabsread.c, so move its declaration to stabsread.h. gdb/ChangeLog 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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user