OSDN Git Service

gas/testsuite/
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 3 Jul 2007 07:54:19 +0000 (07:54 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Tue, 3 Jul 2007 07:54:19 +0000 (07:54 +0000)
commit397a64b350470350c8e0adb2af84439ea0f89272
tree90c1cf3fbe6fd5e3a198dd3d6fa3b8777ef22037
parentefc4dd24d5724ff10af0cc7600da664a5f5d334f
gas/testsuite/
* gas/m68k/mcf-coproc.d: New.
* gas/m68k/mcf-coproc.s: New.
* gas/m68k/all.exp: Add it.

gas/
* config/tc-m68k.c (m68k_ip): Add j & K operand types.
(install_operand): Add E encoding.
(md_begin): Check and skip initial '.' arg character.
(get_num): Add 0..511 case.

include/
* opcode/m68k.h: Document j K & E.

opcodes/
* m68k-dis.c (fetch_arg): Add E.  Replace length switch with
direct masking.
(print_ins_arg): Add j & K operand types.
(match_insn_m68k): Check and skip initial '.' arg character.
(m68k_scan_mask): Likewise.
* m68k-opc.c (m68k_opcodes): Add coprocessor instructions.
gas/ChangeLog
gas/config/tc-m68k.c
gas/testsuite/ChangeLog
gas/testsuite/gas/m68k/all.exp
gas/testsuite/gas/m68k/mcf-coproc.d [new file with mode: 0644]
gas/testsuite/gas/m68k/mcf-coproc.s [new file with mode: 0644]
include/ChangeLog
include/opcode/m68k.h
opcodes/ChangeLog
opcodes/m68k-dis.c
opcodes/m68k-opc.c