diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-02 17:26:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-02 17:26:11 +0000 |
commit | 3ab489312135d66f65a23985dd2341340842db1d (patch) | |
tree | 5ceefbe9d821c025e4c0cd286acaa86bbfe4a184 /opcodes/ChangeLog | |
parent | f0660b7388f51601a5522c72327ea435cf8675d5 (diff) | |
download | ppe42-binutils-3ab489312135d66f65a23985dd2341340842db1d.tar.gz ppe42-binutils-3ab489312135d66f65a23985dd2341340842db1d.zip |
Catch a bug in the msp430 disassembler where an add instruction was confused
with an rla instruction. Add a test for this to the testsuite.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index eacd265389..90c75dc24f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl> + + * msp430-dis.c (msp430_doubleoperand): Check for an 'add' + instruction which looks similar to an 'rla' instruction. For older changes see ChangeLog-0203 |