* config/tc-arm.c (encode_arm_addr_mode_2): Fix comment.

This commit is contained in:
Jie Zhang 2010-08-25 05:59:13 +00:00
parent 23a10334b2
commit dc5ec521f1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-25 Jie Zhang <jie@codesourcery.com>
* config/tc-arm.c (encode_arm_addr_mode_2): Fix comment.
2010-08-25 Jie Zhang <jie@codesourcery.com>
* config/tc-arm.c (encode_arm_addr_mode_2): Fix

View File

@ -6826,7 +6826,7 @@ encode_arm_addr_mode_2 (int i, bfd_boolean is_t)
constraint ((is_t || inst.operands[i].writeback),
BAD_PC_ADDRESSING);
/* Use of PC in str is deprecated for ARMv7-A. */
/* Use of PC in str is deprecated for ARMv7. */
if (warn_on_deprecated
&& !is_load
&& ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_v7))