move the demangled_names_hash into the per-BFD
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5a10cbaa39ceb18fef44621755eaa16ccf21d922..a0c0b97cbe40f9e9b256b7f60f2eda8692942804 100644 (file)
@@ -1,3 +1,17 @@
+2013-10-07  Tom Tromey  <tromey@redhat.com>
+
+       * objfiles.c (free_objfile_per_bfd_storage): Delete the
+       demangled_names_hash.
+       (free_objfile): Don't delete the demangled_names_hash.
+       * objfiles.h (struct objfile_per_bfd_storage)
+       <demangled_names_hash>: New field.
+       (struct objfile) <demangled_names_hash>: Move to
+       objfile_per_bfd_storage.
+       * symfile.c (reread_symbols): Don't delete the
+       demangled_names_hash.
+       * symtab.c (create_demangled_names_hash): Update.
+       (symbol_set_names): Update.
+
 2013-10-07  Tom Tromey  <tromey@redhat.com>
 
        * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
This page took 0.02536 seconds and 4 git commands to generate.