aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2013-12-13 17:43:59 +0100
committerJan-Benedict Glaw <jbglaw@lug-owl.de>2013-12-13 17:43:59 +0100
commit1332de018cb67603f49ba39a5a2aafe33c19fdd8 (patch)
tree943a5c1fe978085f4d5d36e716862197feff1021 /opcodes
parent379a5e2d36e4323702d48aeb794a8e42bf5bff5b (diff)
downloadgdb-1332de018cb67603f49ba39a5a2aafe33c19fdd8.zip
gdb-1332de018cb67603f49ba39a5a2aafe33c19fdd8.tar.gz
gdb-1332de018cb67603f49ba39a5a2aafe33c19fdd8.tar.bz2
2013-12-13 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* nds32-dis.c (mnemonic_96): Fix typo. [BR]: https://sourceware.org/ml/binutils/2013-12/msg00184.html
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/nds32-dis.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f3ac6fd..955ace37 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-13 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * nds32-dis.c (mnemonic_96): Fix typo.
+
2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
Wei-Cheng Wang <cole945@gmail.com>
diff --git a/opcodes/nds32-dis.c b/opcodes/nds32-dis.c
index f4bf779..25a1aad 100644
--- a/opcodes/nds32-dis.c
+++ b/opcodes/nds32-dis.c
@@ -228,9 +228,9 @@ print_insn16 (bfd_vma pc, disassemble_info *info, uint32_t insn)
"addri36.sp", "lwi45.fe", "lwi450", "swi450",
"0x1c", "0x1d", "0x1e", "0x1f",
"0x20", "0x21", "0x22", "0x23",
- "0x24", "0x25", "0x26", "0x27,"
+ "0x24", "0x25", "0x26", "0x27",
"0x28", "0x29", "0x2a", "0x2b",
- "0x2c", "0x2d", "0x2e", "0x2f,"
+ "0x2c", "0x2d", "0x2e", "0x2f",
"slts45", "slt45", "sltsi45", "slti45",
"0x34", "0x35", "0x36", "0x37",
"0x38", "0x39", "0x3a", "0x3b",