From d10c338de31f3a16299088e24830d12197f2ec42 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 7 Apr 2009 20:43:51 +0000 Subject: [PATCH] * symfile.c (symbol_file_clear): Fix indentation. --- gdb/ChangeLog | 4 ++++ gdb/symfile.c | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8f9609fd4c8..0df9e94acb8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-04-07 Doug Evans + + * symfile.c (symbol_file_clear): Fix indentation. + 2009-04-06 Mark Kettenis * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment. diff --git a/gdb/symfile.c b/gdb/symfile.c index f25c45ebc21..af1ab744b40 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1155,17 +1155,17 @@ symbol_file_clear (int from_tty) symfile_objfile->name) : !query (_("Discard symbol table? ")))) error (_("Not confirmed.")); - free_all_objfiles (); - /* solib descriptors may have handles to objfiles. Since their - storage has just been released, we'd better wipe the solib - descriptors as well. - */ - no_shared_libraries (NULL, from_tty); + free_all_objfiles (); - symfile_objfile = NULL; - if (from_tty) - printf_unfiltered (_("No symbol file now.\n")); + /* solib descriptors may have handles to objfiles. Since their + storage has just been released, we'd better wipe the solib + descriptors as well. */ + no_shared_libraries (NULL, from_tty); + + symfile_objfile = NULL; + if (from_tty) + printf_unfiltered (_("No symbol file now.\n")); } struct build_id -- 2.30.2