2004-02-10 Elena Zannoni <ezannoni@redhat.com>

* objfiles.h (struct objfile): Remove unused fields auxf1 and
	auxf2. Add comments about some other rarely used fields.
This commit is contained in:
Elena Zannoni 2004-02-10 18:22:02 +00:00
parent a2592b1b53
commit 997470efab
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-02-10 Elena Zannoni <ezannoni@redhat.com>
* objfiles.h (struct objfile): Remove unused fields auxf1 and
auxf2. Add comments about some other rarely used fields.
2004-02-10 Andrew Cagney <cagney@redhat.com>
* Makefile.in (init.c): Fix script removing duplicates. Problem

View File

@ -424,14 +424,15 @@ struct objfile
struct obj_section
*sections, *sections_end;
/* two auxiliary fields, used to hold the fp of separate symbol files */
FILE *auxf1, *auxf2;
/* Imported symbols */
/* FIXME: ezannoni 2004-02-10: This is just SOM (HP) specific (see
somread.c). It should not pollute generic objfiles. */
ImportEntry *import_list;
int import_list_size;
/* Exported symbols */
/* FIXME: ezannoni 2004-02-10: This is just SOM (HP) specific (see
somread.c). It should not pollute generic objfiles. */
ExportEntry *export_list;
int export_list_size;