aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-09-14 07:54:10 +0000
committerAlan Modra <amodra@gmail.com>2007-09-14 07:54:10 +0000
commit3ea6b9a58b29d198395f20033e945b18a52d286e (patch)
tree94467c1a7694fc0781100642cd4b30482c938bef /bfd/ChangeLog
parent5a1dcb7e26b5c8bd2914f94b95c8bb7725134f44 (diff)
downloadgdb-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/ChangeLog7
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