diff options
author | Chao-ying Fu <fu@mips.com> | 2013-06-13 21:01:44 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2013-06-13 21:01:44 +0000 |
commit | 01e3f656d2961975c298fd1e626e0acf83976911 (patch) | |
tree | 157cd711f41a2c5e9ccfb7d2319cc95d6e507b8b /opcodes/ChangeLog | |
parent | 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (diff) | |
download | gdb-01e3f656d2961975c298fd1e626e0acf83976911.tar.gz |
2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
* micromips-opc.c (IVIRT): New define.
(IVIRT64): New define.
(micromips_opcodes): Add dmfgc0, dmtgc0, hypcall, mfgc0, mtgc0,
tlbginv, tlbginvf, tlbgp, tlbgr, tlbgwi, tlbgwr VIRT instructions.
* mips-dis.c (print_insn_micromips): Handle mfgc0, mtgc0, dmfgc0,
dmtgc0 to print cp0 names.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2f053850bde..ca3af30304e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com> + + * micromips-opc.c (IVIRT): New define. + (IVIRT64): New define. + (micromips_opcodes): Add dmfgc0, dmtgc0, hypcall, mfgc0, mtgc0, + tlbginv, tlbginvf, tlbgp, tlbgr, tlbgwi, tlbgwr VIRT instructions. + + * mips-dis.c (print_insn_micromips): Handle mfgc0, mtgc0, dmfgc0, + dmtgc0 to print cp0 names. + 2013-06-09 Sandra Loosemore <sandra@codesourcery.com> * nios2-opc.c (nios2_builtin_opcodes): Give "trap" a type-"b" |