diff options
author | Nick Clifton <nickc@redhat.com> | 1999-10-25 15:28:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-10-25 15:28:44 +0000 |
commit | 9cac79d30bd2c66a3f91cd5803aadb9dc36bc24b (patch) | |
tree | 10d1dfa4e27c463a317339810189e9348c5eff6f /opcodes/ChangeLog | |
parent | f084181a5b087d5f0ff050224154749ee916b05d (diff) | |
download | gdb-9cac79d30bd2c66a3f91cd5803aadb9dc36bc24b.zip gdb-9cac79d30bd2c66a3f91cd5803aadb9dc36bc24b.tar.gz gdb-9cac79d30bd2c66a3f91cd5803aadb9dc36bc24b.tar.bz2 |
Apply patch supplied for case 102229 to implement new insns psrclr and psrset.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c4f4045..9160f9e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +1999-10-25 Nick Clifton <nickc@cygnus.com> + + * mcore-opc.h (enum mcore_opclass): Add class OPSR. + (mcore_table): Add psrclr and psrset instructions. + + * mcore-dis.c (array imsk): Add mask for OPSR class. + (print_insn_mcore): Add decode for OPSR class insns. + 1999-10-18 Michael Meissner <meissner@cygnus.com> * alpha-opc.c (alpha_operands): Fill in missing initializer. |