diff options
author | Nick Clifton <nickc@redhat.com> | 2004-04-15 08:55:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-04-15 08:55:27 +0000 |
commit | 91809fda2a1d641969e4c2eb17063656da645d69 (patch) | |
tree | 6593b4e3189293a5cefdc94f591a57d855db1e4b /opcodes/ChangeLog | |
parent | 3d1bca9dfbd506fabf2258a5f0a42a03cfcdbb45 (diff) | |
download | gdb-91809fda2a1d641969e4c2eb17063656da645d69.zip gdb-91809fda2a1d641969e4c2eb17063656da645d69.tar.gz gdb-91809fda2a1d641969e4c2eb17063656da645d69.tar.bz2 |
Treat adds and subs as a special case
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 65b0898..3c085ea 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Anil Paranjpe <anilp1@kpitcummins.com> + + * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs" + separately. + 2004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> * m32r-asm.c: Regenerate. |