diff options
author | Graham Markall <graham.markall@embecosm.com> | 2016-06-03 10:48:49 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-06-14 16:21:44 +0100 |
commit | 14053c1903cc0e4f0130570f61aee2825661cd7d (patch) | |
tree | f05e0caa80245cc4012817daa859d008d66e4435 /gas/ChangeLog | |
parent | d2dfe54d6c4c307dd64a5e6bdcc7d1081b17233a (diff) | |
download | gdb-14053c1903cc0e4f0130570f61aee2825661cd7d.zip gdb-14053c1903cc0e4f0130570f61aee2825661cd7d.tar.gz gdb-14053c1903cc0e4f0130570f61aee2825661cd7d.tar.bz2 |
[ARC] Add arithmetic and logic instructions for nps
This commit completes the implementation of arithmetic and logic
instructions for the NPS-400. These instructions are:
- calcbsd / calcbxd
- calckey / calcxkey
- mxb / imxb
- addl, subl, orl, andl, xorl
- andab / orab
- lbdsize
- bdlen
- csms, csma, cbba
- zncv
- hofs
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5bc1de7..af4e9c9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2016-06-13 Graham Markall <graham.markall@embecosm.com> + + * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd, + calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab, + lbdsize, bdlen, csms, csma, cbba, zncv, and hofs. + * testsuite/gas/arc/nps400-6.d: Likewise. + 2016-06-14 Nick Clifton <nickc@redhat.com> * config/tc-nds32.c (nds32_get_align): Avoid left shifting a |