Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-02-18 | remove #ifdef HAVE_CPU_M32RX uses. tweak some comments | Doug Evans | 1 | -15/+4 | |
1998-02-16 | Only parallelise instructions when assembling for the m32rx, and when | Nick Clifton | 2 | -12/+19 | |
neither instruction is relaxable. | |||||
1998-02-13 | Fix tests to match latest version of the assembler. | Nick Clifton | 1 | -0/+7 | |
1998-02-13 | Do not bother checking the operands of instructions which have no operands! | Nick Clifton | 2 | -17/+39 | |
1998-02-13 | Reverted writes_to_pc() back to old version of code until PC operands are | Nick Clifton | 3 | -27/+16 | |
supported by cgen. | |||||
1998-02-13 | * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus. | Ian Lance Taylor | 1 | -0/+7 | |
* configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e. * doc/Makefile.am (AUTOMAKE_OPTIONS): Define. * doc/Makefile.in: Rebuild. | |||||
1998-02-13 | Parallelisation code changed to used cgen's new ins operands feature. | Nick Clifton | 2 | -126/+76 | |
1998-02-13 | * config/tc-mips.c (macro_build): Handle operand type 'C'. | Ian Lance Taylor | 1 | -0/+5 | |
(macro): Fix handling of M_COP[0-3]. | |||||
1998-02-13 | * gas/dvp/upper-2.[sd]: New testcase. | Doug Evans | 1 | -0/+7 | |
* gas/dvp/dvp.exp: Run it. | |||||
1998-02-13 | * gasp/macro.out: Adjust to reflect the fact that keyword | Ian Lance Taylor | 2 | -0/+17 | |
arguments are now permitted after positional arguments. | |||||
1998-02-13 | Based on patches from Ross Harvey <ross@teraflop.com>: | Ian Lance Taylor | 1 | -0/+9 | |
* macro.c (ISSEP): Only treat '<' and '>' as separator characters if macro_alternate or macro_mri. (getstring): Remove support for byte constants between < and >. (get_any_string): '<' only starts a string if macro_alternate or macro_mri. (macro_expand_body): Permit keyword parameters following positional parameters. | |||||
1998-02-12 | NetBSD patches from Gordon W. Ross <gwr@mc.com>: | Ian Lance Taylor | 2 | -84/+90 | |
* configure.in (alpha*-*-netbsd*): New target. * config/te-nbsd.h (LOCAL_LABELS_FB): Define. * configure: Rebuild. | |||||
1998-02-12 | * as.h (flag_warn_suppress_instructionswap): Move from here... | Ian Lance Taylor | 1 | -0/+4 | |
* config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to here, and make static. | |||||
1998-02-12 | * ehopt.c (eh_frame_code_alignment): Only use seg_info if | Ian Lance Taylor | 1 | -0/+3 | |
BFD_ASSEMBLER or MANY_SEGMENTS. | |||||
1998-02-12 | * as.c (show_usage): Update bug-gnu-utils address. | Ian Lance Taylor | 3 | -3/+9 | |
* gasp.c (show_usage): Likewise. * doc/as.texinfo (Bug Reporting): Likewise. | |||||
1998-02-12 | Improve my ChangeLog etiquette. | James Lemke | 1 | -2/+2 | |
1998-02-12 | * config/tc-mips.c (load_address): Don't use mips III or mips IV | Jeff Law | 2 | -84/+239 | |
insns regardless of the size of a pointer if we're in mips I or MIPS II mode. (macro, macro2, s_cprestore, s_cpadd): Likewise. Fix problems in recent code to handle address sizes more sanely. | |||||
1998-02-12 | opcodes: | Joern Rennecke | 2 | -12/+18 | |
* d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR. * d10v-dis.c (print_operand): Likewise. include/opcode: * d10v.h (OPERAND_ACC): Split into: (OPERAND_ACC0, OPERAND_ACC1) . (OPERAND_GPR): Define. gas/config: * tc-d10v.c (parallel_ok, find_opcode): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR. | |||||
1998-02-12 | (check_parallel_io_clash): Add #if 0'd out code that uses new operand | Doug Evans | 1 | -19/+30 | |
usage facility. | |||||
1998-02-12 | * gas/dvp/{*}: .text renamed to .vutext. | Doug Evans | 1 | -0/+11 | |
* gas/dvp/vif-1.[sd]: Renamed from pke-1.[sd]. | |||||
1998-02-12 | * read.c (s_fill): Handle non-constant repeat counts by creating | Richard Henderson | 1 | -0/+6 | |
an rs_space fragment. PR 14940 | |||||
1998-02-12 | update copyright date | Doug Evans | 1 | -6/+66 | |
1998-02-11 | (insert_operand): Bring over possible change from branch. | Doug Evans | 1 | -74/+89 | |
1998-02-11 | Document M32Rx warnings and errors. | Nick Clifton | 3 | -9/+149 | |
Document --warn-explicit-parallel-conflicts. | |||||
1998-02-11 | Handle xxx@word + N. Treat it as xxx >> 2 + N. | Andrew Cagney | 1 | -18/+56 | |
1998-02-10 | * config/tc-dvp.c (*): pke->vif, gpuif->gif. | Doug Evans | 1 | -0/+6 | |
1998-02-10 | Remove dvp testsuite entry. | Doug Evans | 1 | -1/+2 | |
Fix up sky sanitization. | |||||
1998-02-10 | [TEXT|DATA|BSS]_SECTION_NAME | James Lemke | 1 | -0/+7 | |
1998-02-10 | * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use | Ian Lance Taylor | 1 | -0/+5 | |
seg_fix_rotP rather than fix_root from seg_info. | |||||
1998-02-10 | Define default values of [TEXT|DATA|BSS]_SECTION_NAME | James Lemke | 1 | -0/+5 | |
1998-02-10 | * Add support for 0x1_2_3_4 bignums. | Ian Carmichael | 1 | -0/+5 | |
1998-02-10 | * configure.in: Change -linux* to -linux-gnu*. | Ian Lance Taylor | 1 | -0/+3 | |
* configure: Rebuild. | |||||
1998-02-10 | * app.c (do_scrub_begin): Treat \r as whitespace. | Ian Lance Taylor | 1 | -0/+4 | |
1998-02-10 | Add tests for DIVH instruction and new versions of RAC and RACH instruction. | Nick Clifton | 1 | -0/+6 | |
Renamed MACHL1 to MACLH1. | |||||
1998-02-10 | Improved warning message generation for parallel instructions | Nick Clifton | 1 | -0/+8 | |
1998-02-09 | * Makefile.am: Update dependencies. | Ian Lance Taylor | 1 | -0/+5 | |
* Makefile.in: Rebuild. | |||||
1998-02-07 | * configure, aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 2 | -99/+94 | |
1998-02-06 | Move code from branch | Michael Meissner | 1 | -0/+7 | |
1998-02-06 | more tweaks | Ian Lance Taylor | 1 | -18/+19 | |
1998-02-06 | * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as | Jeff Law | 1 | -0/+8 | |
the argument to bfd_set_arch_mach. (load_address): Use bfd_arch_bits_per_address to determine the bit size of an address instead of looking at the isa level. (macro, macro2, s_cprestore, s_cpadd): Likewise. | |||||
1998-02-06 | Add -mv850any command line option for PR 14732 | Nick Clifton | 2 | -11/+28 | |
1998-02-06 | improvements | Ian Lance Taylor | 1 | -2/+49 | |
1998-02-06 | * ehopt.c: New file. | Ian Lance Taylor | 9 | -8/+435 | |
* as.h (enum _relax_state): Add rs_cfa. (check_eh_frame, eh_frame_estimate_size_before_relax): Declare. (eh_frame_relax_frag, eh_frame_convert_frag): Declare. * read.c (emit_expr): Call check_eh_frame. * write.c (cvt_frag_to_fill): Handle rs_cfa. (relax_segment): Likewise. * Makefile.am: Rebuild dependencies. (GAS_CFILES): Add ehopt.c. (GENERIC_OBJS): Add ehopt.o. * doc/internals.texi (Frags): Document rs_cfa. * as.c (show_usage): Mention --traditional-format. (parse_args): Accept --traditional-format. * as.h (flag_traditional_format): Declare. * output-file.c (output_file_create): If flag_traditional_format, set BFD_TRADITIONAL_FORMAT on stdoutput. * doc/as.texinfo, doc/as.1: Document --traditional-format. | |||||
1998-02-06 | * config/tc-mips.c (append_insn): Make sure that if we have a | Ian Lance Taylor | 2 | -1/+19 | |
fixup for an unmatched %hi reloc, it does not associated with a variant frag. | |||||
1998-02-05 | * configure, Makefile.in, aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 4 | -173/+325 | |
* doc/Makefile.in: Likewise. | |||||
1998-02-04 | Add checks for side effects of instructions preventing their parallelisation. | Nick Clifton | 2 | -16/+64 | |
1998-02-04 | Updated to match latest assembler output. | Nick Clifton | 1 | -0/+4 | |
1998-02-04 | Applied patch submitted by Jamie Smith <jsmith@teknema.demon.co.uk> to fix | Nick Clifton | 1 | -0/+9 | |
literal pool appearances instigated by macros. | |||||
1998-02-04 | Wed Feb 4 15:40:00 1998 Geoffrey Keating <geoffk@ozemail.com.au> | Ian Lance Taylor | 7 | -0/+296 | |
* gas/ppc/ppc.exp: New file. * gas/ppc/astest.s, gas/ppc/astest.d: New test. * gas/ppc/astest2.s, gas/ppc/astest2.d: New test. | |||||
1998-02-04 | * config/tc-ppc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against | Ian Lance Taylor | 1 | -0/+1 | |
a gas internal symbol is adjustable. |