gas/
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 11 Aug 2009 18:29:41 +0000 (18:29 +0000)
committerBernd Schmidt <bernds@codesourcery.com>
Tue, 11 Aug 2009 18:29:41 +0000 (18:29 +0000)
commitd55cb1c59e12fdb19d25fab16efc564fa5d85a8a
treeec659b4ffb9f141b437493d5b0f86883048a3e5e
parentbaa3eb38dfd765a404c5c231a01f38a39f4f1482
gas/
* config/bfin-parse.y (gen_multi_instr_1): New function.
(asm): Use it instead of bfin_gen_multi_instr.
(error): Add a format string when calling as_bad.
* config/bfin-defs.h (insn_regmask): Declare.
* config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New
macros.
(decode_ProgCtrl_0, decode_LDSTpmod_0, decode_dagMODim_0,
decode_dagMODik_0, decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0,
decode_LDSTii_0, decode_dsp32mac_0, decode_dsp32mult_0,
decode_dsp32alu_0, decode_dsp32shift_0, decode_dsp32shitimm_0,
insn_regmask): New functions.
gas/testsuite/
* gas/bfin/parallel.s: Add more test cases.
* gas/bfin/parallel.d: Update accordingly.
* gas/bfin/resource_conflict.l: New test.
* gas/bfin/resource_conflict.s: New test.
* gas/bfin/bfin.exp: Add resource_conflict.
gas/ChangeLog
gas/config/bfin-defs.h
gas/config/bfin-parse.y
gas/config/tc-bfin.c
gas/testsuite/ChangeLog
gas/testsuite/gas/bfin/bfin.exp
gas/testsuite/gas/bfin/parallel.d
gas/testsuite/gas/bfin/parallel.s
gas/testsuite/gas/bfin/resource_conflict.l [new file with mode: 0644]
gas/testsuite/gas/bfin/resource_conflict.s [new file with mode: 0644]
This page took 0.03203 seconds and 4 git commands to generate.