]> git.ipfire.org Git - thirdparty/gcc.git/commit
[ARM] PR target/49423
authorCharles Baylis <charles.baylis@linaro.org>
Sat, 5 Jul 2014 11:58:06 +0000 (11:58 +0000)
committerCharles Baylis <cbaylis@gcc.gnu.org>
Sat, 5 Jul 2014 11:58:06 +0000 (11:58 +0000)
commitaed773a2c8a20550b32cd223ecc44d87b6676974
tree40d7c0d5a59e187d1950e5ead77ec0c4dfeac17f
parentf19c9da8410cafef058bf59fcb9e1efa085fceaf
[ARM] PR target/49423

2014-07-05  Charles Baylis  <charles.baylis@linaro.org>

PR target/49423
* config/arm/arm-protos.h (arm_legitimate_address_p,
arm_is_constant_pool_ref): Add prototypes.
* config/arm/arm.c (arm_legitimate_address_p): Remove static.
(arm_is_constant_pool_ref) New function.
* config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
(arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
operand. Remove pool_range and neg_pool_range attributes.
(arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
pool_range and neg_pool_range attributes.
* config/arm/constraints.md (Uh): New constraint.
(Uq): Don't allow constant pool references.

From-SVN: r212303
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.md
gcc/config/arm/constraints.md