mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* elf32-arm.c (elf32_thumb_to_arm_stub): Sync message so that it
needs to be translated only once.
This commit is contained in:
@ -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>
|
2011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
* elf64-mips.c (mips_elf64_howto_table_rela): Set src_mask to
|
* 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)
|
(*_bfd_error_handler)
|
||||||
(_("%B(%s): warning: interworking not enabled.\n"
|
(_("%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);
|
sym_sec->owner, input_bfd, name);
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user