PR26069, strip/objcopy memory leaks
[deliverable/binutils-gdb.git] / bfd / elf32-arc.c
index 5429a462da070832c105988fcb202362f7a5afa4..774d3e793db2b5ec24d98561b054b40811f58088 100644 (file)
@@ -184,9 +184,6 @@ struct elf_arc_link_hash_entry
 {
   struct elf_link_hash_entry root;
 
-  /* Track dynamic relocs copied for this symbol.  */
-  struct elf_dyn_relocs *dyn_relocs;
-
   struct got_entry *got_ents;
 };
 
@@ -340,7 +337,6 @@ elf_arc_link_hash_newfunc (struct bfd_hash_entry *entry,
                                     table, string));
   if (ret != NULL)
     {
-      ret->dyn_relocs = NULL;
       ret->got_ents = NULL;
     }
 
This page took 0.024007 seconds and 4 git commands to generate.