Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-06-10 | * m32r-opc.c: Regenerate. | Doug Evans | 1 | -0/+4 | |
Updates from better VoidMode handling in cgen. | |||||
1998-06-09 | Disassemble 'add rX, rY, #0' as 'mov rX, rY'. | Nick Clifton | 2 | -0/+6 | |
1998-06-09 | Fix for PR16116 - remove FLAG_MUL32 attribute from MULX2H insn. | Nick Clifton | 1 | -0/+4 | |
1998-06-06 | Fri Jun 5 23:47:55 1998 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 2 | -227/+238 | |
* i386-dis.c: Combine aflag and dflag into sizeflag. Change OP_* functions to void. (OP_DSreg): Rename from OP_DSSI. (OP_ESreg): Rename from OP_ESDI. (Xb, Xv, Yb, Yv): Use index reg code, not b_mode or v_mode. (DSBX): Define. (append_seg): Rename from append_prefix. (ptr_reg): New function. (dis386): Add S suffix to pushf, popf, ret, lret, enter, leave. Add DSBX for xlat. (PREFIX_ADDR): Rename from PREFIX_ADR. (float_reg): Add non-broken opcodes for people who don't want UNIXWARE_COMPAT. | |||||
1998-06-05 | Fri Jun 5 19:15:04 1998 Andreas Schwab ↵ | Ian Lance Taylor | 1 | -0/+5 | |
<schwab@issan.informatik.uni-dortmund.de> * m68k-opc.c (tstb, tstw, tstl): Don't allow pcrel on 68000/68008/68010. | |||||
1998-06-03 | x | Ian Lance Taylor | 1 | -0/+4 | |
1998-06-02 | Tue Jun 2 15:06:46 1998 Geoff Keating <geoffk@ozemail.com.au> | Ian Lance Taylor | 1 | -0/+6 | |
* ppc-opc.c (powerpc_macros): Support shifts and rotates of size 0; produce error message for shifts of size 32 (or 64 for 64-bit shifts), because the hardware doesn't support them. | |||||
1998-06-01 | * mips-opc.c (c.lt.s): Remove r5900 specific variant. | Jeff Law | 1 | -0/+3 | |
(c.le.s): Likewise. | |||||
1998-06-01 | * vu0.h (sqc2): Fix opcode. | Jeff Law | 2 | -1/+3 | |
1998-06-01 | * mips-opc.c (rsqrt.s): Update based on r5900 ISA manual version 2.1 | Jeff Law | 2 | -9/+38 | |
(sqrt.s): Likewise. | |||||
1998-05-27 | sparclite 86x big endian instruction / little endian data support. | Stan Cox | 1 | -0/+9 | |
1998-05-26 | Fix PR15984 - Add flags to various opcodes | Nick Clifton | 2 | -4/+9 | |
1998-05-26 | Fix Pr15998 - Make SHORT_B3(b) formats examin but not modify their first ↵ | Nick Clifton | 2 | -52/+62 | |
register argument. | |||||
1998-05-22 | * cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts. | Doug Evans | 2 | -26/+42 | |
* cgen-dis.in (extract_normal): Likewise. * m32r-asm.c,m32r-dis.c: Regenerate. | |||||
1998-05-22 | * cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts. | Doug Evans | 1 | -0/+5 | |
* cgen-dis.in (extract_normal): Likewise. | |||||
1998-05-22 | * dvp-opc.c (parse_dotdest): Missing dest -> xyzw. | Doug Evans | 1 | -0/+6 | |
1998-05-20 | * mips-opc.c (multu1): Add two operand variant for the r5900. | Jeff Law | 1 | -0/+6 | |
1998-05-19 | * mips-dis.c (print_mips16_insn_arg): Handle type ']' correctly | Ian Lance Taylor | 1 | -0/+5 | |
with a shift count of 0. | |||||
1998-05-18 | * Followup for SCEI PR 15853: 2-operand R5900 "mult1" instruction. | Frank Ch. Eigler | 2 | -0/+5 | |
Mon May 18 14:27:06 1998 Frank Ch. Eigler <fche@cygnus.com> * mips-opc.c (mult1): Add two-operand variety of mult1 for R5900. | |||||
1998-05-18 | * mips-dis.c (print_insn_arg): Handle ';' opcode completer. | Jeff Law | 3 | -6/+28 | |
(_print_insn_mips): Likewise. * vu0.h (vopmula, vopmsub): Correctly handle opcode/operand completers. | |||||
1998-05-18 | * Fix sanitization | Frank Ch. Eigler | 1 | -0/+3 | |
1998-05-15 | (cgen_hw_lookup_by_num): better name | Doug Evans | 1 | -1/+1 | |
1998-05-15 | * cgen-opc.c (cgen_hw_lookup_by_name): Renamed from cgen_hw_lookup. | Doug Evans | 2 | -65/+139 | |
(cgen_hw_lookup_by_enum): New function. * m32r-opc.c, m32r-opc.h: Regenerate, delete h-abort. | |||||
1998-05-14 | * m32r-asm.c: Regenerate (handle uppercase HIGH/SHIGH/LOW/SDA). | Doug Evans | 1 | -1/+4 | |
1998-05-13 | * sparc-dis.c (print_insn_sparc): Always fetch instructions | Mark Alexander | 1 | -0/+5 | |
as big-endian on SPARClite. | |||||
1998-05-12 | * d30v-opc.c (pre_defined_register): Remove alias for r0. | Richard Henderson | 1 | -0/+11 | |
PR 15669 | |||||
1998-05-11 | * po/Make-in (install-info): New target. | Jeff Law | 1 | -0/+4 | |
1998-05-07 | * configure.in (WIN32LIBADD): Add -lintl on cygwin32. | Ian Lance Taylor | 1 | -0/+5 | |
* configure: Rebuild. | |||||
1998-05-07 | * Converted conditional-trap MIPS opcodes to extra-operand variety also. | Frank Ch. Eigler | 2 | -6/+17 | |
Thu May 7 12:49:46 1998 Frank Ch. Eigler <fche@cygnus.com> * mips-opc.c (teq,tge,tgeu,tlt,tltu,tne): Added three-operand variety of ISA2 instructions to set bottom ten bits of trap code. | |||||
1998-05-07 | * Makefile.am (config.status): Add explicit target so that | Ian Lance Taylor | 1 | -0/+6 | |
config.status depends upon bfd/configure.in. * Makefile.in: Rebuild. | |||||
1998-05-07 | * First batch of fixes for sky PR 15853 (20-bit break/sdbbp) | Frank Ch. Eigler | 2 | -3/+12 | |
1998-05-06 | * cgen.sh: s/@ARCH@/${ARCH}/ in opc.h generation. | Doug Evans | 1 | -0/+7 | |
* m32r-opc.h: Regenerate. | |||||
1998-05-06 | Wed May 6 15:30:06 1998 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 1 | -0/+11 | |
* makefile.vms: Run dec c with /nodebug. | |||||
1998-05-06 | fix xgettext invocation | Ian Lance Taylor | 1 | -1/+1 | |
1998-05-06 | fix gettext sanitization | Ian Lance Taylor | 1 | -2/+2 | |
1998-05-06 | add po | Ian Lance Taylor | 1 | -0/+1 | |
1998-05-01 | * configure.in: Add support for --enable-cgen-maint. | Doug Evans | 3 | -8/+32 | |
* Makefile.am (M32R_DEPS): New variable. (m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c): Update dependencies. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * configure: Regenerate. * Makefile.am (CGENFILES): Add minsn.scm. | |||||
1998-04-29 | Internationalised these files. | Nick Clifton | 2 | -0/+8 | |
1998-04-28 | Rebuilt again! | Nick Clifton | 1 | -118/+253 | |
1998-04-28 | Rebuilt again! | Nick Clifton | 1 | -7/+18 | |
1998-04-28 | Regernate aclocal.m4 and configure using latest tools (I hope!) | Nick Clifton | 4 | -271/+152 | |
1998-04-28 | Change Makefile.am, not Makefile.in. | Ian Lance Taylor | 2 | -2/+3 | |
1998-04-28 | Fixed build of POTFILES.in | Nick Clifton | 2 | -1/+7 | |
1998-04-28 | * configure.in: Call AC_ISC_POSIX near start. Move CY_GNU_GETTEXT | Ian Lance Taylor | 4 | -698/+853 | |
after AC_PROG_CC. * aclocal.m4, configure: Rebuild with current tools. Also add sanitization to ChangeLog. | |||||
1998-04-28 | add opintl.h | Ian Lance Taylor | 1 | -0/+1 | |
1998-04-28 | Added Internationalisation macros to English text strings. | Nick Clifton | 5 | -41/+63 | |
1998-04-27 | Internationalised the opcodes library. | Nick Clifton | 12 | -186/+2815 | |
1998-04-27 | * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate. | Doug Evans | 4 | -980/+1095 | |
1998-04-27 | tweak comment | Doug Evans | 1 | -10/+11 | |
1998-04-27 | * cgen-asm.c (cgen_current_opcode_table): Renamed from ..._data. | Doug Evans | 3 | -118/+235 | |
(asm_hash_table_entries): New variable. (cgen_asm_init): Free asm_hash_table_entries. (hash_insn_array,hash_insn_list): New functions. (build_asm_hash_table): Use them. Hash macro insns as well. (cgen_asm_lookup_insn): Update. * cgen_dis.c (cgen_current_opcode_table): Renamed from ..._data. (dis_hash_table_entries): New variable. (cgen_dis_init): Free dis_hash_table_entries. (hash_insn_array,hash_insn_list): New functions. (build_dis_hash_table): Use them. Hash macro insns as well. (cgen_dis_lookup_insn): Update. * cgen-opc.c (cgen_current_opcode_table): Renamed from ..._data. (cgen_set_cpu,cgen_hw_lookup,cgen_insn_count): Update. (cgen_macro_insn_count): New function. * cgen-opc.in (@arch@_cgen_lookup_insn): New arg alias_p. All callers updated. Sanity check result of extract fn. (@arch@_cgen_get_insn_operands): Change result type to void. Delete args insn_value, length. New arg fields. All callers updated. (@arch@_cgen_lookup_get_insn_operands): New function. |