diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-01 18:19:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-01 18:19:59 +0000 |
commit | 3903e627f366251cede71c48c67b4f214b1cdcf4 (patch) | |
tree | 6678ea2f5da507e534be60cebf7ea7db88753d85 /opcodes/ChangeLog | |
parent | 78566ebe2d41ca1724032929b4c3c40528732dd5 (diff) | |
download | gdb-3903e627f366251cede71c48c67b4f214b1cdcf4.zip gdb-3903e627f366251cede71c48c67b4f214b1cdcf4.tar.gz gdb-3903e627f366251cede71c48c67b4f214b1cdcf4.tar.bz2 |
Applied patch from Kazu Hirata <kazu@hxi.com> to fix disassembly of inc.l
and dec.l instructions
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a2c890f..c7205c9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2000-06-01 Kazu Hirata <kazu@hxi.com> + + * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo. + (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl] + correctly. Fix a typo. + 2000-05-31 Nick Clifton <nickc@cygnus.com> * opintl.h (_(String)): Explain why dgettext is used instead of |