* aout64.h (BMAGIC): Define.
[deliverable/binutils-gdb.git] / ChangeLog
index f6e9eb9b0e8d912840b4e47641960d9b17095492..3c294a92fe9317a0d0dd471253f56b70dad174c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,237 @@
+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
+         as a sunos4.1.3 machine, even though it's been patched.
+
+Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
+
+       * Makefile.in (INSTALL_LAST): Delete.
+       (INSTALL_DOSREL): New.
+
+Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
+       Don't set use_gnu_ld to no for *-*-sysv4; that only controls
+       whether we pass down --with-gnu-ld anyhow.
+
+Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
+
+       * Makefile.in (INSTALL_LAST): Change operation so it works
+       on more flavors of make.
+       * configure.in (go32): Don't build libg++ or libio.
+
+Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
+
+       * Makefile.in (Move HOST_PREFIX_1 and friends up so
+       they can be overriden by templates.
+
+Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
+
+       * configure.in (target==go32): Don't build gdb.
+       * dosrel: New directory.
+
+Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
+
+       * configure.in (host==go32): Configure dosrel too.
+       * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
+       (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
+       be set by incoming names or templates.
+       (INSTALL_LAST): New rule.
+       * config/mh-go32: New fragment.
+
+Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
+
+Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * config/mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
+       unique in 8.3 naming schemes.
+       * configure.in (appdirs): New variable.  Currently empty, but will
+       be used in gas distribution.  If nonempty, lists a set of
+       directories at least one of which must get configured, or top
+       level configuration is considered to have failed.
+       (rs6000-*-lynxos*): Use new file name.
+
+Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       Eliminate XTRAFLAGS.
+       * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
+       newlib include files using -idirafter, and also use -nostdinc.
+       (CXX_FOR_TARGET): Likewise.
+       (XTRAFLAGS): Removed.
+       (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
+       (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
+       (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
+       ($(DO_X)): Don't pass down XTRAFLAGS.
+
+Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
+
+       * configure.in (mips*-dec-bsd*): New target; do build linker.
+       (mips*-*-bsd*): New target; don't build linker.
+
+Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
+
+       * configure.in: support rs6000-*-lynxos* configuration.
+       support sunos4 as a cross target.
+
+       * config.sub: look for lynx*, not lynx since the OS version may
+       legitimately be part of the name.
+
+Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * configure.in (i[34]86-*-sco*): Move to be with other i386
+       targets.
+       (romp-*-*): New target.  Skip various binary utilities.
+       (vax-*-*): New target.  Don't build newlib.
+       (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
+
+Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
+
+       * configure.in: Only set host_makefile_frag if config
+       directory exists.
+
+Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
+
+       * install.sh: If $dstdir exists, don't check whether each
+       component does.
+
+Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
+
+Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * configure.in (*-*-lynxos*): Don't configure newlib for either
+       native or cross Lynx.
+
+Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config.sub (sparc64-elf): Fix os.
+       (z8k): Remove duplicate.
+
+Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
+       gcc/stmp-fixproto, to try to prevent fixproto from being run.
+
+Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
+
+       * configure: Make file links cleanly even if Lynx fails on
+          an NFS symlink (at least fail cleanly).
+
+Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
+       -XNh2000.
+
+Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
+
+       * configure: Unknown options are fatal again.
+
+Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
+
+       * configure: Ignore --x-includes and --x-libraries, for Autoconf
+       compatibility. 
+
+Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
+
+       * build-all.mk: Add `clean' target.
+
+Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * config.guess:  Add SINIX support.
+       * configure.in:  Add mips-*-sysv4* support.
+
+Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
+
+       * build-all.mk: Document all useful targets.
+       If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
+       If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
+
+Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
+
+       * configure: Support --silent, --quiet.
+
 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
 
        * configure: Support --disable-FEATURE.
This page took 0.035409 seconds and 4 git commands to generate.