Keep COPYING.NEWLIB if keep-newlib.
[deliverable/binutils-gdb.git] / ChangeLog
index 98a7db52fe149801a4255122b50e722c6b5393e3..98d7d237238f47da2277031a1065adfb482c5208 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,720 @@
+Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
+
+       Changes for ARM based on patches from Richard Earnshaw:
+       * config.sub: Handle armeb and armel.
+       * configure.in: Omit arm linker only for riscix.
+
+Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * config.guess:  Update from FSF.
+
+Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
+
+       * config.sub: Recognize powerpcle as the little endian varient of
+       the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
+       powerpcle variant.  Convert pentium into i586, not i486.  Add p5
+       alias for i586.  Map new x86 variants p6, k5, nexgen into i586
+       temporarily.
+
+Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
+
+Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * config.sub: Accept -lites* as a basic system type.
+
+Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
+
+       * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
+       installed, and if so return linuxoldld as the system name.
+
+Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * config.guess: Add hppa1.1-hp-lites support.
+
+Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * configure.in: Don't build newlib for m68k-vxworks5.1.
+
+Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
+
+       * configure.in (mips-sgi-irix6): Use mh-irix5.
+
+Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
+
+       * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
+
+Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * test-build.mk: Enable building of shared libraries on IRIX 5 and
+        OSF/1.  Fix compiler flags.
+       * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
+
+Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in: Recognize --with-newlib.
+       (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
+
+Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
+
+       * Makefile.in: move {all,check,install}-gdb from *_MODULES 
+       to *_X11_MODULES due to gdbtk needing X include files et al.
+
+Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       Merge in support for Mac MPW as a host.
+       (Old change descriptions retained for informational value.)
+
+       * mpw-config.in: Add generic include forwards for cpu-specific
+       include files in aout and elf directories.
+
+       * mpw-configure: Added copyright.
+       * mpw-config.in: Check for presence of required build tools.
+       (target_libs): Add newlib.
+       (target_tools): Add examples.
+       (Read Me): Generate as "Read Me for MPW" instead.
+       * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
+       (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
+       (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
+
+       * mpw-configure: Remove subdir-specific makefile hackery,
+       delete mk.tmp after using it.
+
+       * mpw-build.in (all): Display start and end times.
+
+       * mpw-configure (host_canonical): Set.
+       (target_cpu): Always add to makefiles.
+       (ARCHDEFS, EMUL): Add to makefile only if nonempty.
+       (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
+       (mpw-mh-mpw): Look for in srcdir and srcroot.
+       Use sed instead of mpw-edit-prefix to edit prefix definitions.
+
+       * mpw-build.in: (install-only): New target.
+
+       * mpw-configure (host_alias, target_alias): Rename from hostalias
+       and targetalias, add into generated Makefile.
+       (mk.tmp): If present, add into generated Makefile.
+       * mpw-build.in (all-gas): Build config.h first before gas proper.
+
+       * mpw-configure (config.status): Write only if changed.
+       * mpw-config.in (readline): Configure it (not built, just used for
+       definitions).
+
+       * mpw-config.in (elf/mips.h): Add a forward include.
+
+       * mpw-config.in: Forward-include most .h files in include into
+       extra-include.
+       (readline): Don't build.
+       mpw-build.in (install): Install GDB.
+
+       * mpw-configure (prefix, mpw_prefix): Handle it.
+       * mpw-config.in (mmalloc, readline): Don't configure.
+       * mpw-build.in (thisscript): Rename to ThisScript.
+       Use mpw-build instead of BuildProgram everywhere.
+       (mmalloc, readline): Don't build.
+       * mpw-README: New file, basic documentation about the MPW port.
+
+       * mpw-config.in: Use forward-include to create include files.
+
+       * mpw-configure: Add more things to the top of each configured
+       Makefile, including contents of config/mpw-mh-mpw.
+       * mpw-config.in (extra-include): Create this directory and fill it
+       with Posix-like include files when configuring.
+
+       * config.sub (apple, mac, mpw): Add various aliases.
+
+       * mpw-build.in: New file, top-level build script fragment for MPW.
+       * mpw-configure: New file, configure script for MPW.
+       * mpw-config.in: New file, config fragment for MPW.
+
+Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in (host_libs): Remove glob, since it is gone from the
+       sources.
+
+Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * Makefile.in: define empty GDB_NLM_DEPS var.
+
+       * configure.in(target_makefile_frag): use config/mt-netware
+       for netware targets.
+
+Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.sub: Merge in recent FSF changes.  Remove linux special
+       cases.
+
+Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
+
+       build-all.mk,config/mh-solaris:  revert these two changes:
+
+       Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+               * build-all.mk: Use CC=cc -Xs on Solaris.
+
+       Mon Mar 29 19:59:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+               * config/mh-solaris: SunPRO C needs -Xs to be able to get a
+               working xmakefile for Emacs.
+
+Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
+       stop using it.
+       * Makefile.in: Nuke all references to glob subdirectory.
+
+Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * configure.in: Fix --enable-shared logic in per-host.
+
+Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
+
+Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in (noconfigdirs): Don't build gas on AIX, for
+       powerpc*-*-aix* as well as for rs6000*-*-aix*.
+
+Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Fix --cache-file to work if the file argument is a
+       relative path.
+
+Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: If the --cache-file is used, pass it down to
+       configure in subdirectories.
+
+Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * config.sub: add vxworks29k configuration.
+
+Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (taz): Do "diststuff" part quietly.
+
+Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config.sub: Mini-merge with gcc/config.sub.
+
+Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
+
+       * config.guess (IRIX): Sed - to _.
+
+Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * Makefile.in (source-vault, binary-vault): New targets
+
+Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
+
+       * config.sub: Recognize -eabi as a basic system type.
+
+Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * configure.in (enable_shared stuff): Fix typo.
+
+Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
+
+Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
+
+Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
+
+       * configure.in (rs6000-*-*): Don't build gas.
+
+Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
+
+       * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
+       reduce command line length.
+       (AS_FOR_TARGET): Check for as.new, not Makefile.
+       (NM_FOR_TARGET): Check for nm.new, not Makefile.
+
+Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * config.guess:  Merge from FSF.
+
+Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * configure: Don't use $ when handling program_suffix.
+
+Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * configure.in:  Configure tk for hppa/hpux.
+
+Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
+
+Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
+       to LIBCXXFLAGS.  Tests are better run without it.
+
+Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
+
+       * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
+
+Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in (*-*-netware*): Don't configure xiberty.
+
+Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * configure.in:  Remove tk from native_only list.
+
+Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
+
+       * build-all.mk: Add mips-ncd-elf target to sun4 targets
+         for special NCD build.
+
+Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
+       makeall.bat, they're only useful for binutils snapshots.
+       (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
+       makeall.bat to specified SUPPORT_FILES.
+
+Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
+
+       * build-all.mk: Add Ericsson targets to sun4 and solaris
+         hosts.  Add  BNR's sun4 target to solaris host, so their
+         build-from-source will be tested in-house first.
+
+Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
+
+       * Makefile.in (LIBCFLAGS): New variable.
+       (CFLAGS_FOR_TARGET): Ditto.
+       (LIBCFLAGS_FOR_TARGET): Ditto.
+       (LIBCXXFLAGS): Ditto.
+       (CXXFLAGS_FOR_TARGET): Ditto.
+       (LIBCXXFLAGS_FOR_TARGET): Ditto.
+       (BASE_FLAGS_TO_PASS): Pass them.
+       (EXTRA_TARGET_FLAGS): Ditto.
+
+       * configure.in, config/m[th]-*pic: Support --enable-shared.
+
+Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * configure.in (target_libs):  Include libstdc++ again.
+       * config.guess:  Update from FSF (for FreeBSD).
+
+Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DEVO_SUPPORT): Include configure.bat and
+       makeall.bat.
+       (DISTDOCDIRS): Add `etc'.
+       (ETC_SUPPORT_PFX): New variable.
+       (taz): Include anything from etc starting with a word in
+       ETC_SUPPORT_PFX.
+
+Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * config.sub: Update for recent FSF changes.  Remove obsolete
+       h8300hds entry.  Add -windows* and -osx as basic os.  Minor
+       spacing changes.
+
+Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
+
+       * config.guess:  Merge with FSF.
+       * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
+
+Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * configure: Since the "trap 0" handler will override the exit
+       status on many systems, only use it for "exit 1", and make it set
+       a non-zero exit status; reset it before "exit 0".  Also, check
+       exit status of config.sub, and error out if it failed.
+
+Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
+
+       * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
+       and install libgloss.
+
+Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * Makefile.in (all-binutils): Depend upon all-byacc.
+
+       * configure.in: Don't build emacs on Irix 5.
+
+Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * configure.in (*-*-netware*): Add libio.
+
+Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
+
+       * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
+       (CHECK_TARGET_MODULES): Ditto.
+       (INSTALL_TARGET_MODULES): Ditto.
+       (TARGET_LIBS): Ditto.
+       (all-libstdc++): Note dependencies.
+
+Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
+
+Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
+
+       * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
+       -fexternal-templates.
+
+       * configure.in (target_libs): Add libstdc++.
+       (noconfigdirs): Add libstdc++ as appropriate.
+
+Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Update from FSF.
+
+Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * configure: Use ${config_shell} when running ${configsub}.
+
+Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config.sub: No longer recognize h8300h.
+
+Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * config.sub: Remove extraneous differences between config.sub and
+       gcc/config.sub.
+
+Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DISTSTUFFDIRS): Add gas.
+
+Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
+
+       * COPYING.NEWLIB: New file.
+
+Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (HP-UX):  Patch from Harlan Stenn
+       <harlan@landmark.com> to also emit release level.
+
+Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
+
+Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.sub:  Merge nextstep cleanup from FSF.
+
+Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
+
+       * configure.in (arm-*-*): Don't configure ld for this target.
+
+Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * configure.in (*-*-netware): don't configure libg++, libio,
+         librx, or newlib.
+
+Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
+       configure ld--it works, but it doesn't support shared libraries.
+
+Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (*-unknown-freebsd*):  Get rid of possible
+       trailing "(Release)" in version string.
+       Patch from Paul Richards <paul@isl.cf.ac.uk>.
+
+Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
+       Fix type: *-next-neststep -> *-next-nextstep.
+
+       * config.guess:  Merge from FSF:
+
+       Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
+
+       * config.guess: Recognize powerpc-ibm-aix3.2.5.
+
+       Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
+
+       * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
+       instead of UNIX_SV for UnixWare 1.0).
+
+Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
+       to make gdb/nlm/* build after the compiler and linker.
+
+Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (netbsd, freebsd, linux):  Accept any machine,
+       not just i[34]86.
+       (m68k-atari-sysv4):  Relocate to match FSF version.
+
+       * config.guess:  More merges from the FSF:
+
+       Add a space before function call or macro invocation.
+
+       Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+       * config.guess: Add trap cmd to remove dummy.c and dummy when
+       interrupted.
+
+       Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+       * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
+       (dummy): Redirect stderr from compilation of dummy.c.
+
+       Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
+
+       * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
+
+Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
+
+       * configure: Accept and ignore --cache*, for compatibility with
+       new autoconf.
+
+Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Merge from FSF:
+
+       Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
+
+       * config.guess (Pyramid*:OSx*:*:*): New case.
+        (PATH): Add /.attbin at end for finding uname.
+        (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
+
+       Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
+
+        * config.guess (M88*:DolphinOS:*:*): New case.
+
+       Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
+
+        * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
+        to select whether to use ELF or COFF.
+
+       Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
+
+        * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
+
+       Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+
+       * config.guess: Guess the OS version for HPUX.
+
+       Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
+
+       * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
+
+Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in: Recognize --with-headers, --with-libs, and
+       --without-newlib.
+       * Makefile.in (all-xiberty): Depend upon all-ld.
+
+Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in: Change i[34]86 to i[345]86.
+
+Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure (version): A few more tweaks to help message.
+
+Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * Makefile.in:  Remove (for now) librx as a host library,
+       now that we're building it for target.
+
+Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure: Fix up help message; from karl@owl.hq.ileaf.com
+       (Karl Berry).
+
+Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * configure.in:  Also configure librx.
+
+Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * Makefile.in:  Update various rules to reflect that librx
+       is now needed for libg++.
+
+Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * config.sub: Accept mips64orion and mips64orionel as a CPU name.
+
+Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * configure.in: Configure the examples directory.
+
+Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure: Simplify Jun 2 1994 change.
+
+Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
+
+       * change CC to /usr/latest/bin/gcc for lynx host builds, since
+       /bin/gcc isn't good enough to build gcc.
+
+Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (GDB_SUPPORT_FILES): Remove
+       (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
+       (gdb.tar.gz): Add new rule to use standard distribution building
+       mechanism.
+
+Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
+       Bill Cox <bill@cygnus.com>.
+
+Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
+
+Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * configure:  Search current dir first in .gdbinit.
+
+Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.sub:  Recognize freebsd (merged from gcc config.sub).
+
+Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.sub:  Refer to NeXT's operating system as nextstep.
+
+       * config.sub (case $basic_machine):  Re-order the cases, to match
+       the order in the FSF version (which is mostly alphabethical).
+       Merge in some additions and changes from the FSF.
+
+Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
+       * config.sub: Recognize cxux7.
+       * configure.in: Use mh-cxux for m88k-harris-cxux*.
+
+Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.sub:  Fix typo powerpc -> powerpc-*.
+
+Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
+
+       * Makefile.in: `all-emacs19' depends on `all-byacc'.
+
+       * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
+       parallel with all-emacs and install-emacs).  Top-level command
+       `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
+
+Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * test-build.mk ($(host)-stamp-stage2-installed): Remove
+       $(relbindir)/make before doing ``make install'', and use
+       $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
+       installing over running make binary.
+       ($(host)-stamp-stage3-installed): Likewise.
+
+Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config.guess: Recognize Mach.
+
+Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
+       see whether --exec-prefix was used.
+
+Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * README:  Explicitly mention libg++/README.  (Zoo's idea.)
+
+Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Add all-librx target similar to all-libproc.
+
+Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
+       with post 1.2 uname bogosity.
+
+Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure: Remove temporary files on receipt of a signal.
+
+Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure: If there is a package_makefile_frag, remove
+       ${subdir}/Makefile.tem after copying it in.
+
+Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
+
+       * build_all.mk: support rs6000 lynx identifies itself as
+       rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
+       since /bin/gcc is too feeble to compile a modern gcc.
+
+Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
+
+       * brought devo/test-build.mk update-to-date with progressive/
+         test-build.mk. Add lynx targets and hppa flag info.
+
+Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * configure.in:  Use mh-ncrsvr43.  Patch from
+       Tom McConnell <tmcconne@sedona.intel.com>.
+
+Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (i386-unknown-bsdi):  No longer need to
+       check #if defined(__bsdi__) && defined(__i386__).
+
+Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure: Set program_transform_nameoption correctly.
+
+Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
+
+       * brought build-all.mk update-to-date with progressive build-all.mk,
+         added new targets and hppa info.
+       
+Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure: If config.guess result is a prefix of the user
+       specified target, assume a native build and use the user specified
+       target as the host alias.  Remove SunOS patch suffix removal hack.
+       * configure.in: Remove SunOS patch suffix removal hack.
+
+       * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
+       in NATIVE_CHECK_MODULES.
+
+Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
+
+       * Makefile.in: Rename HOST_ONLY to NATIVE.
+       * configure: Delete SunOs patch suffix from host_canonical
+         and build_canonical variables that are prepended to Makefiles.
+       * configure.in: Add comments for easier maintenance.
+
+Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Add all-libproc target similar to all-gui.
+
+Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
+
+       * Makefile.in (CHECK_MODULES): split into
+       HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
+
+Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
+
+       * config.guess (i386-unknown-bsdi): New system to guess.
+
+Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Add all-gui target (but not yet build by "all").
+
+Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
+
+       * config.sub: Move deletion of patch suffix from here...
+       * configure.in: To here, at Ian's suggestion.  The top-
+         level scripts might need to know of a patch level.
+
 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
 
        * config.sub: Strip off patch suffix so rtl is recognized
@@ -2412,5 +3129,8 @@ Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
 \f
 Local Variables:
+mode: indented-text
+left-margin: 8
+fill-column: 74
 version-control: never
 End:
This page took 0.029554 seconds and 4 git commands to generate.