aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-01-29 13:03:21 +0000
committerAlan Modra <amodra@gmail.com>2009-01-29 13:03:21 +0000
commit8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2 (patch)
tree193080b9cc783ada710b34f34ba4cea406d469d8 /binutils/ChangeLog
parentfdfde340537dfac5eec37e75399069cb76717c0c (diff)
downloadgdb-8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2.zip
gdb-8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2.tar.gz
gdb-8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2.tar.bz2
PR 9798
* bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename. (bfd_get_archive_filename): Constify param. * bucomm.h (bfd_get_archive_filename): Update prototype. * objcopy.c (RETURN_NONFATAL): Delete. (copy_unknown_object): Don't call bfd_get_archive_filename for bfd_nonfatal_message filename, instead just pass bfd. (copy_object): Likewise. (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On bfd_close errors, do not pass the bfd to bfd_nonfatal_message. (setup_bfd_headers): Fix error message.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 88200db..b61784e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,17 @@
+2009-01-29 Alan Modra <amodra@bigpond.net.au>
+
+ PR 9798
+ * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
+ (bfd_get_archive_filename): Constify param.
+ * bucomm.h (bfd_get_archive_filename): Update prototype.
+ * objcopy.c (RETURN_NONFATAL): Delete.
+ (copy_unknown_object): Don't call bfd_get_archive_filename for
+ bfd_nonfatal_message filename, instead just pass bfd.
+ (copy_object): Likewise.
+ (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
+ bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
+ (setup_bfd_headers): Fix error message.
+
2009-01-27 Nick Clifton <nickc@redhat.com>
PR 9774