This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] move the demangled_names_hash into the per-BFD


>> * 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.

Pedro> Looks fine to me.

I'm checking this in now.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]