diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1996-11-26 03:24:55 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1996-11-26 03:24:55 +0000 |
commit | 520e44a15a5bca06b40ec515b8531d203ca0ec14 (patch) | |
tree | 7cd8bf4436178f8406ed17002fde537702e853b0 | |
parent | f082b5eaeaee0aeb43506cfa65944d2549d95782 (diff) | |
download | gdb-520e44a15a5bca06b40ec515b8531d203ca0ec14.zip gdb-520e44a15a5bca06b40ec515b8531d203ca0ec14.tar.gz gdb-520e44a15a5bca06b40ec515b8531d203ca0ec14.tar.bz2 |
* m68k-opc.c (m68k_opcodes): Simplify table by using < and >
operand specifiers in *save, *restore and movem* instructions.
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 67d4394..3fad4cf 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,9 +1,12 @@ Mon Nov 25 16:15:17 1996 J.T. Conklin <jtc@cygnus.com> - * m68k-opc.c (m68k-opcodes): Fix move and movem instructions for + * m68k-opc.c (m68k_opcodes): Simplify table by using < and > + operand specifiers in *save, *restore and movem* instructions. + + * m68k-opc.c (m68k_opcodes): Fix move and movem instructions for the coldfire. - * m68k-opc.c (m68k-opcodes): The coldfire (mcf5200) can only use + * m68k-opc.c (m68k_opcodes): The coldfire (mcf5200) can only use register operands for immediate arithmetic, not, neg, negx, and set according to condition instructions. |