* elf32-arm.c (elf32_thumb_to_arm_stub): Sync message so that it
needs to be translated only once.
This commit is contained in:
parent
715e99ef38
commit
3aaeb7d3ca
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue