diff options
author | Graham Markall <graham.markall@embecosm.com> | 2016-06-01 16:29:27 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-01 16:29:27 +0100 |
commit | 315f180f2f0a59af561180e4ed9387f4c7bada78 (patch) | |
tree | 0a1c4e6394085a1974446cacfe860363020ec902 /gas/ChangeLog | |
parent | 51403f74d96cc69f391fbd31389a9153a230b431 (diff) | |
download | gdb-315f180f2f0a59af561180e4ed9387f4c7bada78.zip gdb-315f180f2f0a59af561180e4ed9387f4c7bada78.tar.gz gdb-315f180f2f0a59af561180e4ed9387f4c7bada78.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <graham.markall@embecosm.com> + + * 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 <hongjiu.lu@intel.com> PR gas/20145 |