Remove "Warning: " from error message
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 5 Jan 2010 00:39:47 +0000 (00:39 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 5 Jan 2010 00:39:47 +0000 (00:39 +0000)
2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/11130
* objcopy.c (copy_object): Remove "Warning: " from error
message.

binutils/ChangeLog
binutils/objcopy.c

index 3dfc33a8cfefd6f6db9848eeac01084a3ff27c99..cee5aed48c0b29a8909fdf7fc973c0c65dd6abad 100644 (file)
@@ -1,3 +1,9 @@
+2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/11130
+       * objcopy.c (copy_object): Remove "Warning: " from error
+       message.
+
 2010-01-04  Nick Clifton  <nickc@redhat.com>
 
        PR 11128
index bd8dcec83381ab049d0792fbeb07ca8c6ea57d24..73f0fd3cdfa3c424f904cd80601ccbe8e9d18feb 100644 (file)
@@ -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;
This page took 0.032249 seconds and 4 git commands to generate.