diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c080900..a58386d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2009-10-28 Pedro Alves <pedro@codesourcery.com> + * dwarf2-frame.c (dwarf2_build_frame_info): Discard --gc-section + leftover FDEs. + +2009-10-28 Pedro Alves <pedro@codesourcery.com> + * infrun.c (keep_going): Wrap with resume_cleanups. 2009-10-27 Paul Pluzhnikov <ppluzhnikov@google.com> |