]> Git Repo - binutils.git/blobdiff - opcodes/ChangeLog
Fix gas bugs in SH3e handling of fmac instruction.
[binutils.git] / opcodes / ChangeLog
index 393e457a86b7e4469a3ce4f330291a9e7d9cbaa2..f57804553729651357ecdd19c3e734e7cebe84f8 100644 (file)
@@ -1,3 +1,196 @@
+start-sanitize-sh3e
+Wed Sep  6 15:08:09 1995  Jim Wilson  <[email protected]>
+
+       * sh-opc.h (sh_arg_type): Add F_FR0.
+       (sh_table, case fmac): Add F_FR0 as first argument.
+       
+end-sanitize-sh3e
+Wed Sep  6 15:08:09 1995  Jim Wilson  <[email protected]>
+
+       * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
+
+Tue Sep  5 18:28:10 1995  Doug Evans  <[email protected]>
+
+       * sparc-dis.c: Remove all references to NO_V9.
+
+Tue Sep  5 20:03:26 1995  Ian Lance Taylor  <[email protected]>
+
+       * aclocal.m4: Just include ../bfd/aclocal.m4.
+       * configure: Rebuild.
+
+Tue Sep  5 16:09:59 1995  Doug Evans  <[email protected]>
+
+       * sparc-dis.c (X_DISP19): Define.
+       (print_insn, case 'G'): Use it.
+       (print_insn, case 'L'): Sign extend displacement.
+
+Mon Sep  4 14:28:46 1995  Ian Lance Taylor  <[email protected]>
+
+       * configure.in: Run ../bfd/configure.host before AC_PROG_CC.
+       Subsitute CFLAGS and AR.  Call AC_PROG_INSTALL.  Don't substitute
+       host_makefile_frag or frags.
+       * aclocal.m4: New file.
+       * configure: Rebuild.
+       * Makefile.in (INSTALL): Set to @INSTALL@.
+       (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
+       (INSTALL_DATA): Set to @INSTALL_DATA@.
+       (AR): Set to @AR@.
+       (AR_FLAGS): Set to rc rather than qc.
+       (CC): Define as @CC@.
+       (CFLAGS): Set to @CFLAGS@.
+       (@host_makefile_frag@): Remove.
+       (config.status): Remove dependency upon @frags@.
+
+       * configure.in: ../bfd/config.bfd now just sets shell variables.
+       Use them rather than looking through target Makefile fragments.
+       * configure: Rebuild.
+
+start-sanitize-sh3e
+Thu Aug 31 12:35:32 1995  Jim Wilson  <[email protected]>
+
+       * sh-opc.h (ftrc): Change FPUL_N to FPUL_M.
+
+end-sanitize-sh3e
+Wed Aug 30 13:52:28 1995  Doug Evans  <[email protected]>
+
+       * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
+       Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
+       sparc64 insns.
+
+       * sparc-opc.c (sparc_opcodes): Fix prefetcha insn.
+       (lookup_{name,value}): New functions.
+       (prefetch_table): New static local.
+       (sparc_{encode,decode}_prefetch): New functions.
+       * sparc-dis.c (print_insn): Handle '*' arg (prefetch function).
+
+start-sanitize-sh3e
+Wed Aug 30 11:11:58 1995  Jim Wilson  <[email protected]>
+
+       * sh-opc.h: Add blank lines to improve readabililty of sh3e
+       instructions.
+
+end-sanitize-sh3e
+Wed Aug 30 11:09:38 1995  Jim Wilson  <[email protected]>
+
+       * sh-dis.c: Correct comment on first line of file.
+
+Tue Aug 29 15:37:18 1995  Doug Evans  <[email protected]>
+
+       * disassemble.c (disassembler): Handle bfd_mach_sparc64.
+
+       * sparc-opc.c (asi, membar): New static locals.
+       (sparc_{encode,decode}_{asi,membar}): New functions.
+       (sparc_opcodes, membar insn): Fix.
+       * sparc-dis.c (print_insn): Call sparc_decode_asi.
+       Support decoding of membar masks.
+       (X_MEMBAR): Define.
+
+Sat Aug 26 21:22:48 1995  Ian Lance Taylor  <[email protected]>
+
+       * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.
+
+Mon Aug 21 17:33:36 1995  Ian Lance Taylor  <[email protected]>
+
+       * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
+       and likewise for the other branches.  Add bhs as an alias for bcc,
+       and likewise for the size variants.  Add dbhs as an alias for
+       dbcc.
+
+start-sanitize-sh3e
+Fri Aug 11 13:40:24 1995  Jeff Law  ([email protected])
+
+       * sh-opc.h (FP sts instructions): Update to match reality.
+
+end-sanitize-sh3e
+Mon Aug  7 16:12:58 1995  Ian Lance Taylor  <[email protected]>
+
+       * m68k-dis.c: (fpcr_names): Add % before all register names.
+       (reg_names): Likewise.
+       (print_insn_arg): Don't explicitly print % before register names.
+       Add % before register names in static array names.  In case 'r',
+       print data registers as `@(Dn)', not `Dn@'.  When printing a
+       memory address, don't print @# before it.
+       (print_indexed): Change base_disp and outer_disp from int to
+       bfd_vma.  Print using MIT syntax, not mutant invalid Motorola
+       syntax.  Sign extend 8 byte displacement correctly.
+       (print_base): Print using MIT syntax.  Print zpc when appropriate.
+       Change parameter disp from int to bfd_vma.
+
+       * m68k-opc.c (m68k_opcode_aliases): Add jsrl and jsrs as aliases
+       for jsr.
+
+start-sanitize-sh3e
+Mon Aug  7 02:21:40 1995  Jeff Law  ([email protected])
+
+       * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,
+       F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N.
+       * sh-opc.h (sh_arg_type): Add new operand types.
+       (sh_table): Add new opcodes from SH3E Floating Point ISA.
+
+end-sanitize-sh3e
+Sat Aug  5 16:50:14 1995  Fred Fish  <[email protected]>
+
+       * Makefile.in (distclean): Remove generated file config.h.
+
+Sat Aug  5 16:50:14 1995  Fred Fish  <[email protected]>
+
+       * Makefile.in (distclean): Remove generated file config.h.
+
+Wed Aug  2 18:33:40 1995  Ian Lance Taylor  <[email protected]>
+
+       * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
+       Clean up tables.
+       * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
+       (opcode): Remove.
+       (print_insn_m68k): Change d to be const.  Use m68k_numopcodes
+       rather than numopcodes.  Use m68k_opcodes rather than removed
+       opcode function.  Don't check F_ALIAS.
+       (print_insn_arg): Change first parameter to be const char *.
+       * Makefile.in (ALL_MACHINES): Add m68k-opc.o.
+       (m68k-opc.o): New target.
+       * configure.in: Build m68k-opc.o for bfd_m68k_arch.
+       * configure: Rebuild.
+
+Wed Aug  2 08:23:38 1995  Doug Evans  <[email protected]>
+
+       * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
+       (opcode_bits, opcode_hash_table): New variables.
+       (opcodes_initialized): Renamed from opcodes_sorted.
+       (build_hash_table): New function.
+       (is_delayed_branch): Use hash table.
+       (print_insn): Renamed from print_insn_sparc, made static.
+       Build and use hash table.  If !sparc64, ignore sparc64 insns,
+       and vice-versa if sparc64.
+       (print_insn_sparc, print_insn_sparc64): New functions.
+       (compare_opcodes): Move sparc64 opcodes to end.
+       Print commutative insns with constant second.
+       * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
+
+Tue Aug  1 00:12:49 1995  Ian Lance Taylor  <[email protected]>
+
+       * sh-dis.c (print_insn_shx): Remove unused local dslot.  Use
+       print_address_func for A_BDISP12 and A_BDISP8.  Correct test which
+       avoids printing a delay slot in a delay slot.
+       * sh-opc.h (sh_table): Fully bracket last entry.
+
+Mon Jul 31 12:04:47 1995  Doug Evans  <[email protected]>
+
+       * sparc-opc.c (sllx, srax, srlx): Fix disassembly.
+
+Wed Jul 12 00:59:34 1995  Ken Raeburn  <[email protected]>
+
+       * configure.in: Get host_makefile_frag from ${srcdir}.
+
+       * configure.in: Autoconfiscated.  Check for string[s].h.  Create
+       config.h from config.in.  Don't set up sysdep.h link.
+       * sysdep.h: New file.
+       * configure, config.in: New files, generated from configure.in.
+       * Makefile.in: Updated to be processed autoconf-style.
+       (distclean): Keep sysdep.h.  Remove config.log and config.cache.
+       (Makefile): Depend on config.status.
+       (config.status): New rule.
+       * configure.bat: Update Makefile substitutions.
+
 Tue Jul 11 14:23:37 1995  Jeff Spiegel  <[email protected]>
 
        * mips-opc.c (L1): Define.
This page took 0.026406 seconds and 4 git commands to generate.