mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2001-11-06 Fred Fish <fnf@redhat.com>
* complaints.c (info_verbose): Remove unneeded decl, is in defs.h. * dbxread.c: Ditto * dwarf2read.c: Ditto. * dwarfread.c: Ditto. * exec.c: Ditto. * hpread.c: Ditto. * hpread.h: Ditto. * mdebugread.c: Ditto. * os9kread.c: Ditto. * stack.c: Ditto. * symfile.c: Ditto. * tracepoint.c: Ditto.
This commit is contained in:
@ -146,11 +146,6 @@ struct symloc
|
||||
#define SC_IS_BSS(sc) ((sc) == scBss || (sc) == scSBss)
|
||||
#define SC_IS_UNDEF(sc) ((sc) == scUndefined || (sc) == scSUndefined)
|
||||
|
||||
|
||||
/* Things we import explicitly from other modules */
|
||||
|
||||
extern int info_verbose;
|
||||
|
||||
/* Various complaints about symbol reading that don't abort the process */
|
||||
|
||||
static struct complaint bad_file_number_complaint =
|
||||
|
Reference in New Issue
Block a user