[Arm][GAS][committed]: Fixing issue with backport
Andre Vieira (lists)
andre.simoesdiavieira@arm.com
Mon Mar 16 13:29:26 GMT 2020
Hi,
Committed this patch to fix the backport of PR25660 on 2.33 and 2.34
branches.
Must have tried to be too much of a punk ;) Sorry
Cheers,
Andre
On 13/03/2020 10:12, Nick Clifton wrote:
> Hi Andre,
>
>> 2020-03-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
>>
>> PR 25660
>> * config/tc-arm.c (operand_parse_code): Add OP_RNSDMQR and OP_oRNSDMQ.
>> (parse_operands): Handle new operand codes.
>> (do_neon_dyadic_long): Make shape check accept the scalar variants.
>> (asm_opcode_insns): Fix operand codes for vaddl and vsubl.
>> * testsuite/gas/arm/mve-vaddsub-it.s: New test.
>> * testsuite/gas/arm/mve-vaddsub-it.d: New test.
>> * testsuite/gas/arm/mve-vaddsub-it-bad.s: New test.
>> * testsuite/gas/arm/mve-vaddsub-it-bad.l: New test.
>> * testsuite/gas/arm/mve-vaddsub-it-bad.d: New test.
>> * testsuite/gas/arm/nomve-vaddsub-it.d: New test.
> Go Ahead punk^H^H^H Andre - make my day.
>
> (Ahem, sorry for the old movie quote): yes - approved - please apply - mainline and 2.34 and 2.33 branches.
>
> Cheers
> Nick
>
-------------- next part --------------
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index f655ac354d3b58b707170dcb0540506c5d5823d6..48f4ebea4af0bf77b1dc199cd5748d01184b3407 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -7388,7 +7388,6 @@ parse_operands (char *str, const unsigned int *pattern, bfd_boolean thumb)
po_reg_or_goto (REG_TYPE_VFSD, try_cond);
break;
case OP_oRNSDMQ:
- case OP_RNSDMQ:
po_reg_or_goto (REG_TYPE_NSD, try_mq2);
break;
try_mq2:
More information about the Binutils
mailing list