aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1999-01-051999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-2/+4
* configure.in: Require autoconf 2.12.1 or higher.
1998-11-05Wed Nov 4 18:46:47 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-0/+1
* configure.in): Added case for bfd_fr30_arch. * Makefile.am (CFILES): Added fr30-asm.c, fr30-dis.c, fr30-opc.c. (ALL_MACHINES): Added fr30-asm.lo, fr30-dis.lo, fr30-opc.lo. (CLEANFILES): Added stamp-fr30. (FR30_DEPS): Added. * fr30-asm.c: New file. * fr30-dis.c: New file. * fr30-opc.c: New file. * fr30-opc.h: New file.
1998-11-02Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-20/+21
* configure.in: detect cygwin* instead of cygwin32* * configure: regenerate
1998-06-26 * configure.in: For bfd_vax_arch, build vax-dis.lo.Ian Lance Taylor1-3/+13
* Makefile.am: Rebuild dependencies. (CFILES): Add vax-dis.c. (ALL_MACHINES): Add vax-dis.lo. * aclocal.m4: Rebuild with current libtool. * configure, Makefile.in: Rebuild. Fri Jun 26 12:03:20 1998 Klaus Kaempf <kkaempf@progis.de> * vax-dis.c: New file, from work by Pauline Middelink <middelin@polyware.iaf.nl>. * disassemble.c (ARCH_vax): Define if ARCH_all. (disassembler): Add case for ARCH_vax. * makefile.vms: Support compilation on vms/vax.
1998-04-28 * configure.in: Call AC_ISC_POSIX near start. Move CY_GNU_GETTEXTIan Lance Taylor1-3/+4
after AC_PROG_CC. * aclocal.m4, configure: Rebuild with current tools. Also add sanitization to ChangeLog.
1998-04-27Internationalised the opcodes library.Nick Clifton1-9/+32
1998-01-28 * dvp-dis.c, dvp-opc.c: New files.Doug Evans1-1/+1
* configure.in: Compile them if bfd_dvp_arch, as well as mips. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo. (dvp-dis.lo,dvp-opc.lo): Add rules for. (mips-dis.lo): Compile with @archdefs@. * Makefile.in: Regenerate. * disassemble.c: Define ARCH_mips ifdef ARCH_dvp. * mips-dis.c (print_insn_little_mips): Check for DVP insns. plus delete old txvu stuff
1998-01-13 * Makefile.am: Add cgen support.Doug Evans1-0/+16
* Makefile.in: Regenerate. * configure.in: Add cgen support. * configure: Regenerate. * aclocal.m4: Regenerate. * cgen.sh, cgen-asm.in, cgen-dis.in: New files.
1998-01-05 * txvu-dis.c, txvu-opc.c: New files.Doug Evans1-1/+1
* configure.in: Compile them. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo. (txvu-dis.lo,txvu-opc.lo): Add rules for. * Makefile.in: Regenerate.
1997-12-22 * configure.in: Add txvu support.Doug Evans1-8/+16
* configure: Regenerate. * disassemble.c: Add txvu support.
1997-09-03Removed v850 sanitization.Nick Clifton1-2/+6
1997-08-15Remove ARC sanitization.David Edelsohn1-2/+3
1997-08-01 * Makefile.am: New file, based on old Makefile.in.Ian Lance Taylor1-111/+44
* acconfig.h: New file. * acinclude.m4: New file. * stamp-h.in: New file. * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Removed shared library handling; now handled by libtool. Replace AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Replace AC_PROG_INSTALL with AM_PROG_INSTALL. Change all .o files to .lo. Remove stamp-h handling in AC_OUTPUT. * dep-in.sed: Change .o to .lo. * Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * config.in, configure: Rebuild.
1997-04-07 * configure.in: Substitute SHLIB_LIBS.Ian Lance Taylor1-0/+1
* configure: Rebuild. * Makefile.in (SHLIB_LIBS): New variable. ($(SHLIB)): Use $(SHLIB_LIBS).
1997-04-05 * configure.in: Correct file names for bfd_mn10[23]00_arch.Ian Lance Taylor1-2/+2
* configure: Rebuild.
1997-04-04 * m32r-asm.c, m32r-dis.c, m32r-opc.c, m32r-opc.h: New files.David Edelsohn1-3/+6
* cgen-asm.c, cgen-dis.c, cgen-opc.c: New files. * Makefile.in (CFILES): Add them. (ALL_MACHINES): Add them. (dependencies): Regenerate. * configure.in (cgen_files): New variable. (bfd_m32r_arch): Add entry. * configure: Regenerate.
1997-02-19Tue Feb 18 17:43:43 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-2/+9
* Makefile.in: Added d30v object files. * configure: (bfd_d30v_arch) Rebuilt. * configure.in: (bfd_d30v_arch) Added new case. * d30v-dis.c: New file. * d30v-opc.c: New file. * disassemble.c (disassembler) Add entry for d30v.
1996-10-03 * mn10x00-opc.c, mn10x00-dis.c: New files for MatsushitaJeff Law1-0/+5
MN10x00 processors. * disassemble (ARCH_mn10x00): Define. (disassembler): Handle bfd_arch_mn10x00. * configure.in: Recognize bfd_mn10x00_arch. * configure: Rebuilt. Continue stubbing out for Matsushita work.
1996-07-18start-sanitize-d10vMartin Hunt1-5/+8
Wed Jul 17 14:39:05 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * configure: (bfd_d10v_arch) Add new case. * configure.in: (bfd_d10v_arch) Add new case. * d10v-dis.c: New file. * d10v-opc.c: New file. * disassemble.c (disassembler) Add entry for d10v. end-sanitize-d10v
1996-04-08 * configure.in: Permit --enable-shared to specify a list ofIan Lance Taylor1-1/+2
directories. * configure: Rebuild.
1996-03-26 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. FromIan Lance Taylor1-6/+11
Miles Bader <miles@gnu.ai.mit.edu>. * configure: Rebuild.
1996-02-15 * configure.in: Call AC_PROG_CC before configure.host.Ian Lance Taylor1-2/+3
* configure: Rebuild.
1996-02-05tipoIan Lance Taylor1-1/+1
1996-02-05 Support for building as a shared library, based on patches fromIan Lance Taylor1-4/+64
Alan Modra <alan@spri.levels.unisa.edu.au>: * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib. New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS, COMMON_SHLIB, SHLINK. * configure: Rebuild. * Makefile.in (ALLLIBS): New variable. (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables. (COMMON_SHLIB, SHLINK): New variables. (.c.o): If PICFLAG is set, compile twice, once PIC, once normal. (STAGESTUFF): Remove variable. (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB). (stamp-piclist, piclist): New targets. ($(SHLIB), $(SHLINK)): New targets. ($(OFILES)): Depend upon stamp-picdir. (disassemble.o): Build twice if PICFLAG is set. (MOSTLYCLEAN): Add pic/*.o. (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist. (distclean): Remove pic and stamp-picdir. (install): Install shared libraries. (stamp-picdir): New target.
1995-11-06Mon Nov 6 17:39:47 1995 Harry Dolan <dolan@ssd.intel.com>Ian Lance Taylor1-12/+11
* configure.in: Add case for bfd_i860_arch. * configure: Rebuild.
1995-09-07 * Makefile.in (ALL_CFLAGS): Define.Ian Lance Taylor1-12/+8
(.c.o, disassemble.o): Use $(ALL_CFLAGS). (MOSTLYCLEAN): Add config.log. (distclean): Don't remove config.log. * configure.in: Substitute HDEFINES. * configure: Rebuild.
1995-09-04 * configure.in: ../bfd/config.bfd now just sets shell variables.Ian Lance Taylor1-66/+78
Use them rather than looking through target Makefile fragments. * configure: Rebuild.
1994-11-25Rename r16 files to rce, and fix some more .Sanitize typos.Michael Tiemann1-3/+3
1994-11-24Safely check in r16 targets for binutils.Michael Tiemann1-46/+125
1992-10-02use canonical tripleDavid D. Zuhn1-102/+39
1992-09-25* configure.in: Add ncr* configuration.Stu Grossman1-0/+133
* z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make picayune ANSI compilers happy.