While doing the german translations I noticed that elf32-arm.c has the same
message in two places but differently written so that these won't be merged
for translation. The attached patch fixes this.

Philipp
2011-10-18  Philipp Thomas  <phil...@thogro.org>

    * elf32-arm.c (elf32_thumb_to_arm_stub): Sync message so
    that it needs to be translated only once.

Index: bfd/elf32-arm.c
===================================================================
--- elf32-arm.c.orig	2011-09-01 16:10:39.000000000 +0200
+++ elf32-arm.c		2011-10-18 18:33:25.916422825 +0200
@@ -6906,7 +6906,7 @@ elf32_thumb_to_arm_stub (struct bfd_link
 	{
 	  (*_bfd_error_handler)
 	    (_("%B(%s): warning: interworking not enabled.\n"
-	       "  first occurrence: %B: thumb call to arm"),
+	       "  first occurrence: %B: Thumb call to ARM"),
 	     sym_sec->owner, input_bfd, name);
 
 	  return FALSE;
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to