* elf-bfd.h (struct sym_sec_cache): Delete.
[deliverable/binutils-gdb.git] / bfd / elf32-bfin.c
index c7ce2584f08000ed474df8713b8121a32418b5b0..647087a9a876d5f86cdb9eca2e4d3210861ee6f2 100644 (file)
@@ -4966,8 +4966,8 @@ struct bfin_link_hash_table
 {
   struct elf_link_hash_table root;
 
-  /* Small local sym to section mapping cache.  */
-  struct sym_sec_cache sym_sec;
+  /* Small local sym cache.  */
+  struct sym_cache sym_cache;
 };
 
 #define bfin_hash_entry(ent) ((struct bfin_link_hash_entry *) (ent))
@@ -5013,7 +5013,7 @@ bfin_link_hash_table_create (bfd * abfd)
       return NULL;
     }
 
-  ret->sym_sec.abfd = NULL;
+  ret->sym_cache.abfd = NULL;
 
   return &ret->root.root;
 }
This page took 0.024744 seconds and 4 git commands to generate.