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:
Per Bothner
1991-12-27 21:11:37 +00:00
parent f3b7efd5b6
commit aab77d5f23
14 changed files with 103 additions and 172 deletions

View File

@@ -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)();