OSDN Git Service

2003-05-23 Jason Eckhardt <jle@rice.edu>
authorjle <jle>
Sat, 24 May 2003 04:22:22 +0000 (04:22 +0000)
committerjle <jle>
Sat, 24 May 2003 04:22:22 +0000 (04:22 +0000)
commit083386ca30ef6d57469147490aef1cb74ad91b84
treed04d16846b3be1ab017958e185bce6ebfd1cafb2
parent77df409fd4958bae8020bddfa05e216f5526cc3a
2003-05-23  Jason Eckhardt  <jle@rice.edu>
gas:
        * config/tc-i860.c (target_xp): Declare variable.
        (OPTION_XP): Declare macro.
        (md_longopts): Add option -mxp.
        (md_parse_option): Set target_xp.
        (md_show_usage): Add -mxp usage.
        (i860_process_insn): Recognize XP registers bear, ccr, p0-p3.
        (md_assemble): Don't try expansions if XP_ONLY is set.
        * doc/c-i860.texi: Document -mxp option.

gas/testsuite:
        * gas/i860/xp.s: New file.
        * gas/i860/xp.d: New file.

include/opcode:
        * i860.h (expand_type): Add XP_ONLY.
        (scyc.b): New XP instruction.
        (ldio.l): Likewise.
        (ldio.s): Likewise.
        (ldio.b): Likewise.
        (ldint.l): Likewise.
        (ldint.s): Likewise.
        (ldint.b): Likewise.
        (stio.l): Likewise.
        (stio.s): Likewise.
        (stio.b): Likewise.
        (pfld.q): Likewise.

opcodes:
        * i860-dis.c (crnames): Add bear, ccr, p0, p1, p2, p3.
        (print_insn_i860): Grab 4 bits of the control register field
        instead of 3.
gas/ChangeLog
gas/config/tc-i860.c
gas/doc/c-i860.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/i860/xp.d [new file with mode: 0644]
gas/testsuite/gas/i860/xp.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/i860.h
opcodes/ChangeLog
opcodes/i860-dis.c