* elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
debugging printf to better location.
This commit is contained in:
parent
59246daa45
commit
4f00dda370
@ -1,3 +1,8 @@
|
|||||||
|
2013-08-23 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
|
||||||
|
debugging printf to better location.
|
||||||
|
|
||||||
2013-08-23 Pedro Alves <palves@redhat.com>
|
2013-08-23 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* target.c (target_read_live_memory): Change type of 'ret' local
|
* target.c (target_read_live_memory): Change type of 'ret' local
|
||||||
|
@ -1364,6 +1364,9 @@ elf_symfile_read (struct objfile *objfile, int symfile_flags)
|
|||||||
install_minimal_symbols (objfile);
|
install_minimal_symbols (objfile);
|
||||||
do_cleanups (back_to);
|
do_cleanups (back_to);
|
||||||
|
|
||||||
|
if (symtab_create_debug)
|
||||||
|
fprintf_unfiltered (gdb_stdlog, "Done reading minimal symbols.\n");
|
||||||
|
|
||||||
/* Now process debugging information, which is contained in
|
/* Now process debugging information, which is contained in
|
||||||
special ELF sections. */
|
special ELF sections. */
|
||||||
|
|
||||||
@ -1408,9 +1411,6 @@ elf_symfile_read (struct objfile *objfile, int symfile_flags)
|
|||||||
bfd_section_size (abfd, str_sect));
|
bfd_section_size (abfd, str_sect));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (symtab_create_debug)
|
|
||||||
fprintf_unfiltered (gdb_stdlog, "Done reading minimal symbols.\n");
|
|
||||||
|
|
||||||
if (dwarf2_has_info (objfile, NULL))
|
if (dwarf2_has_info (objfile, NULL))
|
||||||
{
|
{
|
||||||
/* elf_sym_fns_gdb_index cannot handle simultaneous non-DWARF debug
|
/* elf_sym_fns_gdb_index cannot handle simultaneous non-DWARF debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user