mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
More changes, mostly cleanups from the last set.
Made some more progress in removing duplicate assembly opcode files. More improvements to how mipsread and to a lesser extent dbxread work. See the ChangeLog for details.
This commit is contained in:
@@ -302,3 +302,11 @@ struct subfile_stack
|
||||
};
|
||||
|
||||
EXTERN struct subfile_stack *subfile_stack;
|
||||
|
||||
extern struct complaint unknown_symtype_complaint;
|
||||
|
||||
#define next_symbol_text() (*next_symbol_text_func)()
|
||||
|
||||
/* Function to invoke get the next symbol. Return the symbol name. */
|
||||
|
||||
EXTERN char * (*next_symbol_text_func)();
|
||||
|
||||
Reference in New Issue
Block a user