src/gdb ChangeLog coffread.c dbxread.c dwarf2r ...
<gingold <at> sourceware.org>
2009-12-02 11:34:37 GMT
CVSROOT: /cvs/src
Module name: src
Changes by: gingold <at> sourceware.org 2009-12-02 11:34:37
Modified files:
gdb : ChangeLog coffread.c dbxread.c dwarf2read.c
elfread.c somread.c stabsread.h
Log message:
2009-12-02 Tristan Gingold <gingold <at> adacore.com>
* dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter.
(dwarf2_build_psymtabs_hard): Ditto.
(dwarf2_build_psymtabs): Ajust calls.
* stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on
the prototype.
(coffstab_build_psymtabs): Ditto.
(stabsect_build_psymtabs): Ditto.
* dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on
the definition.
(elfstab_build_psymtabs): Ditto.
(stabsect_build_psymtabs): Ditto.
* coffread.c (coff_symfile_read): Adjust call.
* elfread.c (elf_symfile_read): Ditto.
* somread.c (som_symfile_read): Ditto.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11121&r2=1.11122
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/coffread.c.diff?cvsroot=src&r1=1.97&r2=1.98
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dbxread.c.diff?cvsroot=src&r1=1.108&r2=1.109
(Continue reading)