* elf32-arm.c (elf32_thumb_to_arm_stub): Sync message so that it

needs to be translated only once.
This commit is contained in:
Alan Modra 2011-11-17 00:20:01 +00:00
parent 715e99ef38
commit 3aaeb7d3ca
2 changed files with 6 additions and 1 deletions

View 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

View 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;