OSDN Git Service

2009-12-28 Daniel Gutson <dgutson@codesourcery.com>
authordgutson <dgutson>
Tue, 29 Dec 2009 03:37:30 +0000 (03:37 +0000)
committerdgutson <dgutson>
Tue, 29 Dec 2009 03:37:30 +0000 (03:37 +0000)
        * elf-attrs.c (_bfd_elf_merge_object_attributes): Error
        message rephrased.

bfd/ChangeLog
bfd/elf-attrs.c

index ce1ca39..6ccebdc 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-28  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * elf-attrs.c (_bfd_elf_merge_object_attributes): Error
+       message rephrased.
+
 2009-12-21  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c: Delete my email address.
index c34297c..c514ead 100644 (file)
@@ -564,7 +564,8 @@ _bfd_elf_merge_object_attributes (bfd *ibfd, bfd *obfd)
       if (in_attr->i > 0 && strcmp (in_attr->s, "gnu") != 0)
        {
          _bfd_error_handler
-               (_("error: %B: Must be processed by '%s' toolchain"),
+               (_("error: %B: Object has vendor-specific contents that "
+                  "must be processed by the '%s' toolchain"),
                 ibfd, in_attr->s);
          return FALSE;
        }