aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
1998-03-27Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor1-76/+73
1998-03-25 * config/tc-dvp.h (md_estimate_size_before_relax): Delete.Doug Evans1-227/+583
1998-03-24Tue Mar 24 18:30:58 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-8/+30
1998-03-23 * config/tc-dvp.c (insert_mpg_marker): Update mpgloc.Doug Evans1-0/+6
1998-03-22 * config/tc-mips.c (append_insn): Handle BFD_RELOC_MIPS16_S3.Jeff Law1-0/+15
1998-03-20 * config/tc-mips.c: Change '%' to '#' in r5900 code to avoid conflictJeff Law1-2/+2
1998-03-19 * config/tc-mips.c (mips_ip): Handle opcodes which have the formJeff Law1-9/+282
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-07Remove SH4 sanitation.Joern Rennecke1-32/+0
1998-03-06Scrap the un-needed vr4111 stuff.Gavin Romig-Koch2-33/+1
1998-03-06 * config/tc-dvp.c (s_endgif): Fix nloop calc and test. Warn ifDoug Evans1-22/+49
1998-03-03 * config/tc-mips.c : Added vr4320 similar to vr4300.Gavin Romig-Koch2-5/+89
1998-03-01* config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.Richard Henderson1-0/+4
1998-02-27 * config/tc-dvp.c (assemble_vif): Insert cpu type marker beforeDoug Evans1-5/+21
1998-02-25Fix bug detected by Michael snyder.Nick Clifton1-2/+3
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 Evans2-2/+17
1998-02-24 * config/tc-dvp.c (assemble_dma): Do alignment before parsing insn.Doug Evans1-20/+40
1998-02-23Instead of changing the names of .bss etc, add .vubss etc viaJames Lemke2-8/+56
1998-02-23 * cgen.c: #include symcat.h.Doug Evans1-17/+114
1998-02-23 * config/tc-mips.c (mips_ip, case 'P'): Make 'P' arguments beJeff Law1-12/+27
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-20* tc-ppc.c (ppc_biei): Cache the last symbol we insertedRichard Henderson1-15/+64
1998-02-20 * config/tc-d30v.c (parallel_ok): For the explicitly parallelFred Fish1-8/+36
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-18remove #ifdef HAVE_CPU_M32RX uses. tweak some commentsDoug Evans1-15/+4
1998-02-16Only parallelise instructions when assembling for the m32rx, and whenNick Clifton1-12/+13
1998-02-13Do not bother checking the operands of instructions which have no operands!Nick Clifton1-17/+32
1998-02-13Reverted writes_to_pc() back to old version of code until PC operands areNick Clifton1-2/+7
1998-02-13Parallelisation code changed to used cgen's new ins operands feature.Nick Clifton1-126/+68
1998-02-12 * config/tc-mips.c (load_address): Don't use mips III or mips IVJeff Law1-84/+232
1998-02-12opcodes:Joern Rennecke1-12/+11
1998-02-12(check_parallel_io_clash): Add #if 0'd out code that uses new operandDoug Evans1-19/+30
1998-02-11(insert_operand): Bring over possible change from branch.Doug Evans1-74/+89