diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-04 04:29:42 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-09-04 04:29:42 +0000 |
commit | 66a6900a09dc32b8afc5bf61ee070084025232a7 (patch) | |
tree | 52817ad92869c78f8f890dff7ec0a364dc1331f2 /gas/ChangeLog | |
parent | 7dd8f318c11c2ac7b92bd34474df5d6b075cf5a7 (diff) | |
download | gdb-66a6900a09dc32b8afc5bf61ee070084025232a7.zip gdb-66a6900a09dc32b8afc5bf61ee070084025232a7.tar.gz gdb-66a6900a09dc32b8afc5bf61ee070084025232a7.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7ed7a3a..a07fed5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2009-09-04 Jie Zhang <jie.zhang@analog.com> + * 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. + +2009-09-04 Jie Zhang <jie.zhang@analog.com> + * doc/all.texi: Replace BFIN with Blackfin. * doc/as.texinfo: Likewise. * doc/c-bfin.texi: Likewise. |