Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-02-13 | Fix comment. | Doug Evans | 1 | -1/+2 | |
1998-02-13 | * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle empty | Doug Evans | 3 | -2/+10 | |
operand instance list. * m32r-opc.c: Regenerate. | |||||
1998-02-13 | * Makefile.am (AUTOMAKE_OPTIONS): Define. | Ian Lance Taylor | 3 | -45/+65 | |
* configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e. | |||||
1998-02-13 | x | Ian Lance Taylor | 1 | -0/+1 | |
1998-02-13 | Oops, fix typo. | Mark Alexander | 1 | -1/+1 | |
1998-02-13 | * mn10300-dis.c (print_insn_mn10300): Recognize break instruction. | Mark Alexander | 1 | -0/+4 | |
1998-02-13 | * configure.in: Get the version number from BFD. | Ian Lance Taylor | 2 | -77/+76 | |
* configure: Rebuild. | |||||
1998-02-13 | * Makefile.am (libopcodes_la_LDFLAGS): Define. | Ian Lance Taylor | 3 | -2/+8 | |
* Makefile.in: Rebuild. | |||||
1998-02-13 | Regenerated after modifying cgen/m32r.cpu to remove WRITE_LR and WRITE_SRC | Nick Clifton | 3 | -214/+192 | |
attributes. | |||||
1998-02-13 | tweak last entry | Doug Evans | 1 | -1/+1 | |
1998-02-13 | * cgen-opc.in (@arch@_cgen_lookup_insn): New argument alias_p. | Doug Evans | 3 | -525/+678 | |
Ignore ALIAS insns if asked to. (@arch@_cgen_get_insn_operands): Pass 0 for alias_p, NULL for insn. * m32r-opc.c: Regenerate. | |||||
1998-02-13 | (vu_operands): New element UFLAGS. | Doug Evans | 1 | -0/+3 | |
(parse_uflags,print_uflags): New functions. (vu_upper_opcodes): Add UFLAGS to all insns. | |||||
1998-02-13 | Regenerate with less verbose operand instance tables. | Doug Evans | 1 | -164/+170 | |
1998-02-12 | * dvp.opc.c: Nicely format opcode tables. | Doug Evans | 1 | -0/+6 | |
1998-02-12 | opcodes: | Joern Rennecke | 1 | -0/+8 | |
* 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 | Regenerated to use correct symbol concat macro. | Doug Evans | 1 | -1/+1 | |
1998-02-12 | * cgen-opc.in: New file. | Doug Evans | 10 | -512/+1731 | |
* cgen.sh: Translate @ARCH@. Cat cgen-opc.in into @arch@-opc.c. * Makefile.am (CGENFILES): Add cgen-opc.in. * Makefile.in: Regenerate. * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain. (cgen_hw_lookup): Make result const. * cgen-dis.in (*): Use PTR instead of void *. (print_insn): Delete unused vars `i', `syntax'. * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate. | |||||
1998-02-10 | * dvp-opc.c (*): pke,gpuif renamed to vif,gif. | Doug Evans | 1 | -0/+7 | |
* dvp-dis.c (*): Likewise. | |||||
1998-02-07 | * configure, aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 1 | -0/+4 | |
1998-02-05 | Repeat/repeati are pc-relative | Michael Meissner | 1 | -0/+7 | |
1998-02-05 | * configure.in: Set libtool_enable_shared rather than | Ian Lance Taylor | 3 | -203/+299 | |
libtool_shared. Remove diversion hack. * configure, Makefile.in, aclocal.m4: Rebuild with new libtool. | |||||
1998-02-04 | * cgen-opc.c (cgen_set_cpu): Initialize hardware table. | Doug Evans | 3 | -393/+1058 | |
* m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Update. | |||||
1998-02-04 | add sanitization of m32rx PIPE attribute, redact can do this more cleanly | Doug Evans | 1 | -1/+3 | |
1998-02-03 | Added m32rx sanitization. | Nick Clifton | 1 | -0/+28 | |
1998-02-03 | Mon Feb 2 19:22:15 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU> | Ian Lance Taylor | 2 | -0/+705 | |
* tic30-dis.c: New file. * disassemble.c (disassembler): Add bfd_arch_tic30 case. * configure.in: Handle bfd_tic30_arch. * Makefile.am: Rebuild dependencies. (CFILES): Add tic30-dis.c (ALL_MACHINES): Add tic30-dis.lo. * configure, Makefile.in: Rebuild. | |||||
1998-02-02 | Removed mulwhi-a mulwlo-a, macwhi-a, macwlo-a instructions. | Nick Clifton | 1 | -0/+8 | |
1998-01-30 | * dvp-opc.c, a bunch of little change to the instruction table to make | Ian Carmichael | 1 | -0/+6 | |
* it consistent with the SCE asmvu assembler (and inconsistent with the * spec). | |||||
1998-01-30 | fix d30v and sky sanitization | Doug Evans | 1 | -2/+4 | |
1998-01-30 | * Fix MAXi encoding, Fix pkemscal/pkemscalf order. | Ian Carmichael | 1 | -1/+10 | |
1998-01-30 | (print_insn_little_mips): tweak dvp support. | Doug Evans | 1 | -1/+1 | |
1998-01-29 | * m32r-opc.h (HAVE_CPU_M32R): Define. | Doug Evans | 2 | -0/+9 | |
1998-01-29 | fix typo | Doug Evans | 2 | -2/+2 | |
1998-01-28 | update copyright date | Doug Evans | 1 | -1/+1 | |
1998-01-28 | * dvp-dis.c, dvp-opc.c: New files. | Doug Evans | 10 | -3006/+49 | |
* configure.in: Compile them if bfd_dvp_arch, as well as mips. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo. (dvp-dis.lo,dvp-opc.lo): Add rules for. (mips-dis.lo): Compile with @archdefs@. * Makefile.in: Regenerate. * disassemble.c: Define ARCH_mips ifdef ARCH_dvp. * mips-dis.c (print_insn_little_mips): Check for DVP insns. plus delete old txvu stuff | |||||
1998-01-28 | Report combined alignment and size overflow errors. | Nick Clifton | 1 | -0/+5 | |
1998-01-28 | * mips-dis.c (_print_insn_mips): Set target_processor as appropriate. | Jeff Law | 3 | -4/+155 | |
Only recognize instructions for the current target_processor. | |||||
1998-01-28 | *** empty log message *** | James Lemke | 1 | -75/+108 | |
1998-01-27 | * txvu-dis.c (*): Update to use new arguments in | Doug Evans | 3 | -221/+464 | |
parse/insert/extract/print fns. * txvu-opc.c (*): Likewise. | |||||
1998-01-27 | allow '/' in addition to '.' in dest spec | Doug Evans | 1 | -3/+3 | |
1998-01-27 | fix ior encoding | Doug Evans | 1 | -3/+9 | |
1998-01-27 | add more pke/dma/gpuif parsing support | Doug Evans | 1 | -7/+156 | |
1998-01-27 | add comment | Doug Evans | 1 | -0/+3 | |
1998-01-27 | (lookup_keyword_{value,name}): New functions. | Doug Evans | 2 | -2/+271 | |
(scan_symbol): New function. (issymchar,SKIP_BLANKS): New macros. Plus more dma/gpuif support code. | |||||
1998-01-27 | * txvu-dis.c (print_insn): Extract/print fns take pointer to | Doug Evans | 3 | -236/+335 | |
insn now and not insn itself. * txvu-opc.c: insert/extract/print fns take pointer to insn now and not insn itself. Add initial dma,pke,gpuif support. Parse fn no longer needs to set errmsg = NULL for success. | |||||
1998-01-26 | checkpoint | Doug Evans | 1 | -4/+608 | |
1998-01-25 | checkpoint | Doug Evans | 1 | -6/+16 | |
1998-01-24 | * txvu-opc.c: | Doug Evans | 2 | -50/+104 | |
(parse_dest1,insert_luimm12up6): New functions. (txvu_operands): New operands LUIMM12UP6, LDEST1. (txvu_lower_opcodes): Clean up pass over table. (parse_dotdest1): Fix dest calculation. (_parse_sdest): Fix typo. | |||||
1998-01-23 | * txvu-opc.c (txvu_operands, UBC): Add extract entry. | Doug Evans | 2 | -14/+32 | |
(txvu_operands, UACCDEST): Not a fake operand. (txvu_operands, UXYZ): Move parse entry to insert entry. (txvu_operands, LVI01): Not a fake operand. (txvu_upper_opcodes): Fix spelling of minii instruction. (printf_vfreg): Print register number with "%02ld". (print_bcftreg): Likewise. (print_accdest): Pass `dest' to _print_dest. (insert_xyz): Renamed from parse_xyz. | |||||
1998-01-23 | * d10v-dis.c (PC_MASK): Correct value. | Fred Fish | 1 | -0/+6 | |
(print_operand): If there's a reloc, don't calculate the address because they could be in different sections. | |||||
1998-01-23 | * cgen.sh: Rewrite to be like simulator's version. | Doug Evans | 3 | -2/+10 | |
* Makefile.am (cgen): Update call to cgen.sh. * Makefile.in: Regenerate |