aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1997-01-24 20:14:26 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1997-01-24 20:14:26 +0000
commit071ad7f0e0b2c5d80f3c5ff6c9e7aff19808eae1 (patch)
tree9fee1d2fd73399557baa79e586a9d1eb1d8b04da /opcodes/ChangeLog
parentae0d7848d8ecefb58eccbccbf11a44bc9869e44a (diff)
downloadgdb-071ad7f0e0b2c5d80f3c5ff6c9e7aff19808eae1.zip
gdb-071ad7f0e0b2c5d80f3c5ff6c9e7aff19808eae1.tar.gz
gdb-071ad7f0e0b2c5d80f3c5ff6c9e7aff19808eae1.tar.bz2
* m68k-opc.c (m68k_opcodes): Changed operand specifier for the
coldfire moveb instruction to not allow an address register as destination. Although the documentation does not indicate that this is invalid, experiments uncovered unexpected behavior. Added a comment explaining the situation. Thanks to Andreas Schwab for pointing this out to me.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 95e3fb2..82ca249 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jan 24 12:08:21 1997 J.T. Conklin <jtc@cygnus.com>
+
+ * m68k-opc.c (m68k_opcodes): Changed operand specifier for the
+ coldfire moveb instruction to not allow an address register as
+ destination. Although the documentation does not indicate that
+ this is invalid, experiments uncovered unexpected behavior.
+ Added a comment explaining the situation. Thanks to Andreas
+ Schwab for pointing this out to me.
+
start-sanitize-tic80
Wed Jan 22 20:13:51 1997 Fred Fish <fnf@cygnus.com>