From: Jason Molenda Date: Tue, 25 Jun 1996 14:00:47 +0000 (+0000) Subject: * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f70f660a63b031964e248b7cdca553734a01777;p=binutils-gdb.git * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir): Use autoconf-set values. (docdir, oldincludedir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5c5424f049e..2d9b283bfd5 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,22 @@ +Tue Jun 25 22:58:31 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) + + * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir): + Use autoconf-set values. + (docdir, oldincludedir): Removed. + * configure.in (AC_PREREQ): autoconf 2.5 or higher. + +Fri Jun 21 13:53:36 1996 Richard Henderson + + * alpha-opc.c: New file. + * alpha-opc.h: Remove. + * alpha-dis.c: Complete rewrite to use new opcode table. + * configure.in: For bfd_alpha_arch, use alpha-opc.o. + * configure: Rebuild with autoconf 2.10. + * Makefile.in (ALL_MACHINES): Add alpha-opc.o. + (alpha-dis.o): Depend upon $(INCDIR)/opcode/alpha.h, not + alpha-opc.h. + (alpha-opc.o): New target. + Wed Jun 19 15:55:12 1996 Ian Lance Taylor * sparc-dis.c (print_insn_sparc): Remove unused local variable i.