2004-02-10 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 10 Feb 2004 18:22:02 +0000 (18:22 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 10 Feb 2004 18:22:02 +0000 (18:22 +0000)
* objfiles.h (struct objfile): Remove unused fields auxf1 and
auxf2. Add comments about some other rarely used fields.

gdb/ChangeLog
gdb/objfiles.h

index fc6961febfa467b414196cb2b72f0dec6f9c4495..6feb91b1c21144756ecb966bb5d9d18b9ab1d2b3 100644 (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
index 1454fbd92d9895d7421445dd6259ab96999bf4ed..ce40121cea60a604ec2d961b77e28445e5b4bb9f 100644 (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;
 
This page took 0.028934 seconds and 4 git commands to generate.