diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-22 19:22:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-22 19:22:35 +0000 |
commit | 1489984027fe63be97159c6e80c0a62caac52e94 (patch) | |
tree | 4b5b2f8e42d6112f89d6409406fb5aa10d66f647 /gas/ChangeLog | |
parent | d9a7f7ab85d9eb1760aec9575b213294b1bcd9dd (diff) | |
download | gdb-1489984027fe63be97159c6e80c0a62caac52e94.zip gdb-1489984027fe63be97159c6e80c0a62caac52e94.tar.gz gdb-1489984027fe63be97159c6e80c0a62caac52e94.tar.bz2 |
opcodes: Fix definition of "in rd,imm16" opcode.
gas: Adjust ptr variable also in "case 0" case.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 93f62cd..bd522a9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-08-22 Christian Groessler <chris@groessler.org> + + * config/tc-z8k.c (get_operands): Adjust ptr variable also in + "case 0" case. + 2002-08-12 Graeme Peterson <gp@qnx.com> * configure.in: Add support for sh-**-nto* target. |