diff options
author | Jason Molenda <crash@cygnus> | 1996-06-25 14:00:47 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1996-06-25 14:00:47 +0000 |
commit | 2f70f660a63b031964e248b7cdca553734a01777 (patch) | |
tree | a119379e83f16746ed9f7759f2fdc14b7e2d3f6a /opcodes | |
parent | 55d896ee406eaefd60885a7da603182a105f9b71 (diff) | |
download | gdb-2f70f660a63b031964e248b7cdca553734a01777.zip gdb-2f70f660a63b031964e248b7cdca553734a01777.tar.gz gdb-2f70f660a63b031964e248b7cdca553734a01777.tar.bz2 |
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
Use autoconf-set values.
(docdir, oldincludedir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5c5424f..2d9b283 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 <rth@tamu.edu> + + * 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 <ian@cygnus.com> * sparc-dis.c (print_insn_sparc): Remove unused local variable i. |