aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
1998-02-22* read.c (s_set): Record file and line info for symbols when -as.Richard Henderson1-0/+5
1998-02-21 (vu_count): New static local.Doug Evans2-10/+70
1998-02-21tc-dvp.c (cur_mach): New static local.Doug Evans1-0/+4
1998-02-21 (cur_mach): New static local.Doug Evans1-28/+78
1998-02-21 (asm_state_stack): Maintain stack of parsing states.Doug Evans2-92/+169
1998-02-21 (asm_state): New state ASM_GIF.Doug Evans2-39/+161
1998-02-20 * confirg/tc-dvp.c (md_assemble): Handle ASM_DIRECT state.Doug Evans2-65/+27
1998-02-20 * config/tc-ppc.c (md_pseudo_table): Add "section".Ian Lance Taylor1-0/+5
1998-02-20 * gas/mips/r5900.s, gas/mips/r5900.d: Update for "mula.s" change.Jeff Law3-6/+25
1998-02-20* tc-ppc.c (ppc_biei): Cache the last symbol we insertedRichard Henderson2-15/+69
1998-02-20Fixup my email addresses to be at cygnus.comFred Fish1-2/+2
1998-02-20 * config/tc-d30v.c (parallel_ok): For the explicitly parallelFred Fish2-8/+44
1998-02-20* listing.c (list_symbol_table): Categorize symbols byRichard Henderson1-0/+5
1998-02-19 * config/tc-dvp.c (LOCAL_LABEL_PREFIX,END_LABEL_PREFIX): New macros.Doug Evans2-191/+216
1998-02-19 * config/tc-dvp.c: Include stdarg.h/varargs.h.Doug Evans1-227/+325
1998-02-19* Makefile.am (install-exec-local): Install properly when lnRichard Henderson1-0/+5
1998-02-19Special case handling of updates to the condition bit to allow for the factNick Clifton1-0/+7
1998-02-19* tc-dvp.c: Allow FAKE arguments to have a parser handler.Doug Evans1-1/+2
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 Evans2-56/+74
1998-02-18Added --Wp and --Wnp abbreviations for --[no-]warn-explicit-parallel-conflicts.Nick Clifton1-0/+12
1998-02-18Treat a double vertical bar as a seperator between instructions.Nick Clifton1-0/+5
1998-02-18 * cen.c (cgen_md_apply_fix3): Delete call to validate_operand.Doug Evans1-0/+5
1998-02-18 * gas/dvp/{basic-1,lower-1,upper-1,upper-2}.d: Update to remove destDoug Evans1-0/+7
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 Clifton2-12/+19
1998-02-13Fix tests to match latest version of the assembler.Nick Clifton1-0/+7
1998-02-13Do not bother checking the operands of instructions which have no operands!Nick Clifton2-17/+39
1998-02-13Reverted writes_to_pc() back to old version of code until PC operands areNick Clifton3-27/+16
1998-02-13 * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus.Ian Lance Taylor1-0/+7
1998-02-13Parallelisation code changed to used cgen's new ins operands feature.Nick Clifton2-126/+76
1998-02-13 * config/tc-mips.c (macro_build): Handle operand type 'C'.Ian Lance Taylor1-0/+5
1998-02-13 * gas/dvp/upper-2.[sd]: New testcase.Doug Evans1-0/+7
1998-02-13 * gasp/macro.out: Adjust to reflect the fact that keywordIan Lance Taylor2-0/+17
1998-02-13 Based on patches from Ross Harvey <ross@teraflop.com>:Ian Lance Taylor1-0/+9
1998-02-12 NetBSD patches from Gordon W. Ross <gwr@mc.com>:Ian Lance Taylor2-84/+90
1998-02-12 * as.h (flag_warn_suppress_instructionswap): Move from here...Ian Lance Taylor1-0/+4
1998-02-12 * ehopt.c (eh_frame_code_alignment): Only use seg_info ifIan Lance Taylor1-0/+3
1998-02-12 * as.c (show_usage): Update bug-gnu-utils address.Ian Lance Taylor3-3/+9
1998-02-12Improve my ChangeLog etiquette.James Lemke1-2/+2
1998-02-12 * config/tc-mips.c (load_address): Don't use mips III or mips IVJeff Law2-84/+239
1998-02-12opcodes:Joern Rennecke2-12/+18
1998-02-12(check_parallel_io_clash): Add #if 0'd out code that uses new operandDoug Evans1-19/+30
1998-02-12 * gas/dvp/{*}: .text renamed to .vutext.Doug Evans1-0/+11
1998-02-12* read.c (s_fill): Handle non-constant repeat counts by creatingRichard Henderson1-0/+6
1998-02-12update copyright dateDoug Evans1-6/+66
1998-02-11(insert_operand): Bring over possible change from branch.Doug Evans1-74/+89
1998-02-11Document M32Rx warnings and errors.Nick Clifton3-9/+149
1998-02-11Handle xxx@word + N. Treat it as xxx >> 2 + N.Andrew Cagney1-18/+56