diff options
author | Michael Snyder <msnyder@redhat.com> | 2003-06-05 18:47:12 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@redhat.com> | 2003-06-05 18:47:12 +0000 |
commit | 2ec27e11806bdd9a9db0ebae64e301e5fa42934b (patch) | |
tree | f2db333c8511ac66b380500af891cf2e17666a0a /include/opcode/ChangeLog | |
parent | 51683b1aedcbe9ecb6cf63938d6049ac36a56b10 (diff) | |
download | cygnal-2ec27e11806bdd9a9db0ebae64e301e5fa42934b.tar.gz cygnal-2ec27e11806bdd9a9db0ebae64e301e5fa42934b.tar.bz2 cygnal-2ec27e11806bdd9a9db0ebae64e301e5fa42934b.zip |
2003-06-03 Michael Snyder <msnyder@redhat.com>
* h8sx.h (enum h8_model): Add AV_H8S to distinguish from H8H.
(ldc): Split ccr ops from exr ops (which are only available
on H8S or H8SX).
(stc): Ditto.
(andc, orc, xorc): Ditto.
(ldmac, stmac, clrmac, mac): Change access to AV_H8S.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index b8ba24b76..25a6ffe84 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,4 +1,13 @@ 2003-06-03 Michael Snyder <msnyder@redhat.com> + + * h8sx.h (enum h8_model): Add AV_H8S to distinguish from H8H. + (ldc): Split ccr ops from exr ops (which are only available + on H8S or H8SX). + (stc): Ditto. + (andc, orc, xorc): Ditto. + (ldmac, stmac, clrmac, mac): Change access to AV_H8S. + +2003-06-03 Michael Snyder <msnyder@redhat.com> and Bernd Schmidt <bernds@redhat.com> and Alexandre Oliva <aoliva@redhat.com> * h8300.h: Add support for h8300sx instruction set. |