aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-01 18:28:26 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-01 18:28:26 +0000
commit210c52ac91caa53272dd12ea1266d408593f055a (patch)
treec3b6188c956c592af76d4fc3914a3170a4e16fcb /ld/ldlang.h
parent6d40175db077d15dfc741391bd9ea6055c292b91 (diff)
downloadgdb-210c52ac91caa53272dd12ea1266d408593f055a.zip
gdb-210c52ac91caa53272dd12ea1266d408593f055a.tar.gz
gdb-210c52ac91caa53272dd12ea1266d408593f055a.tar.bz2
* ldlang.h (lang_input_statement_type): Remove fields subfiles,
total_size, superfile and chain. * ldfile.c (open_a): Don't clear search_dirs_flag. (ldfile_open_file): Don't try to open superfile. Assert that file has not already been opened. * ldlang.c (new_afile): Don't initialize superfile. * ldmain.c (add_archive_element): Don't initialize subfiles or chain or superfile. Initialize search_dirs_flag to false.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index a3a98e5..a4e3ca7 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -201,20 +201,6 @@ typedef struct lang_input_statement_struct
asymbol **asymbols;
unsigned int symbol_count;
- /* For library members only */
-
- /* For a library, points to chain of entries for the library members. */
- struct lang_input_statement_struct *subfiles;
-
- /* Size of contents of this file, if library member. */
- bfd_size_type total_size;
-
- /* For library member, points to the library's own entry. */
- struct lang_input_statement_struct *superfile;
-
- /* For library member, points to next entry for next member. */
- struct lang_input_statement_struct *chain;
-
/* Point to the next file - whatever it is, wanders up and down
archives */