]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/dbxread.c
2009-12-07 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Mon, 7 Dec 2009 09:47:40 +0000 (09:47 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 7 Dec 2009 09:47:40 +0000 (09:47 +0000)
commitf43525316b6a7a4c300e3198e4dc0bb886cc8dd7
treecfc52e46159ea3a7017b7c22b650d966839547a4
parentde1d8fb992ae375f46792f3d8ef9aadfc5378773
2009-12-07  Tristan Gingold  <gingold@adacore.com>

* symfile.h (struct sym_fns): Adjust comment on sym_read.
* symfile.c (syms_from_objfile): Pass all symfile flags to sym_read.
* dbxread.c (dbx_symfile_read): Rename mainline to symfile_flags,
adjust header comment.
* elfread.c (elf_symfile_read): Ditto.
* somread.c (som_symfile_read): Ditto.
* xcoffread.c (xcoff_initial_scan): Ditto.
* coffread.c (coff_symfile_read): Rename mainline to symfile_flags.
* machoread.c (macho_symfile_read): Ditto.
* mipsread.c (mipscoff_symfile_read): Ditto.
gdb/ChangeLog
gdb/coffread.c
gdb/dbxread.c
gdb/elfread.c
gdb/machoread.c
gdb/mipsread.c
gdb/somread.c
gdb/symfile.c
gdb/symfile.h
gdb/xcoffread.c