diff options
author | Alan Modra <amodra@gmail.com> | 2011-11-17 00:20:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-11-17 00:20:01 +0000 |
commit | 3aaeb7d3ca4cc3e3a6bed68a640083d2b78d71e0 (patch) | |
tree | f1f87faa83cfe668f9f1aaa93965a8d03960cb32 /bfd | |
parent | 715e99ef385fe65483506a4a9d83729149a61f6b (diff) | |
download | binutils-3aaeb7d3ca4cc3e3a6bed68a640083d2b78d71e0.zip binutils-3aaeb7d3ca4cc3e3a6bed68a640083d2b78d71e0.tar.gz binutils-3aaeb7d3ca4cc3e3a6bed68a640083d2b78d71e0.tar.bz2 |
* elf32-arm.c (elf32_thumb_to_arm_stub): Sync message so that it
needs to be translated only once.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elf32-arm.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4d5ec2b..95c8b8a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 314c6f9..f42b2bf 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -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; |