]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add system register and embedded debug register support.
authorKuan-Lin Chen <kuanlinchentw@gmail.com>
Thu, 12 Dec 2013 05:43:51 +0000 (13:43 +0800)
committerKuan-Lin Chen <kuanlinchentw@gmail.com>
Wed, 18 Dec 2013 03:02:12 +0000 (11:02 +0800)
commit6b9d3259c3a3a1c051a0bc9164a1227a5d6f8fdf
tree38bea4ee3fe8d1386ad2ecb96d47bae30d93ce91
parent64c46ce4ace879a65e62933afac2f540ffbc40aa
Add system register and embedded debug register support.
Add two more as test files for user special and system register.
Fix typo.

2013-12-17  Kuan-Lin Chen  <kuanlinchentw@gmail.com>

* gas/nds32/nds32.exp: Add system and user special register tests.
* gas/nds32/sys-reg.s: New test.
* gas/nds32/sys-reg.d: Likewise.
* gas/nds32/usr-spe-reg.s: Likewise.
* gas/nds32/usr-spe-reg.d: Likewise.
* gas/nds32/alu-2.d: Delete the new blank line at EOF.
* gas/nds32/br-1.d: Likewise.
* gas/nds32/br-2.d: Likewise.
* gas/nds32/ji-jr.d: Likewise.
* gas/nds32/lsi.d: Likewise.
* nds32-dis.c (sr_map): Add system register table for disassembling.
(usr_map): Fix typo.
* nds32-asm.c (keyword_sr): Add embedded debug registers.
14 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/nds32/alu-2.d
gas/testsuite/gas/nds32/br-1.d
gas/testsuite/gas/nds32/br-2.d
gas/testsuite/gas/nds32/ji-jr.d
gas/testsuite/gas/nds32/lsi.d
gas/testsuite/gas/nds32/nds32.exp
gas/testsuite/gas/nds32/sys-reg.d [new file with mode: 0644]
gas/testsuite/gas/nds32/sys-reg.s [new file with mode: 0644]
gas/testsuite/gas/nds32/usr-spe-reg.d [new file with mode: 0644]
gas/testsuite/gas/nds32/usr-spe-reg.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/nds32-asm.c
opcodes/nds32-dis.c