diff options
author | Alan Modra <amodra@gmail.com> | 2007-09-14 07:54:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-09-14 07:54:10 +0000 |
commit | 3ea6b9a58b29d198395f20033e945b18a52d286e (patch) | |
tree | 94467c1a7694fc0781100642cd4b30482c938bef /bfd/ChangeLog | |
parent | 5a1dcb7e26b5c8bd2914f94b95c8bb7725134f44 (diff) | |
download | gdb-3ea6b9a58b29d198395f20033e945b18a52d286e.zip gdb-3ea6b9a58b29d198395f20033e945b18a52d286e.tar.gz gdb-3ea6b9a58b29d198395f20033e945b18a52d286e.tar.bz2 |
* opncls.c (find_separate_debug_file): Ensure bfd_set_error has
been called on all error return paths.
(bfd_fill_in_gnu_debuglink_section): Use bfd_malloc, not malloc.
Clear padding after filename
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e2fe2f2..ba33533 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2007-09-14 Alan Modra <amodra@bigpond.net.au> + * opncls.c (find_separate_debug_file): Ensure bfd_set_error has + been called on all error return paths. + (bfd_fill_in_gnu_debuglink_section): Use bfd_malloc, not malloc. + Clear padding after filename + +2007-09-14 Alan Modra <amodra@bigpond.net.au> + * format.c (bfd_check_format_matches): Record matching targets even when "matching" is NULL to allow bfd_associated_vector matches. Consolidate error return code. Consolidate ok return code. Always |