diff options
author | Graham Markall <graham.markall@embecosm.com> | 2016-06-09 08:38:34 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-06-14 16:21:44 +0100 |
commit | 9ba75c884776383174cd894948bd8b3cbca62897 (patch) | |
tree | 62d86cb417724e4b383f32039f0230a05cf619eb /gas/ChangeLog | |
parent | 14053c1903cc0e4f0130570f61aee2825661cd7d (diff) | |
download | gdb-9ba75c884776383174cd894948bd8b3cbca62897.zip gdb-9ba75c884776383174cd894948bd8b3cbca62897.tar.gz gdb-9ba75c884776383174cd894948bd8b3cbca62897.tar.bz2 |
[ARC] Add deep packet inspection instructions for nps
With the exception of ldbit, this commit adds implementations of
all DPI instructions for the NPS-400. These instructions are:
- hash / hash.p[0-3]
- tr
- utf8
- e4by
- addf
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 af4e9c9..9f15007 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2016-06-13 Graham Markall <graham.markall@embecosm.com> + * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and + addf. + * testsuite/gas/arc/nps400-6.d: Likewise. + +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. |