Added new slot to objfile struct to be shared by all stab-reading formats.

This commit is contained in:
Stan Shebs
1993-10-03 23:04:25 +00:00
parent 47d2245116
commit 965a5c32b7
6 changed files with 41 additions and 22 deletions

View File

@@ -270,6 +270,11 @@ struct objfile
struct entry_info ei;
/* Information about stabs. Will be filled in with a dbx_symfile_info
struct by those readers that need it. */
PTR sym_stab_info;
/* Hook for information for use by the symbol reader (currently used
for information shared by sym_init and sym_read). It is
typically a pointer to malloc'd memory. The symbol reader's finish