diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4ccf0dc..9bdad8e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-03-01 Pedro Alves <palves@redhat.com> + * psymtab.c (find_and_open_source): Delete declaration. + * source.c (find_and_open_source): Move comment ... + * source.h (find_and_open_source): ... to this new declaration. + +2012-03-01 Pedro Alves <palves@redhat.com> + * inline-frame.c: Include inline-frame.h. 2012-03-01 Pedro Alves <palves@redhat.com> |