* elf32-arm.c (elf32_thumb_to_arm_stub): Sync message so that it
authorAlan Modra <amodra@gmail.com>
Thu, 17 Nov 2011 00:20:01 +0000 (00:20 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 17 Nov 2011 00:20:01 +0000 (00:20 +0000)
needs to be translated only once.

bfd/ChangeLog
bfd/elf32-arm.c

index 4d5ec2b0e43bac07e4945dede5b35fd6271bde3a..95c8b8ad5cb19e0c62d81a634de56d982f6462fd 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-17  Philipp Thomas  <philipp@thogro.org>
+
+       * elf32-arm.c (elf32_thumb_to_arm_stub): Sync message so that it
+       needs to be translated only once.
+
 2011-11-16  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * elf64-mips.c (mips_elf64_howto_table_rela): Set src_mask to
index 314c6f9de9bed9cb6dc0afbec72a5eafbbc8aa46..f42b2bf8138c9b8d73abbfc04a1b8b6c5d8c2950 100644 (file)
@@ -6931,7 +6931,7 @@ elf32_thumb_to_arm_stub (struct bfd_link_info * info,
        {
          (*_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;