diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1996-11-25 21:39:55 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1996-11-25 21:39:55 +0000 |
commit | 1852237cf4611d55d2eeb0c8fb970425675668ff (patch) | |
tree | 1a00332d74fda7ce4e89586f3434a80a30c41385 /opcodes/ChangeLog | |
parent | a0a2af4f9543dcab3a782bc6e2b7a85913702fc6 (diff) | |
download | gdb-1852237cf4611d55d2eeb0c8fb970425675668ff.zip gdb-1852237cf4611d55d2eeb0c8fb970425675668ff.tar.gz gdb-1852237cf4611d55d2eeb0c8fb970425675668ff.tar.bz2 |
* m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storage
specifier of the effective-address operand in immediate forms of
arithmetic instructions. The specifier for the immediate operand
notes how and where the constant will be stored.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1627e05..b820558 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,15 @@ +Mon Nov 25 13:08:40 1996 J.T. Conklin <jtc@cygnus.com> + + * m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storage + specifier of the effective-address operand in immediate forms of + arithmetic instructions. The specifier for the immediate operand + notes how and where the constant will be stored. + Mon Nov 25 11:17:01 1996 Jeffrey A Law (law@cygnus.com) + * mn10300-opc.c (mn10300_opcodes): Remove redundant "lcc" + opcode. + * mn10300-dis.c (disassemble): Use '$' instead of '%' for register prefix. |