print_insn_sh cleanup:
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 23b76a2e92a824517403170fbf94e05a780a24e1..081fc4d979d7b88a5002d41a1c3aa5e23b131c5b 100644 (file)
@@ -1,3 +1,119 @@
+Fri May 17 14:26:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
+       * sh-dis.c (LITTLE_BIT): Delete.
+       (print_insn_sh, print_insn_shl): Deleted.
+       (print_insn_shx): Renamed to
+       (print_insn_sh).  No longer static.  Handle SHmedia instructions.
+       Use info->endian to determine endianness.
+       * sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete.
+       (print_insn_sh64x): No longer static.  Renamed to
+       (print_insn_sh64).  Removed pfun_compact and endian arguments.
+       If we got an uneven address to indicate SHmedia, adjust it.
+       Return -2 for SHcompact instructions.
+
+2002-05-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
+       * configure.in: Invoke AM_INSTALL_LIBBFD.
+       * Makefile.am (install-data-local): Move to..
+       (install_libopcodes): .. New target.
+       (uninstall_libopcodes): Likewise.
+       (install-bfdlibLTLIBRARIES): Likewise.
+       (uninstall-bfdlibLTLIBRARIES): Likewise.
+       (bfdlibdir): New.
+       (bfdincludedir): New.
+       (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * fr30-asm.c: Regenerate.
+       * fr30-desc.c: Regenerate.
+       * fr30-dis.c: Regenerate.
+       * m32r-asm.c: Regenerate.
+       * m32r-desc.c: Regenerate.
+       * m32r-dis.c: Regenerate.
+       * openrisc-asm.c: Regenerate.
+       * openrisc-desc.c: Regenerate.
+       * openrisc-dis.c: Regenerate.
+       * xstormy16-asm.c: Regenerate.
+       * xstormy16-desc.c: Regenerate.
+       * xstormy16-dis.c: Regenerate.
+
+2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * mips-dis.c (is_newabi): EABI is not a NewABI.
+
+2002-05-13  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in (shle-*-*elf*): Include sh64 support.
+       * configure: Regenerate.
+
+2002-04-28  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.
+       (print_insn_mode): Print some basic info about floating point values.
+
+2002-05-09  Anton Blanchard  <anton@samba.org>
+
+       * ppc-opc.c: Add "tlbiel" for POWER4.
+
+2002-05-07  Graydon Hoare  <graydon@redhat.com>
+
+       * cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather 
+       than just most-recently-opened.
+
+2002-05-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.
+
+2002-04-24  Christian Groessler <chris@groessler.org>
+
+       * z8k-dis.c (print_insn_z8k): Set disassemble_info to 2
+       bytes_per_chunk, 6 bytes_per_line for nicer display of the hex
+       codes.
+       (z8k_lookup_instr): CLASS_IGNORE case added.
+       (output_instr): Don't print hex codes, they are already
+       printed.
+       (unpack_instr): ARG_NIM4 case added.  ARG_NIM8 case
+       fixed. Support CLASS_BIT_1OR2 and CLASS_IGNORE cases.
+       (unparse_instr): Fix base and indexed addressing disassembly:
+       The index is inside the brackets.
+       * z8kgen.c (gas): Add ARG_NIM4 and CLASS_IGNORE defines.
+       (opt): Fix shift left/right arithmetic/logical byte defines:
+       The high byte of the immediate word is ignored by the
+       processor.
+       Fix n parameter of ldm opcodes: The opcode contains (n-1).
+       (args): Fix "n" entry.
+       (toks): Add "nim4" and "iiii" entries.
+       * z8k-opc.h: Regenerated with new z8kgen.c.
+
+2002-04-24  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/id.po: New Indonesian translation.
+       * configure.in (ALL_LIGUAS): Add id.po
+       * configure: Regenerate.
+
+2002-04-17  matthew green  <mrg@redhat.com>
+
+       * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
+
+2002-04-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Cope with absolute paths.
+       * Makefile.am (dep.sed): Subst TOPDIR.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * ppc-opc.c: Whitespace.
+       * s390-dis.c: Fix copyright date.
+
+2002-03-23  matthew green  <mrg@redhat.com>
+
+       * ppc-opc.c (vmaddfp): Fix operand order.
+
 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Run "make dep-am".
@@ -876,7 +992,7 @@ Mon Mar 18 21:10:43 CET 2002  Jan Hubicka  <jh@suse.cz>
        * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
        * arc-ext.c: Likewise.
 
-2001-08-28  matthew gren  <mrg@redhat.com>
+2001-08-28  matthew green  <mrg@redhat.com>
 
        * ppc-opc.c (icbt): Order correctly.
 
This page took 0.02496 seconds and 4 git commands to generate.