gas/testsuite/
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 6de4267e98d71337988739121edc059648c3bad8..48461977c8043c6bb4b4134804a60758bb3b16c4 100644 (file)
@@ -232,12 +232,6 @@ typedef struct lang_input_statement_struct
 
   bfd *the_bfd;
 
-  file_ptr passive_position;
-
-  /* Symbol table of the file.  */
-  asymbol **asymbols;
-  unsigned int symbol_count;
-
   /* Point to the next file - whatever it is, wanders up and down
      archives */
   union lang_statement_union *next;
@@ -247,7 +241,6 @@ typedef struct lang_input_statement_struct
 
   const char *target;
 
-  unsigned int closed : 1;
   unsigned int is_archive : 1;
 
   /* 1 means search a set of directories for this file.  */
This page took 0.046831 seconds and 4 git commands to generate.