OSDN Git Service

gas/
authorjiez <jiez>
Fri, 4 Sep 2009 04:29:38 +0000 (04:29 +0000)
committerjiez <jiez>
Fri, 4 Sep 2009 04:29:38 +0000 (04:29 +0000)
commit80c558d426d84dfffbff3c2cb5795ce0c631137e
treed57ac5f1fdb705c3eda0fe3c311f236841b2e4e3
parent6201b2ac43617c300177a856a787a1a228aa808c
  gas/
* config/bfin-parse.y (asm_1): Implement HLT instruction.
Fix comments for DBGA, DBGAH and DBGAL.
* config/tc-bfin.c (bfin_gen_pseudodbg_assert): Change according
to the new encoding of DBGA, DBGAH, and DBGAL.

include/
* opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
(PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
(PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
Adjust accordingly.
(init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
PseudoDbg_Assert_grp_mask.

opcodes/
* bfin-dis.c (decode_pseudodbg_assert_0): Change according
to the new encoding of DBGA, DBGAH, and DBGAL.
(_print_insn_bfin): Likewise.
gas/ChangeLog
gas/config/bfin-parse.y
gas/config/tc-bfin.c
include/ChangeLog
include/opcode/bfin.h
opcodes/ChangeLog
opcodes/bfin-dis.c