mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
Protoization.
This commit is contained in:
@ -3182,9 +3182,10 @@ handle_psymbol_enumerators (struct objfile *objfile, FDR *fh, int stype,
|
||||
}
|
||||
}
|
||||
|
||||
/* Get the next symbol. OBJFILE is unused. */
|
||||
|
||||
static char *
|
||||
mdebug_next_symbol_text (objfile)
|
||||
struct objfile *objfile; /* argument objfile is currently unused */
|
||||
mdebug_next_symbol_text (struct objfile *objfile)
|
||||
{
|
||||
SYMR sh;
|
||||
|
||||
|
Reference in New Issue
Block a user