From 52bc4d21b7fbbf6e1adebaab7faaf1f9f65acaa9 Mon Sep 17 00:00:00 2001 From: hjl Date: Tue, 5 Jan 2010 09:39:47 +0000 Subject: [PATCH] Remove "Warning: " from error message 2010-01-04 H.J. Lu PR binutils/11130 * objcopy.c (copy_object): Remove "Warning: " from error message. --- binutils/ChangeLog | 6 ++++++ binutils/objcopy.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3dfc33a8cf..cee5aed48c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2010-01-04 H.J. Lu + + PR binutils/11130 + * objcopy.c (copy_object): Remove "Warning: " from error + message. + 2010-01-04 Nick Clifton PR 11128 diff --git a/binutils/objcopy.c b/binutils/objcopy.c index bd8dcec833..73f0fd3cdf 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1481,7 +1481,7 @@ copy_object (bfd *ibfd, bfd *obfd, const bfd_arch_info_type *input_arch) non_fatal (_("Unable to recognise the format of the input file `%s'"), bfd_get_archive_filename (ibfd)); else - non_fatal (_("Warning: Output file cannot represent architecture `%s'"), + non_fatal (_("Output file cannot represent architecture `%s'"), bfd_printable_arch_mach (bfd_get_arch (ibfd), bfd_get_mach (ibfd))); return FALSE; -- 2.11.0