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 /opcodes/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 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c1023ad..c636013 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-06-01 Graham Markall <graham.markall@embecosm.com> + + * arc-nps400-tbl.h: Add operands a,b,u6, 0,b,u6, and + 0,b,limm to the rflt instruction. + 2016-05-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * sh-opc.h (ARCH_SH_HAS_DSP): Make the shifted value an unsigned |