diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aa87a5c..0bbf6ed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com> + + * objfiles.c: Include solist.h. + (free_all_objfiles): New variable so. Check stale solist objfiles. + * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles + and no_shared_libraries. + 2010-04-27 Joel Brobecker <brobecker@adacore.com> ARI warning fix. |