diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index 6de4267..4846197 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -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. */ |