[ARM] Fix 32-bit host build failure.
authorJiong Wang <jiong.wang@arm.com>
Tue, 15 Jul 2014 09:15:43 +0000 (10:15 +0100)
committerJiong Wang <jiong.wang@arm.com>
Tue, 15 Jul 2014 09:15:43 +0000 (10:15 +0100)
commit19f2f6a9c4aeb0e37d448cb5593164e25ab055a9
treec0641978c05fc4489b2aded90ba5d3df0ec85bd1
parentd6f18fe6cac35e68f86bda603620ebacaf59b1e6
[ARM] Fix 32-bit host build failure.

  gas/
    * config/tc-arm.c (add_to_lit_pool): Use "inst.operands[1].imm" for * sign
    extension.  Casting the type of imm1 and imm2 to offsetT.  Fix one logic
    error when checking X_op.
gas/ChangeLog
gas/config/tc-arm.c