diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-06-19 02:56:24 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-06-19 02:56:24 +0000 |
commit | 50649e423e2355dffbc8ec243cfd9d343f571ce1 (patch) | |
tree | 932abd227b95b28311c82bf0c2dc3c4d44199a4b /include/opcode | |
parent | 3df3a316d3da8dcfff021182d762e20af4379df2 (diff) | |
download | gdb-50649e423e2355dffbc8ec243cfd9d343f571ce1.zip gdb-50649e423e2355dffbc8ec243cfd9d343f571ce1.tar.gz gdb-50649e423e2355dffbc8ec243cfd9d343f571ce1.tar.bz2 |
Fix typo.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 94c3031..9785f4e 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -10,7 +10,7 @@ 2003-06-03 Michael Snyder <msnyder@redhat.com> - * h8sx.h (enum h8_model): Add AV_H8S to distinguish from H8H. + * h8300.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. |