mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
2006-02-02 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (do_shift): Remove Thumb-1 constraint.
This commit is contained in:
parent
ef8d22e63b
commit
a9931606c2
@ -1,3 +1,7 @@
|
|||||||
|
2006-02-02 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* config/tc-arm.c (do_shift): Remove Thumb-1 constraint.
|
||||||
|
|
||||||
2005-02-02 Paul Brook <paul@codesourcery.com>
|
2005-02-02 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-arm.c (T2_OPCODE_MASK, T2_DATA_OP_SHIFT, T2_OPCODE_AND,
|
* config/tc-arm.c (T2_OPCODE_MASK, T2_DATA_OP_SHIFT, T2_OPCODE_AND,
|
||||||
|
@ -5278,8 +5278,6 @@ do_shift (void)
|
|||||||
inst.instruction |= Rm;
|
inst.instruction |= Rm;
|
||||||
if (inst.operands[2].isreg) /* Rd, {Rm,} Rs */
|
if (inst.operands[2].isreg) /* Rd, {Rm,} Rs */
|
||||||
{
|
{
|
||||||
constraint (inst.operands[0].reg != Rm,
|
|
||||||
_("source1 and dest must be same register"));
|
|
||||||
inst.instruction |= inst.operands[2].reg << 8;
|
inst.instruction |= inst.operands[2].reg << 8;
|
||||||
inst.instruction |= SHIFT_BY_REG;
|
inst.instruction |= SHIFT_BY_REG;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user