OSDN Git Service

* config/arm/arm.c (arm_print_operand): Deal with HIGH.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 11:54:59 +0000 (11:54 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 11:54:59 +0000 (11:54 +0000)
commit110eae0386ebafdc88a763a03d1c320317eca961
treeec049216288a8ea05bf54ad556f23b2f05c86f35
parentec91c4afe10de7e1134bcafa1dedfe058d404c9e
* config/arm/arm.c (arm_print_operand): Deal with HIGH.
* config/arm/constraints.md (j): New constraint for movw operands.
(N): Remove thumb2 meaning.
* config/arm/arm.md (*arm_movw): Delete.
(*arm_movsi_insn): Use j constraint for movw instead of N constraint.
* config/arm/vfp.md (*arm_movsi_vfp, *thumb2_movsi_vfp): Likewise.
* config/arm/thumb2.md (*thumb2_movsi_insn): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148788 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.md
gcc/config/arm/constraints.md
gcc/config/arm/thumb2.md
gcc/config/arm/vfp.md