diff options
author | Chao-ying Fu <fu@mips.com> | 2005-08-25 18:12:44 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2005-08-25 18:12:44 +0000 |
commit | fd25c5a9db0e51c42cde14f2b6f64bd8f4764adf (patch) | |
tree | fdd66dfa04ae239476a83c92e68f85665cf03190 /opcodes/ChangeLog | |
parent | 93c34b9bd1b406c15d5216a49ba230583c1966af (diff) | |
download | gdb-fd25c5a9db0e51c42cde14f2b6f64bd8f4764adf.zip gdb-fd25c5a9db0e51c42cde14f2b6f64bd8f4764adf.tar.gz gdb-fd25c5a9db0e51c42cde14f2b6f64bd8f4764adf.tar.bz2 |
* mips-opc.c (WR_a, RD_a, MOD_a, DSP_VOLA, D32): New define.
(mips_builtin_opcodes): Add DSP instructions.
* mips-dis.c (mips_arch_choices): Enable INSN_DSP for mips32, mips32r2,
mips64, mips64r2.
(print_insn_args): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, :, ', @
operand formats.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 20fa0a2..40b2696 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2005-08-25 Chao-ying Fu <fu@mips.com> + + * mips-opc.c (WR_a, RD_a, MOD_a, DSP_VOLA, D32): New define. + (mips_builtin_opcodes): Add DSP instructions. + * mips-dis.c (mips_arch_choices): Enable INSN_DSP for mips32, mips32r2, + mips64, mips64r2. + (print_insn_args): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, :, ', @ + operand formats. + 2005-08-23 David Ung <davidu@mips.com> * mips16-opc.c (mips16_opcodes): Add the MIPS16e jalrc/jrc |