diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index e30b613b93f..51519660277 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2467,13 +2467,13 @@ reread_symbols (void) if (reread_one) { + /* Notify objfiles that we've modified objfile sections. */ + objfiles_changed (); + clear_symtab_users (); /* At least one objfile has changed, so we can consider that the executable we're debugging has changed too. */ observer_notify_executable_changed (); - - /* Notify objfiles that we've modified objfile sections. */ - objfiles_changed (); } } |