OSDN Git Service

* symfile.h (struct sym_fns) <next>: Remove.
authortromey <tromey>
Thu, 30 Sep 2010 19:14:29 +0000 (19:14 +0000)
committertromey <tromey>
Thu, 30 Sep 2010 19:14:29 +0000 (19:14 +0000)
commitdc64940713af13f06d16abe90c58bcb008337bac
tree4bc8dd10778b1aa3cd77fd2dd1cc31f596706f27
parentd03347780ba9931c01e6c7404fd38e99c2e69d2b
* symfile.h (struct sym_fns) <next>: Remove.
(add_symtab_fns): Update.
* symfile.c (sym_fns_ptr): New typedef.
(symtab_fns): Now a VEC.
(add_symtab_fns): Update.  Change argument type.
(find_sym_fns): Update.  Change return type.
(get_symfile_segment_data): Update.
* objfiles.h (struct objfile) <sf>: Now const.
* somread.c (som_sym_fns): Now const.  Update.
* xcoffread.c (xcoff_sym_fns): Now const.  Update.
* mipsread.c (ecoff_sym_fns): Now const.  Update.
* machoread.c (macho_sym_fns): Now const.  Update.
* elfread.c (elf_sym_fns): Now const.  Update.
(elf_sym_fns_gdb_index): Likewise.
* dbxread.c (aout_sym_fns): Now const.  Update.
* coffread.c (coff_sym_fns): Now const.  Update.
gdb/ChangeLog
gdb/coffread.c
gdb/dbxread.c
gdb/elfread.c
gdb/machoread.c
gdb/mipsread.c
gdb/objfiles.h
gdb/somread.c
gdb/symfile.c
gdb/symfile.h
gdb/xcoffread.c