diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-09-09 18:38:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-09-09 18:38:50 +0000 |
commit | 66beed38d21722bf0c8f20705dc55dd0acf1b4bd (patch) | |
tree | be59691c745dc8a006b8b3766600ecefce21e97b /include/opcode | |
parent | 3ad9ec6a7b491be1e1224861f31b351720fa1df0 (diff) | |
download | gdb-66beed38d21722bf0c8f20705dc55dd0acf1b4bd.zip gdb-66beed38d21722bf0c8f20705dc55dd0acf1b4bd.tar.gz gdb-66beed38d21722bf0c8f20705dc55dd0acf1b4bd.tar.bz2 |
Wed Sep 9 11:25:28 1992 Ian Lance Taylor (ian@cygnus.com)
* m68k.h: merged Motorola and MIT syntax.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 4d672ff..e34314a 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,35 @@ +Wed Sep 9 11:25:28 1992 Ian Lance Taylor (ian@cygnus.com) + + * m68k.h: merged Motorola and MIT syntax. + +Thu Sep 3 09:33:22 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * m68k.h (pmove): make the tests less strict, the 68k book is + wrong. + +Tue Aug 25 23:25:19 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * m68k.h (m68ec030): Defined as alias for 68030. + (m68k_opcodes): New type characters "3" for 68030 MMU regs and "t" + for immediate 0-7 added. Set up some opcodes (ptest, bkpt) to use + them. Tightened description of "fmovex" to distinguish it from + some "pmove" encodings. Added "pmove" for 68030 MMU regs, cleaned + up descriptions that claimed versions were available for chips not + supporting them. Added "pmovefd". + +Mon Aug 24 12:04:51 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * m68k.h: fix where the . goes in divull + +Wed Aug 19 11:22:24 1992 Ian Lance Taylor (ian@cygnus.com) + + * m68k.h: the cas2 instruction is supposed to be written with + indirection on the last two operands, which can be either data or + address registers. Added a new operand type 'r' which accepts + either register type. Added new cases for cas2l and cas2w which + use them. Corrected masks for cas2 which failed to recognize use + of address register. + Fri Aug 14 14:20:38 1992 Per Bothner (bothner@cygnus.com) * m68k.h: Merged in patches (mostly m68040-specific) from |