diff options
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index 2f5c213..e991646 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -1033,10 +1033,8 @@ new_afile (const char *name, FAIL (); } p->the_bfd = NULL; - p->asymbols = NULL; p->next_real_file = NULL; p->next = NULL; - p->symbol_count = 0; p->dynamic = config.dynamic_link; p->add_needed = add_needed; p->as_needed = as_needed; |