* Makefile.in: Replace all occurrances of "rootme" with "r" and "$${rootme}"
[deliverable/binutils-gdb.git] / ChangeLog
index b434f67b2a58f9bb9f4f9b3be061ad75a90892d8..c6c3ca75e22fa6dadeb051f0a36b30db2b278368 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,682 @@
+Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * Makefile.in: Replace all occurrances of "rootme" with "r" and
+       "$${rootme}" with "$$r", to increase the likelihood that the do-*
+       commands (plus user environment) will fit SCO limits.
+
+Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in: Don't issue warnings about directories which are
+       not being configured if -norecursion is set.  Correct test for
+       --with-gnu-as and --with-gnu-ld to not get confused by substring
+       matches.
+
+       * configure.in: Don't build gas for alpha-dec-osf1*.
+
+Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * configure:  Back out Per's change of 12/19/1993.  It changes the
+       behavior of configure in unexpected and confusing ways.
+
+       Also, use different delim char when calculating
+       program_transform_name so that the name can contain slashes.
+
+Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
+
+       * configure.in, config.sub: Add support for VSTa micro-kernel.
+
+Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * configure.in: Nuke hacks which were used to get a special
+       version of GAS for HPPA configurations.
+
+Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * configure:  If only ${target_alias} is given, use that
+       as the default for ${host_alias}.
+       * configure:  Add missing back-slashes before nested quotes.
+
+Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
+
+Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
+
+       * config.guess:  Recognize some Tektronix configurations.
+       From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
+
+Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * config.sub: Match any flavor of SH.
+
+Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * configure.in: Don't try to configure newlib for Alpha.
+
+Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in: Don't build ld for Irix 5.  Don't build gas,
+       libg++ or libio for any Alpha target.
+
+       * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
+       * config/mh-irix5. New file for Irix 5.
+
+Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
+
+       * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
+       default arguments -- so it tried to compress itself.
+
+Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
+
+       * configure.in (notsupp): ensure that a space is always at the end
+         of the configdirs list, since the grep checks for an explicit space
+
+Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in (target i386-sysv4.2): don't build ld, since static
+         versions of many libraries are not available.
+
+Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Recognize Apollos (using environment variables).
+       * configure.in: Don't configure ld, binutils, or gprof for Apollo.
+
+Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Recognize Sony news mips running newsos.
+
+Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
+
+       * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
+       "fi ; else" for bash.
+
+Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
+
+Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
+
+       * config.sub: accept unixware as an alias for svr4.2.
+       Fix some inconsistancies with the gcc version.
+
+Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (DISTDOCDIRS):  Add gdb.
+
+Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
+
+Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
+
+       * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
+       (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
+       this now.
+
+Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.sub: Accept hiux* as an OS name.
+
+       * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
+       etc/make-stds.texi.  The underscore came from gcc, and dje now
+       agrees that RUNTESTFLAGS is the correct name.
+
+Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * install.sh:  Remove 'set -e'.  It makes any conditionals
+       in the script useless.
+
+       * config.guess: Automatically recognize arm-acorn-riscix
+       Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
+
+Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
+
+       * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
+
+Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
+
+       * Makefile.in (DISTDOCDIRS): New variable.
+       (taz): Edit local Makefile.in sooner, instead of proto-toplev
+       Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.  
+
+Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in (hppa target): check the source directory for the
+         pagas sub-directory
+
+Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config.sub: Allow -aout* and -elf*.
+
+Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
+
+       * configure.in: Don't build ld on i386-solaris2, same as for
+       sparc-solaris2.
+
+Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
+
+Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * configure.in:  Configure gdb for alpha.
+
+Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (CXXFLAGS): Add -O.
+
+Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * config.guess: added support for DG Aviion
+
+Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
+
+       * configure.in: Produce warning message for subdirectories not
+       configurable for this host/target combination.  Don't try to
+       configure gdb for vms.
+
+Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
+
+       * Makefile.in (taz): Replace "byacc" with "bison -y" in the
+       appropriate files before making "diststuff".
+       (DISTBISONFILES): New var: list of files to be edited.
+       (DISTSTUFFDIRS): Add binutils.
+
+Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * config.sub: also handle mipsel and mips64el (for little endian mips)
+
+Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Add * to end of all OS names.
+
+Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
+
+       * configure.in: Build newlib for LynxOS native.
+
+Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Add support for delta 88k running SVR3.
+
+       * configure.in: Add comment about HP compiler vs. emacs.
+
+Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: don't build ld on solaris2 (not a viable option
+         due to bugs in getpwnam & getpwuid)
+
+Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
+
+       * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
+       config.guess will produce a full version number.
+
+Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in: Build linker and binutils for alpha-dec-osf1.
+
+Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
+       and gdb/testsuite/Makefile.in.
+
+Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: recognize mips*- instead of mips-
+
+Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       * config.sub: Accept linux*coff and linux*elf as operating
+       systems.
+
+Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * config.sub: Recognize mips64, and mips3 as an alias for it.
+
+Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * configure.in: Remove alpha-dec-osf*, no longer necessary now that
+       gdb knows how to handle OSF/1 shared libraries.
+
+Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
+       * config.guess: Recognize Hitachi's HIUX.
+       * config.sub: Recognize h3050r* and hppahitachi.
+       Remove redundant cases for hp9k[23]*.
+
+Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
+       if gas and ld are in the source tree and are in ${configdirs}.
+       If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
+       the --with options (but still pass them down on the command line,
+       if they were explicitly specified).
+
+Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure: substitute SHELL value in Makefile.in with
+       ${CONFIG_SHELL}
+
+Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
+       *-*-solaris2* targets.
+
+Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * Makefile.in: define M4, and pass it down to sub-makes;
+       all-autoconf now depends on all-m4
+
+Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
+       presence of {ar,ranlib} instead of a configured directory
+
+Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
+
+       * config.guess: Accept 34?? as well as 33?? for NCR.
+
+Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
+       of 'gas' in sed commands, since 'gash' is now in the tree as well.
+
+Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure: grab values for $(CC) and $(CXX) from the
+       environment, so that someone can do "CC=gcc configure; make" and
+       have it work right (matching the way that autoconf works now)
+
+       * configure.in, Makefile.in: add support for gash, the tcl
+       interface to Galaxy
+
+       * config.guess: add NetBSD variants (hp300, x86)
+
+Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
+
+       * install.sh: Support -d option (in the manner of SunOS 4 install,
+       as it is more deterministic than that of GNU install)
+       (chmodcmd): Set file to mode 755 by default (should also do default
+       chgrp and chown, but I don't feel like dealing with that now)
+
+Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config.sub: Remove h8300hhms alias.
+
+Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
+
+Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
+       as stmp-fixinc
+
+Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * config.sub: recognize m88110-bug-coff.
+
+Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * Makefile.in (all-libio): all dependencies on the toolchain used
+       to build this (gcc, gas, ld, etc)
+
+Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Deal with OSF/1 1.3 on alpha.
+
+Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * install.sh: add some 'else true' clauses for portability
+
+       * configure.in: don't build libio for h8[35]00-*-* targets
+
+Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * Makefile.in:  Add support for new libio.
+
+Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * install.sh: If one command fails, don't try the rest.  Don't try
+       to remove $dsttmp (via trap) unless we have already created it.
+       If $src doesn't exist, detect it and exit with an error.
+
+       * config.guess: Recognize BSD on hp300.
+
+Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
+       Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
+
+Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
+
+       * Makefile.in (all-send-pr): depends on all-prms
+
+Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
+
+Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
+       Added test for mips-mips-riscos5.
+
+Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: use mh-hp300 for 68k HP hosts
+
+Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure: add support for CONFIG_SHELL, so that you can use
+       some alternate shell for evaluating configure scripts
+
+Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
+
+       * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
+       in configure script to bug-gdb@prep.ai.mit.edu when building
+       distribution archive.
+       * Makefile.in (COMPRESS):  Remove def.
+       * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
+       gdb.tar.Z and make-gdb.tar.Z respectively.
+       * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
+       * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
+       to convergence with 'taz' target in Makefile.in.
+
+Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * install.sh (dsttmp): use trap to ensure that tmp files go
+       away on error conditions
+
+Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
+
+Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (install-dirs): Deal with a prefix like /gnu;
+       its parent is '/' not ''.
+
+       * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
+
+Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
+
+       * configure: if ${newsrcdir}/configure doesn't exist, don't assume
+       that ${newsrcdir}/configure.in does.
+
+Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * test-build.mk: support for CONFIG_SHELL
+
+Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
+
+       * config.sub (netware):  Add as a basic system type.
+
+Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * Makefile.in (Makefile): depend on configure.in.  Also drop the
+         $(srcdir)/ from the dependency on Makefile.in.
+
+Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
+       (h8300hhms is temporary until multi-libraries are implemented).
+       * configure.in: Handle h8300h too.
+
+Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
+
+Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
+
+       * configure:  Remove extraneous output when guessing host type.
+       * config.guess:  Remove extraneous output when guessing using C
+       compiler rather than uname, or when guessing fails.
+
+Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
+
+       * Makefile.in: remove all.cross and install.cross targets
+
+       * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
+         definitions
+
+Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       * configure.in (target sh): Build gprof.
+
+Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * config.sub: change -solaris to -solaris2
+
+Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Use config/mh-riscos for mips-*-sysv*.
+
+Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure: Correct error message for missing Makefile.in to
+       print correct directory.
+
+Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * install.sh: kludge around 386BSD shell bug
+
+Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * config.guess:  Recognize NeXT.
+       * config.guess:  Recognize i486-ncr-sysv4.
+       * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
+
+Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (MAKEINFOFLAGS): New variable.
+       (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
+       * build-all.mk, test-build.mk: Pass down --no-split as
+       MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
+
+Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
+
+Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * Makefile.in (libg++.tar.z):  New rule.
+       * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
+       * Makefile.in (taz):  Only do a single chmod.
+
+Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
+
+       * install.sh: don't use dirname anymore (replaced with sed usage)
+
+Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in:  Change extension for gzip'd files from '.z' to
+       '.gz' per new FSF standard usage.
+
+Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
+
+       * configure: put quotes around the final value of program_transform_name
+
+Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: new install.sh support; update install-info rules
+
+Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in: Build diff for crosses, but not for go32 host.
+
+       * configure.in: Build gprof only for native, and don't build it
+       for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
+
+Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
+
+       * configure.in: don't build gas,ld,binutils on for *-*-sysv4
+
+Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
+
+       * configure.in (host_tools): Add prms.
+
+Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
+       with $(FLAGS_TO_PASS) on the command line
+
+       * config.sub: Recognize lynx and lynxos
+
+Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config.sub: Accept -ecoff*, not just -ecoff.
+
+Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (taz): Use .gz suffix instead of .z.
+       (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
+       names.
+
+Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in (vault-install): add an 'else true' (for Ultrix)
+
+Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in (install-no-fixedincludes):  install gcc last, so
+       that rebuilds that might happen during 'make install' don't get
+       bogus gcc include files
+
+Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       Change from Utah for HPPA support:
+       * config.guess: Recognize hppa1.x-hp-bsd.
+
+Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
+       Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
+
+Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
+
+       * config.sub: Add support for rom68k and bug boot monitors.
+
+Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * Makefile.in: Make all-opcodes depend on all-bfd.
+
+Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config.guess: Added special check for i[34]86-univel-sysv4*.
+
+Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
+       the processor rather than assuming i486.
+
+Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Recognize SunOS6 as Solaris3.
+
+Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
+
+       * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
+       Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
+
+Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * build-all.mk (all-cross): New target for Canadian Cross.
+       Added Q2 go32 targets.
+       * test-build.mk: Configure go32 cross sparclite-aout and
+       mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
+       PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
+
+Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
+       GO32 hosted toolchains
+
+Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
+
+       * configure: change  so "-exec-prefix" gets passed down rather
+       than "-exec_prefix" so autoconf generated Makefiles get the
+       exec_prefix set right.
+
+Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * config.guess: get the Solaris2 minor version number
+
+       * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
+
+Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
+
+       * config.guess: Recognize some Sequent platforms.
+
+Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: added the vault-install target
+
+       * configure.in: actually use the Sun3 makefile fragment that's in
+       config, also added the release dir to configdirs
+
+Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
+
+Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: remove some program from Alpha targetted toolchains
+
+Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
+       gprof.
+       (taz): Run "make diststuff" in those directories instead of "make
+       proto-dir".  Look for "VERSION=" only at start of line in subdir
+       Makefile.  Use "gzip -9" for compression.
+       (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
+       (binutils.tar.z): New target.
+
+Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
+
+       * Makefile.in (taz): Include gpl.texinfo.
+
+Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
+
+       * Makefile.in (setup-dirs): Merged into "taz" target.
+       (taz): Only do `proto-dir' stuff if a directory is actually needed
+       for this target.
+
+Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
+       (FLAGS_TO_PASS): Pass down MUNCH_NM.
+       (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
+       (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
+       (gcc-no-fixedincludes): Correct for current gcc Makefile.
+
+Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
+       config.sub, and move-if-change to gdb testsuite distribution
+       archive, so the testsuite can be extracted, configured, and
+       run separately from the gdb distribution.  Blow away the Chill
+       tests that require a Chill compiled executable, since GNU Chill
+       is not yet publically available.
+
+Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * test-build.mk: set environment variables in a single command,
+       instead of a list of assignments and exports
+
+       * config.guess: recognize Alpha/OSF1 systems
+
 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
 
        * configure: Change help message to prefer --options rather than
          -options.
 
 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
 
        * configure: Change help message to prefer --options rather than
          -options.
 
+Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
+
+       * config.sub: Convergent Tech. "miniframe" uses m68010, sez
+       zippy@ecst.csuchico.edu.
+       * config.guess: Recognize miniframe.
+
 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
 
        * Makefile.in: Use srcroot to find runtest rather than rootme.
 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
 
        * Makefile.in: Use srcroot to find runtest rather than rootme.
@@ -453,7 +1127,7 @@ Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
 
        * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
 
        * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
-       + Add Convex, Cray/Unicos, and Encore/Multimax support. 
+       + Add Convex, Cray/Unicos, and Encore/Multimax support.
        + Execute ./dummy instead of assuming . is in PATH.
 
 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
        + Execute ./dummy instead of assuming . is in PATH.
 
 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
@@ -502,7 +1176,7 @@ Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
 
 
 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
 
-       * Makefile.in: added h8300sim 
+       * Makefile.in: added h8300sim
 
 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
 
 
 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
 
@@ -549,7 +1223,7 @@ Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * configure.in: split the configdirs list into 4 categories (native
        v. cross, library v. tool) and handle the cross-only and native-
 
        * configure.in: split the configdirs list into 4 categories (native
        v. cross, library v. tool) and handle the cross-only and native-
-       only in more reasonable (and correct!) way.  
+       only in more reasonable (and correct!) way.
 
 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
 
 
 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
 
@@ -558,8 +1232,8 @@ Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
 
 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
 
 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
-       * Makefile.in: extensive cleanup::  removed all of the explicit 
-       clean-* targets, collapsed many wrappers around subdir_do into 
+       * Makefile.in: extensive cleanup::  removed all of the explicit
+       clean-* targets, collapsed many wrappers around subdir_do into
        one, added additional targets to satisfy standards.texi, deleted
        some old targets, some changes for consistency
 
        one, added additional targets to satisfy standards.texi, deleted
        some old targets, some changes for consistency
 
@@ -590,7 +1264,7 @@ Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * config/mh-solaris: rework standard X location to use
        $OPENWINHOME, if defined.
 
        * config/mh-solaris: rework standard X location to use
        $OPENWINHOME, if defined.
-       
+
        * config/mh-sun: handle X11 include locations
 
        * config/mh-decstation: define NeedFunctionPrototypes to 0, to
        * config/mh-sun: handle X11 include locations
 
        * config/mh-decstation: define NeedFunctionPrototypes to 0, to
@@ -889,7 +1563,7 @@ Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * configure.in: rearrange the parts that remove programs from
 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * configure.in: rearrange the parts that remove programs from
-       configdirs, based now on HOST==TARGET or by canonical triple.  
+       configdirs, based now on HOST==TARGET or by canonical triple.
 
 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
 
 
 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
 
@@ -923,7 +1597,7 @@ Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
 
        * configure: Add program_suffix (parallel to program_prefix)
 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
 
        * configure: Add program_suffix (parallel to program_prefix)
-       * Makefile.in: adjust directory-creting script for losing decstation
+       * Makefile.in: adjust directory-creating script for losing decstation
 
 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
 
 
 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
 
@@ -1298,7 +1972,7 @@ Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
 
 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
 
 
 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
 
-       * config.sub:  Add stratus configuration frags.  Also 
+       * config.sub:  Add stratus configuration frags.  Also
        submitted to FSF.
 
 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
        submitted to FSF.
 
 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
@@ -1410,7 +2084,7 @@ Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
        * configure: added PWD as a stand in for `pwd` (for speed). use
          elif wherever possible.  make -srcdir work without -objdir.
 
        * configure: added PWD as a stand in for `pwd` (for speed). use
          elif wherever possible.  make -srcdir work without -objdir.
-         -objdir= commented out. 
+         -objdir= commented out.
 
 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
 
 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
This page took 0.031193 seconds and 4 git commands to generate.