aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-dvp.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-21update tc-dvp.c with sky-980617-branchDoug Evans1-7/+44
1998-07-22* Bringing over sky (dvp) gas change from branch.Frank Ch. Eigler1-70/+100
1998-06-12 * config/tc-dvp.c (create_vuoverlay_section): Don't set a non-zeroDoug Evans1-0/+7
1998-06-09 * config/tc-dvp.c (assemble_vu): Print better error message ifDoug Evans1-1/+7
1998-06-08 * config/tc-dvp.c (dvp_relax_frag): Adjust target address by stretch.Doug Evans1-0/+9
1998-06-03 * config/tc-dvp.c (md_begin): Change alignment of .DVP.ovlytab to 4.Doug Evans1-4/+4
1998-06-02 * read.c (do_s_func): New function.Doug Evans1-0/+14
1998-06-01(create_vuoverlay_section): Set SEC_CODE flag for overlay sections.Doug Evans1-2/+3
1998-05-31 * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Delete .vuoverlay_table.Doug Evans1-7/+34
1998-05-29more attempts to handle `*' as mpg addressDoug Evans1-25/+26
1998-05-29resolve mpgloc_sym in `*' caseDoug Evans1-13/+31
1998-05-28 * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Add .vuoverlay_table.Doug Evans1-25/+191
1998-05-11 * config/tc-dvp.c (md_begin): Set type of output file to mips:r5900.Doug Evans1-6/+8
1998-04-16 (vif_insn_type): New function.Doug Evans1-11/+39
1998-04-16 * config/tc-dvp.c (unpackloc_sym): Delete. All uses deleted.Doug Evans1-40/+4
1998-04-13 * config/tc-dvp.c (md_apply_fix3): Mark fixup for mpg loaded vuDoug Evans1-0/+2
1998-04-10tweak comment regarding state transitionsDoug Evans1-4/+8
1998-04-10 * config/tc-dvp.c (VU_LABEL_PREFIX): New macro.Doug Evans1-97/+281
1998-04-07 * config/tc-dvp.c (md_convert_frag): Fix thinko.Doug Evans1-1/+3
1998-04-07 * config/tc-dvp.c (assemble_vif): 0 is a valid length value (= max+1).Doug Evans1-5/+6
1998-04-07 * config/tc-dvp.c (assemble_vif): Watch for macro insns.Doug Evans1-0/+22
1998-04-03tweak comment in last entryDoug Evans1-10/+6
1998-04-03 * config/tc-dvp.c (assemble_vif): Put relaxable insns in theirDoug Evans1-3/+25
1998-03-25 * config/tc-dvp.h (md_estimate_size_before_relax): Delete.Doug Evans1-227/+583
1998-03-23 * config/tc-dvp.c (insert_mpg_marker): Update mpgloc.Doug Evans1-0/+6
1998-03-17 * config/tc-dvp.c (s_enddmadata): Always fill dma data out to 16Doug Evans1-6/+5
1998-03-17 * config/tc-dvp.h (TC_START_LABEL): Define.Doug Evans1-5/+21
1998-03-17 * config/tc-dvp.c (md_begin): Turn dma/vif packing on by default.Doug Evans1-15/+31
1998-03-16 * config/tc-dvp.c (md_pseudo_table): Make .quad 16 bytes.Doug Evans1-62/+135
1998-03-07 (insert_mpg_marker): New function.Doug Evans1-33/+89
1998-03-07 (install_vif_length): Second pass at unpack len calcs.Doug Evans1-4/+19
1998-03-06 * config/tc-dvp.c (s_endgif): Fix nloop calc and test. Warn ifDoug Evans1-22/+49
1998-02-27 * config/tc-dvp.c (assemble_vif): Insert cpu type marker beforeDoug Evans1-5/+21
1998-02-25 (s_endgif): Update. NLOOP is in quadwords for IMAGE mode now.Doug Evans1-3/+3
1998-02-24 (UNIQUE_LABEL_PREFIX): New macro.Doug Evans1-7/+15
1998-02-24(s_endgif): Change length mismatched errors to warnings.Doug Evans1-2/+2
1998-02-24 (create_colon_label): New argument `sto'. All callers updated.Doug Evans1-32/+69
1998-02-24 * config/tc-dvp.h (tc_frob_label): Define.Doug Evans1-1/+12
1998-02-24 * config/tc-dvp.c (assemble_dma): Do alignment before parsing insn.Doug Evans1-20/+40
1998-02-21 (vu_count): New static local.Doug Evans1-10/+67
1998-02-21 (cur_mach): New static local.Doug Evans1-28/+78
1998-02-21 (asm_state_stack): Maintain stack of parsing states.Doug Evans1-91/+165
1998-02-21 (asm_state): New state ASM_GIF.Doug Evans1-39/+156
1998-02-20 * confirg/tc-dvp.c (md_assemble): Handle ASM_DIRECT state.Doug Evans1-65/+18
1998-02-19 * config/tc-dvp.c (LOCAL_LABEL_PREFIX,END_LABEL_PREFIX): New macros.Doug Evans1-191/+194
1998-02-19 * config/tc-dvp.c: Include stdarg.h/varargs.h.Doug Evans1-227/+325
1998-02-19Allow FAKE arguments to have a parser handler.Doug Evans1-2/+11
1998-02-18fix thinko in last patchDoug Evans1-2/+5
1998-02-18 * config/tc-dvp.c (parse_float): New function.Doug Evans1-55/+63
1998-02-11(insert_operand): Bring over possible change from branch.Doug Evans1-74/+89