]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/dbxread.c
* symfile.h (struct sym_fns) <next>: Remove.
authorTom Tromey <tromey@redhat.com>
Thu, 30 Sep 2010 19:14:30 +0000 (19:14 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 Sep 2010 19:14:30 +0000 (19:14 +0000)
commit00b5771c2a7b46f918bd7c8dd8ec44b79b1372b8
treeddc93e571778fd8876c7054edaf0c4bd41042929
parent38f12cfce28f77a63b324a65a30d143f92cc0af4
* 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