diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-09 12:25:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-09 12:25:22 +0000 |
commit | ddb682659b12f61f84142872ed6b32fef3918cff (patch) | |
tree | 86af5750044bf096516e46f9d01533c7bfbd8f7e /opcodes/ChangeLog | |
parent | 0e2ee3ca05685dd15a9aa629d3a7dd1a686e6351 (diff) | |
download | gdb-ddb682659b12f61f84142872ed6b32fef3918cff.zip gdb-ddb682659b12f61f84142872ed6b32fef3918cff.tar.gz gdb-ddb682659b12f61f84142872ed6b32fef3918cff.tar.bz2 |
fix encoding & decoding of DSP single data transfer instructions
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 a523785..d4bbe2e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2001-10-09 Nick Clifton <nickc@cambridge.redhat.com> + + * sh-opc.h: Fix encoding of least significant nibble of the + DSP single data transfer instructions. + + * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP + instructions. + 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com> * cgen-asm.in: Fix compile time warning messages in generated |