aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-10 18:22:02 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-10 18:22:02 +0000
commit997470efab22c205bacdd7e0b207b53cdae3e936 (patch)
tree703ac2b5b04eb4ef76bcaafa7d7af11c6a651c13 /gdb/objfiles.h
parenta2592b1b53ce511170e80e1e5a08d1594b87b842 (diff)
downloadgdb-997470efab22c205bacdd7e0b207b53cdae3e936.zip
gdb-997470efab22c205bacdd7e0b207b53cdae3e936.tar.gz
gdb-997470efab22c205bacdd7e0b207b53cdae3e936.tar.bz2
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.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index 1454fbd..ce40121 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -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;