bfd/
[deliverable/binutils-gdb.git] / ld / ldlang.c
index 2f5c2137f6b7300549b79ea259b28be6777f955c..e9916467d959b68c0bfb8c1fd5a840fe575b905a 100644 (file)
@@ -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;
This page took 0.023705 seconds and 4 git commands to generate.