* mh-necv4: New file.
[deliverable/binutils-gdb.git] / ChangeLog
index 64f69cd1ce27f66883f7094ff92eb9de738bfc7e..12dcbc44c7e58e73c90e4a764825c85d4c63110f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,128 @@
+Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * install.sh: Correct misspelling of transformbasename.
+
+       * config.guess: Recognize mips-*-sysv*.
+
+Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
+
+       * config.sub: Recognize mon960.
+
+Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Restore Canadian Cross handling of BISON and LEX,
+       removed in Feb 20 change.
+
+Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
+       Mention make install.  Remove the old copyright date as well the
+       clumsy and rather pointless copyright on the README file.
+
+Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
+       Makefile after running symlink-tree, then run `make distclean' to
+       avoid clobbering any generated files in srcdir.
+
+Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in (m68k-*-netbsd*): Build everything now.
+
+Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * Makefile.in (taz): Fix quoting.
+
+Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
+
+       * configure.in (sparclet-*-*): Build everything now.
+
+Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * configure.in (m68k-*-linux*): New host.
+
+Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Check for bison before byacc.
+
+Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in configure:  Change the way LEX and BISON/YACC are
+       set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
+       searching PATH.  These are used as fallbacks by Makefile.in if
+       flex/bison/byacc aren't in objdir.
+
+Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in: Make everything which depends upon all-bfd also
+       depend upon all-opcodes, in case --with-commonbfdlib is used.
+
+Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (host *-*-cygwin32): Don't build gdb if we are
+       building NT native compilers on Unix.
+
+Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Don't get CC from the host Makefile fragment if we
+       can find gcc in PATH, or if this is a Canadian Cross.  Move the
+       Solaris test for /usr/ucb/cc to the post target script, just after
+       the compiler sanity test.
+
+Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.sub: Merge with FSF.
+
+Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (RPATH_ENVVAR): New variable.
+       (REALLY_SET_LIB_PATH): Use it.
+       * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
+
+Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
+
+       * config.sub, configure.in: Recognize sparclet cpu.
+
+Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
+
+       * config.guess:  Support m68k-cbm-sysv4.
+
+Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
+       m68k-unknown-linuxaout from linker help string.  Put quotes around
+       $ld_help_string.
+
+Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
+
+       * config.guess (powerpc-harris-powerunix): Add guess for port
+       to new target.
+
+Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
+
+Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: If --enable-shared was used, set SET_LIB_PATH to
+       $(REALLY_SET_LIB_PATH) in Makefile.
+       * Makefile.in (SET_LIB_PATH): New variable.
+       (REALLY_SET_LIB_PATH): New variable.
+       ($(DO_X)): Use $(SET_LIB_PATH).
+       (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
+       ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
+       ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
+       ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
+       ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
+       ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
+       (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
+       (install-dosrel): Likewise.
+       (all-opcodes): Depend upon all-libiberty.
+
+Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * config.guess (*:CYGWIN*): New
+
 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * Makefile.in (all-target-winsup): All all-target-libiberty.
This page took 0.024876 seconds and 4 git commands to generate.