OSDN Git Service

2009-12-07 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold>
Mon, 7 Dec 2009 18:47:38 +0000 (18:47 +0000)
committergingold <gingold>
Mon, 7 Dec 2009 18:47:38 +0000 (18:47 +0000)
commitfea1d01bb4d8d2e95d5499569ecb1cb2a3cbbc9e
tree8b28d01e2162d532edc9fd9259615c8bc792dec4
parent376a173ba79c413c444f08ed2007d3c28ec648ca
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