From 315f180f2f0a59af561180e4ed9387f4c7bada78 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Wed, 1 Jun 2016 16:29:27 +0100 Subject: Add support for some variants of the ARC nps400 rflt instruction. gas * testsuite/gas/arc/nps-400-1.s: Add rflt variants with operands of types a,b,u6, 0,b,u6, and 0,b,limm. * testsuite/gas/arc/nps-400-1.d: Likewise. opcodes * arc-nps400-tbl.h: Add operands a,b,u6, 0,b,u6, and 0,b,limm to the rflt instruction. --- gas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index a4732d8..ece6e4a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2016-06-01 Graham Markall + + * testsuite/gas/arc/nps-400-1.s: Add rflt variants with + operands of types a,b,u6, 0,b,u6, and 0,b,limm. + * testsuite/gas/arc/nps-400-1.d: Likewise. + 2016-05-29 H.J. Lu PR gas/20145 -- cgit v1.1