diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-02 14:57:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-02 14:57:02 +0000 |
commit | 25522fae98c65c0c8558a07638e7a5e15ed6ca1f (patch) | |
tree | 1162da3ee7fc9dfdc8985b485b433f334d559ade /gdb/ChangeLog | |
parent | 287ccc17edcb68ea6ba15be621e72e5bf7f46038 (diff) | |
download | gdb-25522fae98c65c0c8558a07638e7a5e15ed6ca1f.zip gdb-25522fae98c65c0c8558a07638e7a5e15ed6ca1f.tar.gz gdb-25522fae98c65c0c8558a07638e7a5e15ed6ca1f.tar.bz2 |
gdb/
* symfile.c (find_separate_debug_file): Initialize dir, debugfile and
canon_name to NULL. Change alloca to xmalloc, newly call xfree for it.
New label cleanup_return_debugfile, jump to it from the failure paths.
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 0a92fb6..8ab6763 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com> + + * symfile.c (find_separate_debug_file): Initialize dir, debugfile and + canon_name to NULL. Change alloca to xmalloc, newly call xfree for it. + New label cleanup_return_debugfile, jump to it from the failure paths. + 2009-11-02 Andrew Cagney <cagney@gnu.org> * symfile.c (separate_debug_file_exists): When the CRCs mismatch |