From 7ae577a70274c554945a1ba44c6c5908fa3d7f66 Mon Sep 17 00:00:00 2001 From: Daniel Gutson Date: Mon, 28 Dec 2009 18:37:30 +0000 Subject: [PATCH] 2009-12-28 Daniel Gutson * elf-attrs.c (_bfd_elf_merge_object_attributes): Error message rephrased. --- bfd/ChangeLog | 5 +++++ bfd/elf-attrs.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ce1ca39a0..6ccebdcbc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-12-28 Daniel Gutson + + * elf-attrs.c (_bfd_elf_merge_object_attributes): Error + message rephrased. + 2009-12-21 Alan Modra * elf64-ppc.c: Delete my email address. diff --git a/bfd/elf-attrs.c b/bfd/elf-attrs.c index c34297ccd..c514ead2e 100644 --- a/bfd/elf-attrs.c +++ b/bfd/elf-attrs.c @@ -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; } -- 2.11.4.GIT