* coffcode.h (coff_write_object_contents): Initialize
[deliverable/binutils-gdb.git] / ChangeLog
index 1792620a256a81e95498095dca57faf1032807be..ec67dc09e85fe3173f2fa5d6a0978fe452405606 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
+       (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
+       (INSTALL_SCRIPT): New variable.
+       (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
+       * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
+       to -x.
+       * install-sh: Add support for -x option.
+
+Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in, Makefile.in: Treat tix like itcl.
+
+Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (WINDRES): New variable.
+       (WINDRES_FOR_TARGET): New variable.
+       (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
+       (EXTRA_HOST_FLAGS): Add WINDRES.
+       (EXTRA_TARGET_FLAGS): Add WINDRES.
+       (EXTRA_GCC_FLAGS): Add WINDRES.
+       ($(DO_X)): Pass down WINDRES.
+       ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
+       * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
+       DLLTOOL_FOR_TARGET.
+
+Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
+
+       * configure.in: configure sim before gdb for win32-x-ppc
+
+Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       Move gperf into the toplevel, from libg++.
+       * configure.in (target_tools): Add target-gperf.
+       (native_only): Add target-gperf.
+       * Makefile.in (all-target-gperf): New target, depend on
+       all-target-libg++.
+       (configure-target-gperf): Empty rule.
+       (ALL_TARGET_MODULES): Add all-target-gperf.
+       (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
+       (CHECK_TARGET_MODULES): Add check-target-gperf.
+       (INSTALL_TARGET_MODULES): Add install-target-gperf.
+       (CLEAN_TARGET_MODULES): Add clean-target-gperf.
+
+Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
+       * config.sub (mn10200): Recognize new basic machine.
+
+Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
+       --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
+
+Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * configure.in: If we're building mips-sgi-irix6* native, turn on
+       ENABLE_MULTILIB and set TARGET_SUBDIR.
+
+Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in (all-sn): Depend on all-grep.
+
+Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
+
+       * configure: Set CFLAGS and CXXFLAGS, and substitute them into
+       Makefile.  From Jeff Makey <jeff@cts.com>.
+       * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
+
+       * Makefile.in (DISTBISONFILES): Remove.
+       (taz): Don't futz with DISTBISONFILES.  Change BISON to use
+       $(DEFAULT_YACC).
+
+       * configure.in: Build itl, db, sn, etc., when building for native
+       cygwin32.
+
+       * Makefile.in (LD): New variable.
+       (EXTRA_HOST_FLAGS): Pass down LD.
+       ($(DO_X)): Likewise.
+
+Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
+
+       * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
+
+Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * configure.in (targargs): Strip out any supplied --build argument
+       before adding our own. Always add --build.
+
+Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * configure.in (targargs): Pass --build if we're doing
+       a cross-compile.
+
+Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
+
+       * configure: Use '|' instead of ":" as the seperator in
+       sed. Otherwise sed chokes on NT path names with drive
+       designators. Also look for "?:*" as the leading characters in an
+       absolute pathname.
+
+Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config.sub: Support for r3900.
+
+Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Use install-sh, not install.sh.
+
+Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (taz): Improve check for BISON so it doesn't try to
+       apply it twice.
+
+Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (INSTALL_MODULES): Put install-opcodes before
+       install-binutils.
+
+Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in: Add automake targets.
+       * configure.in (host_tools): Add automake.
+
+start-sanitize-ide
+Thu May  8 17:09:12 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (all-libide): Depend upon all-ilu.
+
+end-sanitize-ide
+Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Default CXX to c++, not gcc.
+       * Makefile.in (CXX): Set to c++, not gcc.
+       (CXX_FOR_TARGET): When cross, transform c++, not gcc.
+
+start-sanitize-ide
+Tue May  6 11:23:57 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in: Add ILU targets.
+       * configure.in (host_tools): Add ILU.
+
+end-sanitize-ide
+Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * install-sh: try appending a .exe if source file doesn't
+       exist
+
+Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * configure.in: Turn on multilib by default.
+       (cross_only): Remove target-libiberty.
+
+       * Makefile.in (all-gcc): Don't depend on libiberty.
+
+start-sanitize-ide
+Tue Apr 29 11:26:36 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in (host_tools): Added vmake.
+
+end-sanitize-ide
+Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * config.guess: improve algorithm for recognizing Gnu Hurd x86.
+
+Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (DEVO_SUPPORT): Add mpw-install.
+       (DISTBISONFILES): Add ld/Makefile.in
+
+Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
+
+       * configure.in: if target is cygwin32 but host isn't cygwin32,
+       don't configure gdb tcl tk expect, not just gdb.
+
+Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in: Added gnuserv everywhere sn appears.
+
+       * Makefile.in (ALL_MODULES): Added all-gnuserv.
+       (CROSS_CHECK_MODULES): Added check-gnuserv.
+       (INSTALL_MODULES): Added install-gnuserv.
+       (CLEAN_MODULES): Added clean-gnuserv.
+       (all-gnuserv): New target.
+
+start-sanitize-ide
+Fri Apr 18 18:10:44 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in (host_libs): Added libide.
+       Skip libide, vmake if no X.  Also skip these everywhere that sn is
+       skipped.
+
+       * Makefile.in (ALL_MODULES): Added all-vmake, all-libide.
+       (CROSS_CHECK_MODULES): Added check-vmake, check-libide.
+       (INSTALL_MODULES): Added install-vmake, install-libide.
+       (CLEAN_MODULES): Added clean-vmake, clean-libide.
+       (all-vmake, all-libide): New targets.
+
+end-sanitize-ide
+Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
+
+       * config.guess: Fixes for MIPS OpenBSD systems.
+
+Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (INSTALL_XFORM): Remove.
+       (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
+
+       * mkinstalldirs: New file, copied from automake.
+       * Makefile.in (installdirs): Rename from install-dirs.  Use
+       mkinstalldirs.  Change all users.
+       (DEVO_SUPPORT): Add mkinstalldirs.
+
+Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * install-sh: Rename from install.sh.
+       * Makefile.in (INSTALL): Change install.sh to install-sh.
+       (DEVO_SUPPORT): Likewise.
+
+       * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
+       Graichen <graichen@rzpd.de>.
+
+Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
+
+       * config.guess: Recognize OpenBSD systems correctly.
+
+Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * README, Makefile.in (ETC_SUPPORT): Remove references to
+       cfg-paper*, configure.{texi,man,info*}._
+
+Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
+
+       * Makefile.in (all.normal): Ensure that gcc is built after all
+       the x11 - ie gdb - targets.
+
+Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
+
+       * makefile.vms: Don't run conf-a-gas.
+
+Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
+
+        * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
+
+start-sanitize-tic80
+Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in: Remove noconfigdirs case since gdb also
+       configures and builds for tic80-coff.
+
+end-sanitize-tic80
+Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Set cache_file to config.cache.
+       * Makefile.in (local-distclean): Remove config.cache.
+
+Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * COPYING: Update FSF address.
+
+start-sanitize-tic80
+Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
+       noconfigdirs.
+
+end-sanitize-tic80
+Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (install-dirs): Don't crash if prefix, and hence
+       MAKEDIRS, is empty.
+
+Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config.sub: Tweak mn10300 entry.
+
+Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * configure.in (host_tools): Put sim before gdb, so gdb's
+       configure.tgt can determine if the simulator was configured.
+
+Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
+
+       * config.sub: Move BeOS $os case to be with other Cygnus
+       local cases.
+
+Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
+
+       * config.sub: Remove misplaced comment that broke Linux.
+
+Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
+
+       * config.sub: Add BeOS support.
+
+Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
+
+Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
+
+       * configure.in (noconfigdirs): Remove tcl and tk from
+       noconfigdirs for cygwin32 builds.
+
+start-sanitize-tic80
+Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in (tic80-*-*): Remove ld from noconfigdirs.
+
+end-sanitize-tic80
+Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+       * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
+       make-all.com, use makefile.vms instead.
+
+Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config.sub: Accept -lnews*.
+
+start-sanitize-d30v
+Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
+
+       * configure.in (noconfigdirs): Disable target-newlib,
+       target-examples and target-libiberty for d30v.
+
+end-sanitize-d30v
+start-sanitize-tic80
+Tue Feb 25 11:41:51 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in (host_libs): Build itcl after tcl, tk.
+
+       * configure.in (host_libs): Added db, itcl.
+       (host_tools): Added sn.
+       (noconfigdirs): Added itcl, db, sn in appropriate places.
+       (native_only): Added sn.
+
+       * Makefile.in (all-db, all-sn): New targets.
+       (ALL_MODULES): Added all-sn.
+       (CROSS_CHECK_MODULES): Added check-sn.
+       (INSTALL_MODULES): Added install-sn.
+       (CLEAN_MODULES): Added clean-sn.
+
+end-sanitize-tic80
+start-sanitize-d30v
+Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * configure.in (noconfigdirs): Enable ld for d30v.
+
+end-sanitize-d30v
+start-sanitize-tic80
+Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * configure.in (tic80-*-*): Build compiler.
+
+end-sanitize-tic80
+start-sanitize-d30v
+Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
+
+       * configure.in (d30v-*): Remove sim directory from list of
+       unsupported d30v directories
+
+end-sanitize-d30v
+start-sanitize-d30v
+Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config.sub, configure.in: Add d30v target cpu. 
+       
+end-sanitize-d30v
+Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
+
+       * makefile.vms: New file.
+       * make-all.com: Remove.
+
+Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
+
+       * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
+
+start-sanitize-r5900
+Fri Feb  7 16:39:29 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config.sub, configure.in: add r5900
+
+end-sanitize-r5900        
+Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
+
+Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in (ALL_MODULES): Added all-db.
+       (CROSS_CHECK_MODULES): Addec check-db.
+       (INSTALL_MODULES): Added install-db.
+       (CLEAN_MODULES): Added clean-db.
+
+Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.guess: Merge with latest FSF sources.
+
+Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in (ALL_MODULES): Added all-itcl.
+       (CROSS_CHECK_MODULES): Added check-itcl.
+       (INSTALL_MODULES): Added install-itcl.
+       (CLEAN_MODULES): Added clean-itcl.
+
+Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * configure.in: build gdb for mn10200
+
+Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * Makefile.in (all-target-winsup): Depend on all-target-libio.
+
+start-sanitize-tic80
+Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (tic80-*-*): Turn off most targets right now.
+
+end-sanitize-tic80
+Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
+       rather than the makeinfo program.
+       (do-info): Depend upon all-texinfo.
+
+Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Remove uses of config/mh-linux.
+
+       * config.sub, config.guess: Merge with latest FSF sources.
+
+start-sanitize-tic80
+Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config.sub (case $basic_machine): Add tic80 entries.
+
+end-sanitize-tic80
+Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.sub, config.guess: Merge with latest FSF sources.
+
+Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
+       * mpw-config.in: Test for NewFolderRecursive.
+       * mpw-install: Use symbolic name for startup filename.
+       * mpw-README: Add various additional details.
+
+Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
+
+       * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
+
+Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in: Do build gcc and the target libraries for
+       the mn10200.
+
+Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * configure.in: don't avoid building gdb for mn10300 any more
+       * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
+       instead of single-quoting it.
+
+Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * configure.in: Don't use --with-stabs on IRIX 6.
+
+Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in (m32r): Build gdb, libg++ now.
+
+Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * configure.in (mips*-sgi-irix6*):  Remove gdb and related
+       directories from noconfigdirs.
+
+Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
+
+       * config.sub (basic_machine): added mips16 configuration
+
+Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config.sub: Handle d10v-unknown.
+
 start-sanitize-v850
 Sat Nov 23 14:23:01 1996  Gavin Koch  <gavin@cygnus.com>
-        
+
        * gcc/depragmaize.c: Handle MSDOS's (non-unix) text files.
 
 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
-        
+
        * config.sub: Handle v850-unknown.
 
 end-sanitize-v850
@@ -17,12 +502,10 @@ Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config.sub: Handle mn10200 and mn10300.
 
-start-sanitize-d10v
 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * configure.in (d10v-*): Do not build librx.
 
-end-sanitize-d10v
 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
 
        * configure.in (mn10300): Build everything except gdb & libgloss.
@@ -139,12 +622,10 @@ Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
        CC_FOR_TARGET was specified on the command line.
        (MAKEOVERRIDES): Don't define.
 
-start-sanitize-m32r
 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * configure.in (m32r): Fix spelling of libg++ libs.
 
-end-sanitize-m32r
 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * config.sub (-apple*): Remove, now redundant.
@@ -238,13 +719,11 @@ Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * configure.in:  You can now configure GDB for the v850.
 
 end-sanitize-v850
-start-sanitize-d10v
 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * configure.in (noconfigdirs): Don't configure any C++ dirs
        if targeting D10V.
 
-end-sanitize-d10v
 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * config.sub: Recognize mips64vr5000.
@@ -253,12 +732,10 @@ Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Use a single line for host_tools and native_only.
 
-start-sanitize-m32r
 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * config.sub, configure.in: Add entries for m32r.
 
-end-sanitize-m32r
 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
 
        * Makefile.in (inet-install): Don't run install-gzip.
@@ -281,12 +758,10 @@ Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * config.guess (i[345]86): Ditto.
 
-start-sanitize-d10v
 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * configure.in (noconfigdirs): Removed gdb for D10V.
 
-end-sanitize-d10v
 start-sanitize-v850
 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
 
@@ -341,12 +816,10 @@ Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * mpw-config.in: Generate Mac include for elf/dwarf2.h.
 
-start-sanitize-d10v
 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * configure.in (d10v-*-*): Remove ld from $noconfigdirs. 
 
-end-sanitize-d10v      
 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
        * configure.in (native_only): Add prms.
@@ -356,7 +829,6 @@ Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
        * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
        (BINUTILS_SUPPORT_DIRS): Likewise.
 
-start-sanitize-d10v
 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * configure.in (d10v-*-*): Don't configure ld or gdb until the
@@ -366,7 +838,6 @@ Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * configure.in (d10v-*-*): New target.
 
-end-sanitize-d10v
 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config.guess (HP 9000/811): Recognize this as a PA1.1
@@ -407,11 +878,9 @@ Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
 
        * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
 
-start-sanitize-d10v
 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * config.sub (basic_machine): Recognize d10v as a valid processor.
-end-sanitize-d10v
 
 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -4735,8 +5204,8 @@ Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
 \f
 Local Variables:
-mode: indented-text
+mode: change-log
 left-margin: 8
-fill-column: 74
+fill-column: 76
 version-control: never
 End:
This page took 0.030039 seconds and 4 git commands to generate.