* config/h8300/predicate.md (bit_operand): Allow immediate values that
satisfy 'U' constraint.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158429
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-04-12 Kaushik Phatak<kaushik.phatak@kpitcummins.com>
+
+ * config/h8300/predicate.md (bit_operand): Allow immediate values that
+ satisfy 'U' constraint.
+
2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
{
/* We can accept any nonimmediate operand, except that MEM operands must
be limited to those that use addresses valid for the 'U' constraint. */
- if (!nonimmediate_operand (op, mode))
+ if (!nonimmediate_operand (op, mode) && !OK_FOR_U (op))
return 0;
/* H8SX accepts pretty much anything here. */