diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-10 21:41:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-10 21:41:11 +0000 |
commit | 97ee9b94b2d0f4bdb94445cb0443e07cdf47f808 (patch) | |
tree | 54075343dd5c3bcd3312d92d28b6ea2ccfb154c0 /opcodes/ChangeLog | |
parent | bec504668f9b9876f7ff05aaa62a2b418c29f22d (diff) | |
download | gdb-97ee9b94b2d0f4bdb94445cb0443e07cdf47f808.zip gdb-97ee9b94b2d0f4bdb94445cb0443e07cdf47f808.tar.gz gdb-97ee9b94b2d0f4bdb94445cb0443e07cdf47f808.tar.bz2 |
Add support for M340 part.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7230e8b..2325da3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +2000-02-10 Nick Clifton <nickc@cygnus.com> + + * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR + classes. + (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and + "mulsh.h" instructions. + * mcore-dis.c (imsk array): Add masks for MULSH and OPSR + classes. + (print_insn_mcore): Add support for little endian targets. + Add support for MULSH and OPSR classes. + 2000-02-07 Nick Clifton <nickc@cygnus.com> * arm-dis.c (parse_arm_diassembler_option): Rename again. |