Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-12-13 | for bfd: | Gavin Romig-Koch | 2 | -1/+65 | |
* archures.c,bfd-in2.h (bfd_mach_mips4121): New. * cpu-mips.c: Added vr4121. * elf32-mips.c (elf_mips_mach): Same. (_bfd_mips_elf_final_write_processing): Same. for gas: * config/tc-mips.c (mips_4121): New. (md_begin,mips_ip,md_longopts,md_parse_option): Add vr4121. for gcc: * config/mips/mips.c (override_options): Add vr4121. * config/mips/t-vr4xxx (MULTILIB_MATCHES): Same. for include/elf: * mips.h (E_MIPS_MACH_4121): New. for include/opcode: * mips.h (INSN_4121): New. for opcodes: * mips-dis.c (set_mips_isa_type): Add bfd_mach_mips4121. (_print_insn_mips): Same. * mips-opc.c: Add vr4121. for sim/mips: * configure.in,mips.igen,vr.igen: Add vr4121. * configure: Rebuilt. | |||||
1998-12-11 | h8300: tweak "opcode not available in h8/300 mode" message | Ken Raeburn | 1 | -0/+7 | |
1998-12-10 | * gas/mips/vu0.[sd]: Update vmtir testcases. | Doug Evans | 1 | -0/+2 | |
1998-12-10 | Bring over forgotten changelog entry from sky-980617-branch. | Doug Evans | 1 | -0/+5 | |
Thu Jul 23 18:31:03 1998 Frank Ch. Eigler <fche@cygnus.com> * gas/dvp/upper-[12].[sd]: Test two-operand CLIP; remove old one-operand CLIP. | |||||
1998-12-10 | * gas/dvp/lower-2.[sd]: Handle label as immediate data. | Doug Evans | 1 | -0/+13 | |
* gas/dvp/gifimage-1.[sd]: Add testcases for EOP. * gas/dvp/upper-[12].[sd]: Test two-operand CLIP; remove old one-operand CLIP. Bring over from sky-980617-branch. | |||||
1998-12-10 | Add line separator character. | Nick Clifton | 2 | -1/+7 | |
1998-12-10 | * config/tc-mips.c (append_insn): Don't move INSN_SYNC | Doug Evans | 2 | -1/+9 | |
instructions into delay slot. Bring over from sky-980617-branch. | |||||
1998-12-10 | * config/tc-dvp.h (md_end): Define. | Doug Evans | 2 | -0/+23 | |
* config/tc-dvp.c (dvp_end): New function. Bring over from sky-980617-branch. | |||||
1998-12-09 | * gas/vtable/vtable.exp: Do not run these tests for the dvp assembler. | Jeff Law | 3 | -0/+46 | |
1998-12-09 | * config/tc-mips.c (gpr_interlocks): The r5900 always has | Jeff Law | 2 | -14/+38 | |
gpr interlocks. Fixes minor assembler testsuite failure on the r5900. | |||||
1998-12-09 | Tue Dec 8 19:51:50 1998 Mark Klein <mklein@dis.com> | Ian Lance Taylor | 1 | -0/+12 | |
* configure.in (hppa-*-mpeix*): New target. * config/obj-som.h (obj_som_compiler): Declare. * config/obj-som.c (compiler_seen): New static variable. (obj_som_compiler): New function. * config/tc-hppa.c: Update tc_data uses for change to bfd/som.h. (md_pseudo_table): Add "compiler" if OBJ_SOM. (pa_type_args): Set hppa_priv_level. (pa_compiler): New static function if OBJ_SOM. * configure: Rebuild. | |||||
1998-12-08 | * read.c (output_leb128): Don't mark as inline. | Ian Lance Taylor | 1 | -0/+4 | |
1998-12-08 | * config/tc-ppc.c (ppc_vbyte): Prototype and new function for | Andrew Macleod | 1 | -0/+8 | |
AIX .vbyte unaligned data support. (md_pseudo_table): Add 'vbyte' to list of valid pseudos. (ppc_elf_validate_fix): Add eh_frame to list of ELF relocatable sections. | |||||
1998-12-07 | Imrpve handling of erroneous input. | Nick Clifton | 1 | -0/+5 | |
1998-12-07 | Check for BFD_RELOC_ARM_PCREL_BRANCH in elf32_arm_force_relocation. | Catherine Moore | 1 | -0/+5 | |
1998-12-07 | * configure.in: Define TARGET_BYTES_{BIG,LITTLE}_ENDIAN after | Ian Lance Taylor | 3 | -183/+194 | |
checking the target type. (mips-dec-bsd*): Set endian to little. * configure: Rebuild. | |||||
1998-12-07 | COFF weak symbol support, based on patches from Mark Elbrecht | Ian Lance Taylor | 1 | -0/+9 | |
<snowball3@usa.net>: * config/obj-coff.h (S_IS_WEAK): Define if not BFD_ASSEMBLER. * config/obj-coff.c (obj_coff_weak): New static function. (obj_coff_endef) [both versions]: Handle weak symbols. (coff_frob_symbol): Likewise. (yank_symbols): Likewise. (obj_pseudo_table): Add "weak". | |||||
1998-12-06 | * configure.in (m68k-*-gnu*): New target. From Aymeric Vincent | Ian Lance Taylor | 3 | -168/+239 | |
<aymeric.vincent@emi.u-bordeaux.fr>. * aclocal.m4: Rebuild with current tools. * configure: Rebuild. | |||||
1998-12-06 | * config/tc-alpha.c (emit_ldgp): Give an error message rather than | Ian Lance Taylor | 1 | -0/+3 | |
an assertion failure for a case we can't handle when OBJ_ECOFF. | |||||
1998-12-06 | * expr.c (operator): And with 0xff to avoid problems with signed | Ian Lance Taylor | 1 | -0/+5 | |
char. | |||||
1998-12-03 | change BFD_RELOC_FR30_32 to BFD_RELOC_FR30_48 | Nick Clifton | 2 | -3/+6 | |
1998-12-03 | Updated to match latest assembler output. | Nick Clifton | 1 | -0/+14 | |
1998-12-02 | Enable relocs for ldi:20 insn | Nick Clifton | 1 | -0/+5 | |
1998-11-30 | missing stuff for vr4xxx | Gavin Romig-Koch | 1 | -0/+28 | |
1998-11-26 | Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com> | Dave Brolley | 1 | -0/+5 | |
* config/tc-fr30.c (md_pcrel_from_section): Restore previous calculation of pcrel point. | |||||
1998-11-26 | Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com> | Dave Brolley | 1 | -1/+1 | |
* config/tc-fr30.c (md_pcrel_from_section): Restore previous calculation of pcrel point. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ | |||||
1998-11-25 | Fix calculation of address for pc rel operations. | Nick Clifton | 2 | -18/+12 | |
1998-11-25 | For top level: | Gavin Romig-Koch | 2 | -0/+42 | |
* config.sub (mips64vr4xxx,mips64vr4xxxel): New. For gcc: * config.sub (mips64vr4xxx,mips64vr4xxxel): New. * configure.in (mips64vr4xxx,mips64vr4xxxel): New. * config/mips/t-vr4xxx: New. * config/mips/elfb4xxx.h: New. * config/mips/elfl4xxx.h: New. * configure: Rebuilt. For gas: * config/tc-mips.c (md_begin): Added mip64vr4xxx as a possible CPU_TARGET. For gdb: * configure.tgt: Handle mips64*vr4xxx. For ld: * configure.tgt: Handle mips64*vr4xxx. | |||||
1998-11-20 | Add support for FR30_OPERAND_I32 | Nick Clifton | 1 | -0/+7 | |
1998-11-19 | Add support for -marm6xxx and -marm7xxx command line switches | Nick Clifton | 1 | -0/+5 | |
1998-11-19 | run sanitize over Makefile.{am,in} for fr30 | Doug Evans | 1 | -1/+1 | |
1998-11-19 | * gas/mips/sync.[sd]: New testcase. | Doug Evans | 4 | -1/+22 | |
* gas/mips/mips.exp: Run it. pr 18302 | |||||
1998-11-19 | * Makefile.am (DEP): Use $(srcdir)/../mkdep. | Doug Evans | 1 | -0/+10 | |
(itbl-ops.o): Delete duplicate dependencies. Rebuild dependencies. Add fr30 dependencies. * Makefile.in: Rebuild. | |||||
1998-11-18 | Wed Nov 18 11:27:56 1998 Dave Brolley <brolley@cygnus.com> | Dave Brolley | 2 | -7/+11 | |
* gas/fr30/allinsn.s (dmov): Correct hex literals. | |||||
1998-11-17 | Fixed reloc generation to match latest opcoide list from cgen. | Nick Clifton | 2 | -23/+23 | |
1998-11-17 | Moved bad insns to end of test file and added disassembly of good insns. | Nick Clifton | 2 | -179/+69 | |
1998-11-17 | PR17074 - ignore line terminator characters found inside strings. | Nick Clifton | 2 | -2/+9 | |
1998-11-17 | Fix syntax errors | Nick Clifton | 2 | -4/+7 | |
1998-11-17 | Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com> | Dave Brolley | 2 | -4/+8 | |
* gas/fr30/allinsn.s: Fixed more typos. | |||||
1998-11-13 | Fixed typos and added some uppercase vs lowercase testing | Nick Clifton | 2 | -19/+24 | |
1998-11-13 | Add support for delay slot insns. | Nick Clifton | 2 | -34/+67 | |
1998-11-13 | Thu Nov 12 19:21:24 1998 Dave Brolley <brolley@cygnus.com> | Dave Brolley | 1 | -1/+5 | |
* po/gas.pot: Regenerated. | |||||
1998-11-12 | Add code to support FR30 instrucitons which contain a colon in their mnemonic | Nick Clifton | 3 | -0/+80 | |
1998-11-11 | sanitize fr30 parts | Doug Evans | 1 | -0/+2 | |
1998-11-11 | Removed superflous code. | Nick Clifton | 2 | -593/+28 | |
1998-11-10 | New files for testing fr30 assembler | Nick Clifton | 6 | -0/+606 | |
1998-11-10 | Added fr30 directory to things to loose | Nick Clifton | 1 | -1/+1 | |
1998-11-10 | Added tc-fr30.h to things to loose | Nick Clifton | 1 | -0/+1 | |
1998-11-10 | Changes so that GAS will build - not work - just build. | Nick Clifton | 3 | -174/+84 | |
1998-11-10 | * config/tc-d10v.h (obj_fix_adjustable): Define. | Catherine Moore | 2 | -15/+133 | |
(TC_FORCE_RELOCATION): Define. (d10v_force_relocation): Declare. * config/tc-d10v.c (tc_gen_reloc): Handle Vtable relocs. (md_apply_fix3): Handle Vtable relocs. (d10v_fix_adjustable): New. (d10v_force_relocation): New. |