From de1d8fb992ae375f46792f3d8ef9aadfc5378773 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 7 Dec 2009 09:36:44 +0000 Subject: 2009-12-07 Tristan Gingold * dbxread.c (dbx_symfile_read): No need to test mainline to call init_psymbol_list. * xcoffread.c (xcoff_initial_scan): Ditto; * coffread.c (coff_symfile_read): Remove call to init_psymbol_list. * elfread.c (elf_symfile_read): Ditto. * machoread.c (macho_symfile_read): Ditto. --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 375f968..075eee7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2009-12-07 Tristan Gingold + + * dbxread.c (dbx_symfile_read): No need to test mainline to call + init_psymbol_list. + * xcoffread.c (xcoff_initial_scan): Ditto; + * coffread.c (coff_symfile_read): Remove call to init_psymbol_list. + * elfread.c (elf_symfile_read): Ditto. + * machoread.c (macho_symfile_read): Ditto. + 2009-12-04 Daniel Jacobowitz * valops.c (value_struct_elt_for_reference): Do not rely on -- cgit v1.1