config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for WLDRD/WSTRD
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index 754bc4c395838df5f7f3f6c96c5bbea33f3aebf8..4033836765c4bfc4c0fffb8511998b6cd5645a5d 100644 (file)
@@ -5516,7 +5516,7 @@ static void
 do_iwmmxt_wldstd (void)
 {
   inst.instruction |= inst.operands[0].reg << 12;
-  encode_arm_cp_address (1, TRUE, FALSE, BFD_RELOC_ARM_CP_OFF_IMM_S2);
+  encode_arm_cp_address (1, TRUE, FALSE, 0);
 }
 
 static void
This page took 0.025776 seconds and 4 git commands to generate.