OSDN Git Service

* xcoffread.c (scan_xcoff_symtab): Update.
authortromey <tromey>
Tue, 17 Nov 2009 03:40:18 +0000 (03:40 +0000)
committertromey <tromey>
Tue, 17 Nov 2009 03:40:18 +0000 (03:40 +0000)
commit1bfd1f0549aa928f417ad7dbb0d9866379960b1c
tree08ad393705557369ee12cd8cde4c564a4ae5940a
parent6cc6c6601a269cb402cea6875ecdecd85c4bf375
* xcoffread.c (scan_xcoff_symtab): Update.
* symfile.h (add_psymbol_to_list): Update prototype.
* symfile.c (add_psymbol_to_bcache): Add copy_name argument.
(add_psymbol_to_list): Likewise.
* stabsread.c (define_symbol): Update.
* mdebugread.c (parse_partial_symbols): Update.
(handle_psymbol_enumerators): Update.
(new_symbol): Update.
* dbxread.c (read_dbx_symtab): Update.
* coffread.c (process_coff_symbol): Update.
* symtab.h (prim_record_minimal_symbol_full): Declare.
(SYMBOL_SET_NAMES): Add copy_name argument.
* symtab.c (struct demangled_name_entry): New struct.
(hash_demangled_name_entry): New function.
(eq_demangled_name_entry): Likewise.
(create_demangled_names_hash): Use new functions.
(symbol_set_names): Use struct demangled_name_entry.  Add
copy_name argument.
* minsyms.c (prim_record_minimal_symbol_full): New function.
(prim_record_minimal_symbol_and_info): Use it.
* elfread.c (record_minimal_symbol): Add name_len and copy_name
arguments.  Call prim_record_minimal_symbol_full.
(elf_symtab_read): Add copy_names argument.
(elf_symfile_read): Update calls to elf_symtab_read.
* dwarf2read.c (add_partial_symbol): Don't copy symbol names.
(load_partial_dies): Likewise.
(new_symbol): Likewise.
* cp-namespace.c (check_one_possible_namespace_symbol): Don't save
name on the obstack.  Update call to SYMBOL_SET_NAMES.
15 files changed:
gdb/ChangeLog
gdb/coffread.c
gdb/cp-namespace.c
gdb/dbxread.c
gdb/dwarf2read.c
gdb/elfread.c
gdb/jit.c
gdb/mdebugread.c
gdb/minsyms.c
gdb/stabsread.c
gdb/symfile.c
gdb/symfile.h
gdb/symtab.c
gdb/symtab.h
gdb/xcoffread.c