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 48743fd..857456f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-07-28 Pedro Alves <pedro@codesourcery.com> + + * bfd-target.c (target_bfd_xclose): Only close the bfd if the + section tarble is not empty. + (target_bfd_reopen): If the section table ends up empty, close the + bfd here. + 2009-07-28 Aleksandar Ristovski <aristovski@qnx.com> * nto-tdep.c (nto_thread_state_str): New array. |