X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=b88dd1b89042fb926a89403d15243adb39809183;hb=fc633e5b9780011f74f2c23837968e43e262a239;hp=59ddf5a5caccbdbd9a34562b8aa9c80fd889fe1f;hpb=b5538863a07c480abadb9e23ccde52cd01b087cb;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 59ddf5a5ca..b88dd1b890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,767 @@ +Fri Apr 7 18:10:29 2000 Andrew Cagney + + * configure (warn_cflags): Delete. + +2000-03-30 Christopher Faylor + + * Makefile.in (CC_FOR_TARGET): Add new winsup directory + structure stuff to -L library search. + (CXX_FOR_TARGET): Ditto. + +2000-03-29 Jason Merrill + + * configure.in: -linux-gnu*, not -linux-gnu. + +2000-03-10 H.J. Lu + + * Makefile.in (all-gcc): Backed out the last change. + +2000-03-10 H.J. Lu + + * Makefile.in (all-gcc): Run ld/ld-new if necessary. + +Fri Mar 3 18:44:08 2000 Andrew Cagney + + * Makefile.in (taz): Set PACKAGE to TOOL when not defined. + (do-tar-bz2): Replace TOOL with PACKAGE. + (gdb.tar.bz2): Remove GDBTK from GDB package. + (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2, + dejagnu.tar.bz2): New packages. + +2000-02-27 Andreas Jaeger + + * configure.in: Add entry for mips*-*-linux*, move catch all + *-*-*linux* entry below this one. + +2000-02-27 Ian Lance Taylor + + * ltconfig, ltmain.sh: Update to libtool 1.3.4. + +2000-02-24 Nick Clifton + + * config.sub: Support an OS of "wince". + +Thu Feb 24 16:15:56 2000 Andrew Cagney + + * config.guess, config.sub: Updated to match config's 2000-02-15 + version. + +2000-02-23 Linas Vepstas + + * config.sub: Add support for Linux/IBM 370. + * configure.in: Likewise. + +2000-02-22 Nick Clifton + + * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets. + +2000-02-20 Christopher Faylor + + * config.guess: Guess "cygwin" rather than "cygwin32". + +2000-02-16 Kaveh R. Ghazi + + * configure (gcc_version): When setting, narrow search to + lines containing `version_string'. + +2000-01-06 Geoff Keating + + * configure.in: Use mt-aix43 to handle *_TARGET defs, + not mh-aix43. + +1999-09-04 Steve Chamberlain + + * config.sub: Add support for configuring for pj. + +1999-08-31 Nick Clifton + + * config.sub (maybe_os): Add support for configuring for fr30. + +1999-08-27 Nick Clifton + + * configure.in: Do not configure or build ld for AIX + platforms. ld is known to be broken on these platforms. + +1999-08-09 Ian Lance Taylor + + * Makefile.in (LDFLAGS): Define. + +1999-08-08 Mumit Khan + + * configure.in (i[3456]-*-mingw32*): Don't put gprof in + noconfigdirs. + (*-*-cygwin*): Likewise. + +1999-08-08 Ian Lance Taylor + + * mkdep: New file. + * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. + (BINUTILS_SUPPORT_DIRS): Add mkdep. + + From Eli Zaretskii : + * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly + long file name when using DJGPP on MS-DOS. + +1999-07-30 Alan Modra + + * Makefile.in (check-target-libio): Remove all-target-libstdc++ + dependency as this causes "make check" to globally "make all" + +1999-07-22 Ian Lance Taylor + + * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and + configure.bat in SUPPORT_FILES. + (gas+binutils.tar.bz2): Likewise. + + * makeall.bat: Remove; obsolete. + +1999-07-21 Ian Lance Taylor + + From Mark Elbrecht: + * configure.bat: Remove; obsolete. + +1999-07-11 Ian Lance Taylor + + * configure: Add -W -Wall to the default CFLAGS when compiling with + gcc. + +Thu Jul 8 12:32:23 1999 John David Anglin + + * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*. + +1999-06-30 Mark Mitchell + + * configure.in: Build ld on IRIX6. + +1999-06-12 Ian Lance Taylor + + * Makefile.in: Change distribution targets to use bzip2 instead of + gzip. + (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex. + (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo. + +1999-06-04 Nick Clifton + + * config.sub: Add mcore target. + +Sun May 30 16:03:16 1999 Cort Dougan + + * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux. + +1999-05-24 Nick Clifton + + * config.sub: Updated to match latest EGCS version. + +1999-04-30 Tom Tromey + + * ltmain.sh: [mode link] Always use CC given by ltconfig. + +1999-04-23 Tom Tromey + + * ltconfig, ltmain.sh: Update to libtool 1.2f. + +1999-04-20 Drew Moseley + + * configure.in (noconfigdirs): Don't build libstub for arm-elf targets. + (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets. + Bad merge removed these two changes. + +1999-04-11 Richard Henderson + + * configure.in (i?86-*-beos*): Do config gperf; don't config + gdb, newlib, or libgloss. + +1999-04-08 Nick Clifton + + * config.sub: Add support for mcore targets. + +1999-04-07 Michael Meissner + + * configure.in (d30v-*): Use config/mt-d30v as makefile fragment, + not mt-ospace, in order to shut up assembler warning about using + symbols that are named the same as registers. + +1999-04-07 Drew Moseley + + * Makefile.in (all-target-cygmon): Added all-target-bsp to the + dependency list for all-target-cygmon. + +1999-04-05 Doug Evans + + * config-ml.in: Check $host, not $target, for selective multilibs. + (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs, + thumb interworking, and underscore prefix multilibs. + +1999-04-04 Ian Lance Taylor + + * missing: Update to version from current automake. + +Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org) + + * configure (gxx_include_dir): Removed. + + * configure.in (gxx_include_dir): Handle it. + * Makefile.in: Likewise. + +1999-03-29 Gavin Romig-Koch + + * config.sub (mips64vr4111,mips64vr4111el) Add. + +1999-03-21 Ben Elliston + + * config.guess: Correct typo for detecting ELF on FreeBSD. + +Thu Mar 18 00:17:50 1999 Mark Elbrecht + + * config/mh-go32: Delete. + * config/mh-djgpp: New. Renamed from mh-go32. + * configure.in (pc-msdosdjgpp): Set host_makefile_frag to + config/mh-djgpp. + +Thu Mar 11 18:37:23 1999 Drew Moseley + + * Makefile.in (all-target-bsp): Added all-gcc all-binutils and + all-target-newlib to dependency list for all-target-bsp. + +Thu Mar 11 01:19:31 1999 Mumit Khan + + * config.sub: Add i386-uwin support. + * config.guess: Likewise. + +Thu Mar 11 01:07:55 1999 Franz Sirl + + * configure.in: cleanup, add mh-*pic handling for arm, special + case powerpc*-*-aix* + +Wed Mar 10 18:35:07 1999 Jeff Johnston + + * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a + can be built. + +Wed Mar 10 17:39:09 1999 Drew Moseley + + * configure.in: Added bsp support to arm-*-coff and arm-*-elf + targets. + +1999-03-02 Nick Clifton + + * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL + +Sun Feb 28 02:20:00 1999 Geoffrey Noer + + * config.sub: Check for "cygwin*" rather than "cygwin32*" + +1999-02-24 Nick Clifton + + * config.sub: Fix typo in arm recognition. + +Wed Feb 24 13:51:40 1999 Drew Moseley + + * configure.in (noconfigdirs): Changed target_configdirs to + include target-bsp only for m68k-*-elf* and m68k-*-coff* + rather than m68k-*-* since it is not known to work on + m68k-aout. Ditto for arm-*-*oabi. + +Wed Feb 24 12:52:17 1999 Stan Shebs + + * configure.in (*-*-windows*): Remove, no longer used. + * config/mh-windows: Ditto. + +1999-02-19 Ben Elliston + + * config.guess: Automatically recognise ELF on FreeBSD. From Niall + Smart and improved by Andrew Cagney. + +Thu Feb 18 19:55:09 1999 Marc Espie + + * config.guess: Recognize openbsd-*-hppa. + +Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org) + + * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) + only if it is not empty. + +1999-02-17 Nick Clifton + + Patch from: Scott Bambrough + + * config.guess: Modified to recognize uname's armv* syntax. + + * config.sub: Modified to recognize uname's armv* syntax. + +1999-02-17 Mark Salter + + * configure.in: Added target-bsp for sparclite. + +Mon Feb 8 14:17:24 1999 Richard Henderson + + * config.sub: Recognize alphapca5[67] and up to alphaev8. + +1999-02-08 Nick Clifton + + * configure.in: Add support for strongarm port. + * config.sub: Add support for strongarm target. + +Sun Feb 7 18:01:54 1999 Mumit Khan + + * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of + the old name config/mh-cygwin32. + Enable texinfo. + +Thu Feb 4 20:43:25 1999 Ian Lance Taylor + + * configure.in: Do build ld for ix86 Solaris. + +Tue Feb 2 19:46:40 1999 Jim Wilson + + * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of + $AR_FOR_TARGET. Likewise for RANLIB. + +Tue Feb 2 20:05:05 1999 Catherine Moore + + * config.sub (oabi): Recognize. + * configure.in (arm-*-oabi): Handle. + +Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net) + + * config.guess: Improve detection of i686 on UnixWare 7. + +Sat Jan 30 08:04:00 1999 Mumit Khan + + * config.guess: Add support for i386-pc-interix. + * config.sub: Likewise. + * configure.in: Likewise. + * config/mh-interix: New file. + +Mon Jan 18 13:59:20 1999 Christopher Faylor + + * Makefile.in: Remove unneeded all-target-libio from + from all-target-winsup target since it is now unneeded. + Add all-target-libtermcap in its place since it is now + needed. + +Wed Dec 30 20:34:52 1998 Christopher Faylor + + * configure.in: makefile stub for cygwin target is probably + unnecessary. Remove it for now. + * config/mt-cygwin: Remove. + +Wed Dec 30 01:13:03 1998 Christopher Faylor + + * configure.in: libtermcap.a should be built when cygwin is the + target as well as the host. + * config.guess: Allow mixed case in cygwin uname output. + * Makefile.in: Add libtermcap target. + * config/mt-cygwin: New file. libtermcap target info. + +Tue Dec 15 17:02:58 1998 Bob Manson + + * configure.in: Add cygmon for x86-coff and x86-elf. Configure + cygmon for all sparclite targets, regardless of object format. + +1998-12-15 Mark Salter + + * configure.in: Added target-bsp for several target architectures. + + * Makefile.in: Added rules for bsp. + +Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com) + + * config.sub: Clean up handling of hppa2.0. + +Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com) + + * config.guess: Use C code to identify more HP machines. + +Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com) + + * config.sub: Handle hppa2.0. + +Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com) + + * config.guess: Improve detection of hppa2.0 processors. + +Fri Dec 4 01:33:05 1998 Niall Smart + + * config.guess: Recognize FreeBSD using ELF automatically. + +1998-11-26 Manfred Hollstein + + * configure (skip-this-dir): Add handling for new shell script, which + might be created by a sub-directory's configure to indicate, this particular + directory is "unwanted". + * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. + + +Wed Nov 18 18:28:45 1998 Geoffrey Noer + + * ltconfig: import from libtool, after changing libtool to + account for the cygwin name change. + +Wed Nov 18 18:09:14 1998 Geoffrey Noer + + * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also + include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32. + +Wed Nov 18 20:13:29 1998 Christopher Faylor + + * configure.in: Add libtermcap to list of cygwin dependencies. + +Tue Nov 17 16:57:51 1998 Geoffrey Noer + + * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that + they include winsup/include when it's a cygwin target. + +1998-11-12 Tom Tromey + + * configure.in (host_tools): Added zip. + * Makefile.in (all-target-libjava): Depend on all-zip. + (all-zip): New target. + (ALL_MODULES): Added all-zip. + (NATIVE_CHECK_MODULES): Added check-zip. + (INSTALL_MODULES): Added install-zip. + (CLEAN_MODULES): Added clean-zip. + +Thu Nov 12 17:27:21 1998 Geoffrey Noer + + * Makefile.in: lose "32" from comment about cygwin. + +Thu Nov 5 15:00:31 1998 Nick Clifton + + * configure.in: Use -Os to build target libraries for the fr30. + +Wed Nov 4 18:49:43 1998 Dave Brolley + + * config.sub: Add fr30. + +Mon Nov 2 15:19:33 1998 Geoffrey Noer + + * configure.in: drop "32" from config/mh-cygwin32. Check + cygwin* instead of cygwin32*. + * config.sub: Check cygwin* instead of cygwin32*. + +1998-10-20 Syd Polk + + * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1 + if desired. + +Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com) + + * config.if (cxx_interface, libstdcxx_interface): Do not try to set + these if the appropriate directories and files to not exist. + +Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (DEVO_SUPPORT): Add config.if. + +Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com) + + * config.sub: Bring back lost sparcv9. + +Wed Sep 30 22:20:50 1998 Robert Lipe + + * config.sub: Add support for i[34567]86-pc-udk. + * configure.in: Likewise. + +Wed Sep 30 19:23:48 1998 Geoffrey Noer + + * Makefile.in: add bzip2 package building bits for user + tools module + * configure.in: ditto + +1998-09-30 Manfred Hollstein + + * configure.in (target_subdir): Remove duplicate line. + +Tue Sep 29 22:45:41 1998 Felix Lee + + * Makefile.in (all-automake): fix dependencies. + +Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com) + + * configure.in: Minor cleanups for building in the $(target_alias) + subdir. + +1998-09-22 Jim Wilson + + * Makefile.in (bootstrap): Set r and s before make all. Use + BASE_FLAGS_TO_PASS in make all. + (cross): Likewise. + +1998-09-20 Mark Mitchell + + * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'. + + +Sun Sep 20 00:13:02 1998 Richard Henderson + + * config.sub: Fix typo in last change. + +1998-09-19 Michael Hayes + + * config.sub: Add support for C4x target. + * configure.in: Likewise. + +1998-09-13 David S. Miller + + * config.sub: Recognize sparcv9 just like sparc64. + +Wed Sep 9 15:44:52 1998 Robert Lipe + + * config.guess: Match "Pent II" or "PentII" for OpenServer. + +Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com) + + * config.guess: Correctly identify Pentium II sco boxes. + + * config.guess: Fix "tr" code. From Weiwen Liu. + +Sat Sep 5 13:56:52 1998 John Hughes + + * configure.in: Do not assume x86-svr4 or x86-unixware can handle + stabs. + +Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (TARGET_CONFIGDIRS): Add libchill. + (ALL_TARGET_MODULES): Add all-target-libchill. + (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. + (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. + (all-target-libchill): Add dependencies. + * configure.in (target_libs): Add libchill. + +Sun Aug 30 22:27:02 1998 Lutz Wohlrab + + * config.guess: Avoid assumptions about "tr" behaves when + LANG is set to something other than English. + +Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org) + + * configure (gxx_include_dir): Changed to + '${prefix}/include/g++'-${libstdcxx_interface}. + + * config.if: New to determine the interfaces. + +Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com) + + * config.guess: Detect and handle MPE/IX. + * config.sub: Deal with MPE/IX. + +Sat Aug 29 14:32:55 1998 David Edelsohn + + * configure.in: Use mh-aix43. + +1998-07-29 Manfred Hollstein + + * configure: Fix --without/--disable cases for gxx-include-dir. + +Fri Aug 28 12:28:26 1998 Per Bothner + + * mdata-sh: Imported. Needed for automake support. + +Thu Aug 13 12:49:29 1998 H.J. Lu + + * Makefile.in (taz): Try "chmod -R og=u ." before + "chmod og=u `find . -print`". + +Fri Jul 31 09:38:33 1998 Catherine Moore + + * configure.in: Add arm-elf and thumb-elf support. + +Mon Jul 27 16:23:58 1998 Doug Evans + + * Makefile.in: Undo previous patch. + +Fri Jul 24 19:55:24 1998 Doug Evans + + * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES + to here ... + (install-no-fixedincludes): and here + (INSTALL_MODULES): ... from here. + +Fri Jul 24 17:01:42 1998 Ian Lance Taylor + + * config.sub: Merge with FSF. + + * config.guess: Merge with FSF. + +Fri Jul 24 08:43:36 1998 Doug Evans + + * configure (extraconfigdirs): New variable. + (SUBDIRS): Add extraconfigdirs and recurse on them too. + * Makefile.in (all): Move higher in file. + (EXTRA_TARGET_HOST_ALL_MODULES): New variable. + (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables. + (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES. + (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES. + (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES. + +1998-07-23 Brendan Kehoe + + * Makefile.in (all-target-libjava): Depend on all-gcc and + all-target-newlib. + (configure-target-libjava): Depend on $(ALL_GCC). + +Sat Jul 18 14:32:43 CDT 1998 Robert Lipe + + * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II. + (*-pc-unixware7) Add detection for Pentium II, Pentium Pro. + +Fri Jul 17 13:30:18 1998 Ian Lance Taylor + + * ylwrap: Change absolute path checks to check for DOS style path + names. + + * ylwrap: Don't use a full path name if the source file is in the + same directory. From hjl@lucon.org (H.J. Lu). + + * config-ml.in: Default to being verbose, to match Feb 18 change to + configure. + +Thu Jul 16 12:29:51 1998 Ian Lance Taylor + + Brought over from egcs: + + Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) + + * configure.in (target_subdir): Set to ${target_alias} instead + of "libraries". + + Mon Sep 1 16:45:44 1997 Jim Wilson + + * configure.in (target_subdir): Set to libraries if enable_multilib. + +Wed Jul 15 01:00:54 1998 Ian Lance Taylor + + * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any + multilibs, force reconfiguration the first time we create + multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'. + +Tue Jul 14 23:41:03 1998 Ian Lance Taylor + + * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to + avoid confusion with --no-recursion. + +Tue Jul 14 15:37:41 1998 Geoffrey Noer + + * configure.in: Win32 hosts shouldn't use install -x + * install-sh: remove -x option, and special .exe-handling + hack. + +Tue Jul 14 15:28:41 1998 Richard Henderson + + * config.guess: Recognize i586-pc-beos. + * configure.in: Don't build some bits for beos. + +Tue Jul 14 13:22:18 1998 Ian Lance Taylor + + * configure: If CC is set but CFLAGS is not, and CC is gcc, make + CFLAGS default to -O2. + + * ltmain.sh: Add some hacks to make SunOS --enable-shared work + when using GNU ld. + +Fri Jul 10 13:18:23 1998 Ian Lance Taylor + + * ltmain.sh: Correct install when using a different shell. + +Tue Jul 7 15:24:38 1998 Ian Lance Taylor + + * ltconfig, ltmain.sh: Update to libtool 1.2b. + +Thu Jul 2 13:57:36 1998 Klaus Kaempf + + * makefile.vms: Update to build binutils/makefile.vms. Add install + target. + +Wed Jul 1 16:45:21 1998 Ian Lance Taylor + + * ltconfig: Update to correct AIX handling. + +Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR. + + * configure.in (target_subdir): Set to ${target_alias} instead + of "libraries". + +1998-06-26 Manfred Hollstein + + * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. + (Makefile): Depend on $(gcc_version_trigger). + + * configure (gcc_version): Change default initializer to empty + string. + (gcc_version_trigger): New variable; pass this variable down + to subdir configures to enable them checking gcc's version + themselves. Emit make macros for both gcc_version vars. + (topsrcdir): Initialize reliably. + (recursion line): Remove --with-gcc-version=${gcc_version}. + +1998-06-24 Manfred Hollstein + + * configure (enable_version_specific_runtime_libs): Implement new flag + --enable-version-specific-runtime-libs which installs C++ runtime stuff + in $(libsubdir); emit definition in each generated Makefile. + (gxx_include_dir): Initialize depending on + $enable_version_specific_runtime_libs. + +1998-06-24 Manfred Hollstein + + * configure (gcc_version): Initialize properly depending on + how and where configure is started. + (recursion line): Pass a --with-gcc-version=${gcc_version} + to configures in subdirs. + +Wed Jun 24 16:01:59 1998 John Metzler + + * configure.in (noconfigdirs): Add configure pattern for mips tx39 + cygmon + +Tue Jun 23 22:42:32 1998 Mark Alexander + + * configure.in: Add cygmon and libstub support for mn10200. + +1998-06-19 Manfred Hollstein + + * configure (gcc_version): Add new variable describing the + particular gcc version we're building. + * Makefile.in (libsubdir): Add new macro for the directory + in which the compiler finds executables, libraries, etc. + (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias + and libsubdir. + +Fri Jun 19 02:36:59 1998 Alexandre Oliva + + * Makefile.in (local-clean): remove *.log + (warning.log): built with warn_summary from build.log + (mail-report.log): run test_summary + (mail-report-with-warnings.log): run test_summary including + warning.log in the report + +Thu Jun 18 11:26:03 1998 Robert Lipe + + * config.guess: Detection of Pentium II for *-sco-3.2v5*. + +Mon Jun 15 14:53:54 1998 Andrew Cagney + + * Makefile.in (grep): Grep no longer depends on libiberty. + +Fri Jun 12 14:03:34 1998 Syd Polk + + * Makefile.in: all-snavigator needs all-libgui. + +Thu Jun 11 19:43:47 1998 Mark Alexander + + * configure.in: Add cygmon and libstub support for mn10300. + +Wed Jun 10 11:19:47 1998 Ian Lance Taylor + + * missing: Update to version from automake 1.3. + + * ltmain.sh: On installation, don't get confused if the same name + appears more than once in the list of library names. + Wed Jun 3 14:51:42 1998 Ian Lance Taylor * config.sub: Accept m68060 and m5200 as CPU names. @@ -12,6 +776,11 @@ Thu May 28 19:31:13 1998 Ian Lance Taylor * ltconfig, ltmain.sh: Bring in Visual C++ support. +Sat May 23 23:44:13 1998 Alexandre Oliva + + * Makefile.in (boostrap2-lean, bootstrap3-lean, + bootstrap4-lean): new targets + Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com) * COPYING.LIB: Update FSF address. @@ -28,12 +797,6 @@ Thu May 7 17:27:35 1998 Ian Lance Taylor * ltconfig, ltmain.sh: Avoid producing a version number if -version-info was not used. -start-sanitize-java -Wed May 6 10:26:06 1998 Stu Grossman - - * Makefile.in: Add dependencies for boehm-gc to libjava. - -end-sanitize-java Tue May 5 18:02:24 1998 Ian Lance Taylor * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are @@ -44,20 +807,11 @@ Tue May 5 18:02:24 1998 Ian Lance Taylor * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end; Solaris `make' causes it to continue to next definition. -start-sanitize-java -Wed Apr 29 17:07:10 1998 Stu Grossman - - * Makefile.in: Added dependencies to all-target-boehm-gc and - all-target-libjava to have them configure during the build. - -end-sanitize-java -start-sanitize-gdbtk Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com) * Makefile.in (install-gdbtk): Call this 'install-gdb' so that the right GUI libraries and files are installed along with GDB. -end-sanitize-gdbtk Tue Apr 28 18:11:24 1998 Ian Lance Taylor * configure.in: Change alpha to alpha* in several places. @@ -66,19 +820,14 @@ Tue Apr 28 07:42:00 1998 Mark Alexander * config.sub: Recognize sparc86x. +Tue Apr 28 07:35:02 1998 Michael Meissner + + * configure.in (--enable-target-optspace): Remove debug echo. + Thu Apr 23 21:31:16 1998 Jim Wilson * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS. -start-sanitize-cygnus -Fri Apr 24 09:28:15 1998 Ben Elliston - - * Makefile.in: Added standard targets for `flexlm'. - Added intermodule dependency for `all-snavigator'. - - * configure.in: Include `flexlm' as a host library. - -end-sanitize-cygnus Thu Apr 23 12:26:38 1998 Ian Lance Taylor * ltconfig: Update cygwin32 support. @@ -93,9 +842,7 @@ Wed Apr 22 12:30:10 1998 Michael Meissner use -Os to compile target libraries rather than -O2. Default to using -Os for d10v and m32r if --{enable,disable}-target-optspace is not used. -start-sanitize-d30v * configure.in (target_cflags): Ditto for d30v. -end-sanitize-d30v Tue Apr 21 23:06:54 1998 Tom Tromey @@ -105,18 +852,6 @@ Tue Apr 21 23:06:54 1998 Tom Tromey (all-gprof): Likewise. (all-ld): Likewise. -start-sanitize-java -Mon Apr 20 14:26:26 1998 Tom Tromey - - * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc. - (CONFIGURE_TARGET_MODULES): Likewise. - (CHECK_TARGET_MODULES): Likewise. - (INSTALL_TARGET_MODULES): Likewise. - (CLEAN_TARGET_MODULES): Likewise. - (all-target-libjava): New target. - (all-target-boehm-gc): Likewise. - * configure.in (target_libs): Added libjava, boehm-gc. -end-sanitize-java 1998-04-19 Brendan Kehoe @@ -141,8 +876,13 @@ Tue Apr 14 18:01:55 1998 Ian Lance Taylor Tue Apr 14 12:24:45 1998 J. Kean Johnston - * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and - use mh-sysv5 if specified. Support gprof on SCO Open Server. + * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and + use mh-sysv5 if specified. Support gprof on SCO Open Server. + +Tue Apr 14 11:33:51 1998 Krister Walfridsson + + * configure: Define DEFAULT_M4 by searching PATH. + * Makfile.in: Use DEFAULT_M4. Mon Apr 13 15:37:24 1998 Ian Lance Taylor @@ -160,16 +900,6 @@ Thu Apr 2 14:48:44 1998 Geoffrey Noer * Makefile.in: add ash make rules * configure.in: add ash to native_only and host_tools lists -start-sanitize-ide -Tue Mar 31 16:50:42 1998 Ian Lance Taylor - - * Makefile.in: Add libidetcl, like libide. - (all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, - all-ilu. - * configure.IN: Add libidetcl, like libide. - * configure (GDB_TK): If enable_ide, add all-libidetcl. - -end-sanitize-ide Thu Mar 26 12:53:20 1998 Tom Tromey * Makefile.in (all-gettext, all-intl): New targets. @@ -183,12 +913,10 @@ Thu Mar 26 12:53:20 1998 Tom Tromey (noconfigdirs) [various cases]: Likewise. (host_libs): Added intl. -start-sanitize-gdbtk Thu Mar 26 15:00:11 1998 Keith Seitz * configure: Do not disable building gdbtk for cygwin32 hosts. -end-sanitize-gdbtk Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com) * Makefile.in: Revert yesterday's change. @@ -221,6 +949,16 @@ Fri Mar 20 18:51:43 1998 Ian Lance Taylor * ltconfig, ltmain.sh: Update to libtool 1.2. +Fri Mar 20 09:32:14 1998 Manfred Hollstein + + * Makefile.in (install-gcc): Don't specify LANGUAGES here. + (install-gcc-cross): Instead, override LANGUAGES here. + +1998-03-18 Dave Love + + * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a + non-existent file since /dev/null loses with bash 2.0/autoconf 2.12. + Wed Mar 18 09:24:59 1998 Nick Clifton * configure.in: Add Thumb-pe target. @@ -235,18 +973,21 @@ Tue Mar 17 10:33:28 1998 Manfred Hollstein if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens to be the case for libiberty. +Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu) + + * configure: When making link, also check the current + directory. The configure scripts may create one. + Fri Mar 6 01:02:03 1998 Richard Henderson * config.sub: Accept alphapca56 and alphaev6 properly. -start-sanitize-vr4320 -Tue Mar 3 11:01:52 1998 Gavin Koch +Fri Mar 6 00:14:55 1998 Franz Sirl - * config.sub (mips64vr4320-unknown-elf) : Added. + * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1. -end-sanitize-vr4320 -Mon Feb 23 15:09:18 1998 Bruno Haible +Mon Feb 23 15:09:18 1998 Bruno Haible + + * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with + CONFIG_SITE=/dev/null to forestall lossage with site configuration. + +Mon Feb 16 12:23:53 1998 Manfred Hollstein + + * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add + this change to sync Makefile.in with its ChangeLog entries. + Thu Feb 12 15:03:08 1998 H.J. Lu * ltmain.sh (mkdir): Check that the directory doesn't exist @@ -284,13 +1035,27 @@ Sat Feb 7 15:19:18 1998 Ian Lance Taylor * ltconfig, ltmain.sh: Update from libtool 1.0i. +Fri Feb 6 01:33:52 1998 Manfred Hollstein + + * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and + PICFLAG_FOR_TARGET. + (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET. + + * configure: Emit a definition for the new macro enable_shared + into each Makefile. + + * config/mh-sparcpic (PICFLAG): Define to properly according + to current multilib configuration. + * config/mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly + according to current multilib configuration. + Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com) - * configure.in (host_tools, native_only): Add libtool. + * configure.in (host_tools, native_only): Add libtool. Wed Feb 4 16:53:58 1998 Geoffrey Noer - * configure.in: add target-gperf to noconfigdirs for Cygwin32. + * configure.in: add target-gperf to noconfigdirs for Cygwin32. Fix typo in ming config comment. Wed Feb 4 18:56:13 1998 Ian Lance Taylor @@ -307,13 +1072,6 @@ Fri Jan 30 17:18:32 1998 Geoffrey Noer is cygwin32. OK to build expect and dejagnu with Canadian Cross. -start-sanitize-sky -Wed Jan 28 11:59:32 1998 Doug Evans - - * configure.in: Add dvp-elf support. - * config.sub: Recognize dvp cpu. - -end-sanitize-sky Wed Jan 28 12:58:49 1998 Ian Lance Taylor * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32 @@ -354,6 +1112,10 @@ Thu Jan 22 15:14:01 1998 Fred Fish * .cvsignore: Remove *-info and *-install since they match release-info and mpw-install, which we don't want to just ignore. +Thu Jan 22 01:38:33 1998 Richard Henderson + + * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1. + Sat Jan 17 21:28:08 1998 Pieter Nagel * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and @@ -416,12 +1178,6 @@ Tue Dec 23 12:45:50 1997 Jeffrey A Law (law@cygnus.com) * config.guess: HP 9000/803 is a PA1.1 machine. -start-sanitize-vr5400 -Mon Dec 22 11:27:12 1997 Jeffrey A Law (law@cygnus.com) - - * config.sub (mips64vr5xxx-elf): Handle. Treat as mips64vr5000-elf. - -end-sanitize-vr5400 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu) @@ -434,18 +1190,10 @@ Thu Dec 18 13:13:03 1997 Doug Evans * mkdep: New file. -start-sanitize-ide -Wed Dec 17 11:27:59 1997 Ian Lance Taylor - - * configure: Only put libide in GDB_TK if --enable-ide. - -end-sanitize-ide -start-sanitize-d30v Wed Dec 17 09:53:02 1997 Michael Meissner * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc. -end-sanitize-d30v Tue Dec 16 17:36:05 1997 Ian Lance Taylor * Makefile.in: Add libgui directory. @@ -462,6 +1210,10 @@ Fri Dec 12 10:43:31 1997 Brendan Kehoe * Makefile.in (all-target-gperf): Change dependency to all-target-libstdc++. +Thu Dec 11 23:30:51 1997 Fred Fish + + * config.guess: Add BeOS support. + Wed Dec 10 15:10:38 1997 Ian Lance Taylor Source directory cvs renamed to cvssrc: @@ -474,44 +1226,58 @@ Wed Dec 10 15:10:38 1997 Ian Lance Taylor (CLEAN_MODULES): Change clean-cvs to clean-cvssrc. (all-cvssrc): Rename target from all-cvs. -Tue Dec 2 10:08:31 1997 Nick Clifton +Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com) - * configure.in (noconfigdirs): Add support for Thumb target. - - * config.sub (maybe_os): Add support for Thumb target. + * configure (gxx_include_dir): Fix thinko. -start-sanitize-ide -Tue Dec 2 06:51:40 1997 Keith Seitz +Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com) - * configure (GDB_TK): add all-libide to dependency list + * Makefile.in (INSTALL_TARGET_CROSS): Define. + (install-cross, install-gcc-cross): New targets. -Tue Dec 2 09:04:13 1997 Michael Meissner - - * configure.in (host_libs): Build libide all of the time. - (noconfigdirs): Remove libide from all places that set noconfigdirs. +Tue Dec 2 10:08:31 1997 Nick Clifton -Mon Dec 1 10:53:40 1997 Keith Seitz + * configure.in (noconfigdirs): Add support for Thumb target. - * Makefile.in (all-vmake): remove double dependency on all-libide + * config.sub (maybe_os): Add support for Thumb target. -end-sanitize-ide Sun Nov 30 16:12:27 1997 Bob Manson * Makefile.in: Add rules for cygmon. * configure.in: Build cygmon for sparc-elf and sparclite-aout. +Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (INSTALL_TARGET): Do install-gcc first. + * configure (gxx_include_dir): Provide a definition for subdirs + which do not use autoconf. + Wed Nov 26 11:53:33 1997 Keith Seitz * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's 11/18/97 build +Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com) + + * From Franz Sirl. + * config.guess (powerpc*-*-linux): Handle glibc2 beta release + found on RedHat Linux systems. + +Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com) + + * config.guess (alpha stuff): Merge with FSF to avoid incorrect + guesses. + +Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com) + + * configure.in (i[3456]86-ncr-sysv4.3*): Tweak. + Mon Nov 10 15:23:21 1997 H.J. Lu * ltmain.sh: If mkdir fails, check whether the directory was created anyhow by some other process. -start-sanitize-d30v Mon Nov 10 14:38:03 1997 Michael Meissner * configure.in (d30v-*-*): Configure all directories. @@ -525,7 +1291,6 @@ Sat Nov 8 14:42:59 1997 Michael Meissner * configure.in (d30v-*-*): Configure target-libgloss on the D30V. -end-sanitize-d30v Fri Nov 7 10:34:09 1997 Rob Savoye * include/libiberty.h: Add extern "C" { so it can be used with C++ @@ -533,38 +1298,10 @@ Fri Nov 7 10:34:09 1997 Rob Savoye * include/remote-sim.h: Add extern "C" { so it can be used with C++ programs. -start-sanitize-tx19 -Wed Nov 5 11:14:44 1997 Gavin Koch - - * config.sub: Move tx19 configury to reduce spurious differences - with gcc/config.sub. - -end-sanitize-tx19 -start-sanitize-tx49 -Wed Nov 5 11:14:44 1997 Gavin Koch - - * config.sub: Move tx49 configury to reduce spurious differences - with gcc/config.sub. - -end-sanitize-tx49 -start-sanitize-d30v Thu Oct 30 11:09:29 1997 Michael Meissner * configure.in (d30v-*-*): Configure GCC now. -end-sanitize-d30v -start-sanitize-tx49 -Wed Oct 29 16:52:43 1997 Gavin Koch - - * config.sub: Add tx49 configury. - -end-sanitize-tx49 -start-sanitize-ide -Tue Oct 28 16:44:15 1997 Ian Lance Taylor - - * Makefile.in (install-foundry): New target. - -end-sanitize-ide Mon Oct 27 13:17:24 1997 Stan Shebs * configure.in: Remove a "second pass" of tweaking noconfigdirs, @@ -574,22 +1311,16 @@ Mon Oct 27 12:03:53 1997 Jason Merrill * Makefile.in: check-target-libio depends on all-target-libstdc++. -start-sanitize-vr5400 -Wed Oct 22 14:05:29 1997 Andrew Cagney +Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de) - * config.sub (maybe_os): Add mips64vr5400. + * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap + targets using "$@" to provide support for similar but not identical + targets without having to duplicate code. -end-sanitize-vr5400 Mon Oct 20 15:28:49 1997 Klaus K"ampf * makefile.vms: Fix to work with DEC C. -start-sanitize-ide -Sat Oct 11 13:52:40 1997 Tom Tromey - - * Makefile.in (all-jstools): Depend on all-tix. - -end-sanitize-ide Tue Oct 7 23:58:57 1997 Gavin Koch * config.sub: Add mips-tx39-elf to marketing names. @@ -610,24 +1341,36 @@ Wed Oct 1 13:11:27 1997 Ian Lance Taylor infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir, sbindir, sharedstatedir, and sysconfdir. -start-sanitize-d30v +Mon Sep 29 00:38:08 1997 Aaron Jackson + + * Makefile.in (bootstrap-lean): New target. + Wed Sep 24 18:06:27 1997 Stu Grossman * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db, sn, and gnuserv from noconfigdirs. -end-sanitize-d30v Wed Sep 24 15:18:32 1997 Ian Lance Taylor * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh. -start-sanitize-gdbtk +Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com) + +* Makefile.in (cross): New target. + +Thu Sep 18 21:43:23 1997 Alexandre Oliva + Jeff Law + + * Makefile.in (bootstrap2, bootstrap3): New targets. + (all-bootstrap): Remove outdated and confusing target. + (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down. + Thu Sep 18 15:37:42 1997 Andrew Cagney * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for windows. Consistent with gdb/configure. -end-sanitize-gdbtk + 1997-09-15 02:37 Ulrich Drepper * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is @@ -649,6 +1392,21 @@ Fri Sep 12 16:19:20 1997 Geoffrey Noer * configure.in: remove bison from noconfigdirs for Cygwin32 host +Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu) + + * Makefile.in (local-distclean): Also remove mh-frag mt-frag. + + * configure.in (skipdirs): Add target-librx for Linux. + (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic. + +Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (bootstrap): New target. + +Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com) + + * config.sub: Accept 'amigados' for backward compatability. + Mon Sep 8 20:46:20 1997 Ian Lance Taylor * config.guess: Merge with FSF. @@ -657,25 +1415,27 @@ Sun Sep 7 15:55:28 1997 Gavin Koch * config.sub: Add "marketing-names" patch. -start-sanitize-tx19 - * config.sub: Add tx19/r1900. - -end-sanitize-tx19 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com) * configure.in (*-*-rtems*): Do not build libgloss for rtems. -start-sanitize-ide -Wed Sep 3 19:38:01 1997 Ian Lance Taylor +Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com) - * Makefile.in (GDB_TK): Add all-libide. + * config.sub: Handle v850-elf. -end-sanitize-ide Wed Sep 3 12:15:24 1997 Chris Provenzano * ltconfig: Set CONFIG_SHELL in libtool. * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh +Mon Sep 1 16:45:44 1997 Jim Wilson + + * configure.in (target_subdir): Set to libraries if enable_multilib. + +Wed Aug 27 16:15:11 1997 Jim Wilson + + * config.guess: Update from gcc directory. + Tue Aug 26 16:46:46 1997 Andrew Cagney * Makefile.in (all-sim): Depends on all-readline. @@ -690,7 +1450,6 @@ Tue Aug 19 01:41:32 1997 Jason Merrill * Makefile.in (BISON): Add -L flag. (YACC): Likewise. -start-sanitize-v850e Mon Aug 18 11:30:50 1997 Nick Clifton * configure.in (noconfigdirs): Add support for v850e target. @@ -703,17 +1462,10 @@ Mon Aug 18 11:30:50 1997 Nick Clifton * config.sub (maybe_os): Add support for v850ea target. -end-sanitize-v850e Mon Aug 18 09:24:06 1997 Gavin Koch * config.sub: Add mipstx39. Delete r3900. -start-sanitize-ide -Mon Aug 18 19:12:51 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) - - * Makefile.in (all-vmake): Depends on all-tix. - -end-sanitize-ide Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) * Makefile.in (all-autoconf): Depends on all-texinfo. @@ -731,10 +1483,6 @@ Thu Aug 14 14:42:17 1997 Ian Lance Taylor BISON. Just set BISON to bison. When setting YACC, prefer bison. * Makefile.in (all-bison): Depend upon all-texinfo. -start-sanitize-ide - * Makefile.in (all-vmake): Depend upon all-tix. - -end-sanitize-ide Tue Aug 12 20:09:48 1997 Jason Merrill * Makefile.in (BISON): bison, not byacc or bison -y. @@ -747,12 +1495,6 @@ Tue Aug 12 22:33:08 1997 Ian Lance Taylor * configure: If OSTYPE matches *win32*, try to find a good value for CONFIG_SHELL. -start-sanitize-ide -Mon Aug 11 13:49:46 1997 Ian Lance Taylor - - * Makefile.in, configure.in: Handle jstools like vmake. - -end-sanitize-ide Sun Aug 10 14:41:11 1997 Ian Lance Taylor * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in @@ -987,25 +1729,12 @@ Thu May 8 17:29:50 1997 Ian Lance Taylor * Makefile.in: Add automake targets. * configure.in (host_tools): Add automake. -start-sanitize-ide -Thu May 8 17:09:12 1997 Ian Lance Taylor - - * Makefile.in (all-libide): Depend upon all-ilu. - -end-sanitize-ide Tue May 6 15:49:52 1997 Ian Lance Taylor * 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 - - * Makefile.in: Add ILU targets. - * configure.in (host_tools): Add ILU. - -end-sanitize-ide Thu May 1 10:11:43 1997 Geoffrey Noer * install-sh: try appending a .exe if source file doesn't @@ -1018,12 +1747,6 @@ Wed Apr 30 12:05:36 1997 Jason Merrill * Makefile.in (all-gcc): Don't depend on libiberty. -start-sanitize-ide -Tue Apr 29 11:26:36 1997 Tom Tromey - - * configure.in (host_tools): Added vmake. - -end-sanitize-ide Mon Apr 28 18:39:45 1997 Michael Snyder * config.guess: improve algorithm for recognizing Gnu Hurd x86. @@ -1048,20 +1771,6 @@ Mon Apr 21 13:33:39 1997 Tom Tromey (CLEAN_MODULES): Added clean-gnuserv. (all-gnuserv): New target. -start-sanitize-ide -Fri Apr 18 18:10:44 1997 Tom Tromey - - * 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 * config.guess: Fixes for MIPS OpenBSD systems. @@ -1107,13 +1816,11 @@ Mon Mar 31 16:26:55 1997 Joel Sherrill * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*. -start-sanitize-tic80 Sun Mar 30 12:38:27 1997 Fred Fish * 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 * configure: Set cache_file to config.cache. @@ -1123,13 +1830,11 @@ Wed Mar 26 18:49:39 1997 Ian Lance Taylor * COPYING: Update FSF address. -start-sanitize-tic80 Wed Mar 26 10:38:25 1997 Michael Meissner * configure.in (tic80-*-*): Remove G++ libraries and libgloss from noconfigdirs. -end-sanitize-tic80 Mon Mar 24 15:02:39 1997 Ian Lance Taylor * Makefile.in (install-dirs): Don't crash if prefix, and hence @@ -1166,12 +1871,10 @@ Wed Mar 5 12:09:29 1997 Martin * configure.in (noconfigdirs): Remove tcl and tk from noconfigdirs for cygwin32 builds. -start-sanitize-tic80 Fri Feb 28 18:20:15 1997 Fred Fish * configure.in (tic80-*-*): Remove ld from noconfigdirs. -end-sanitize-tic80 Thu Feb 27 14:57:26 1997 Ken Raeburn * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove @@ -1181,55 +1884,28 @@ Tue Feb 25 18:46:14 1997 Stan Shebs * config.sub: Accept -lnews*. -start-sanitize-d30v Tue Feb 25 13:19:14 1997 Andrew Cagney * 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 - - * 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 * configure.in (noconfigdirs): Enable ld for d30v. -end-sanitize-d30v -start-sanitize-tic80 Fri Feb 21 20:58:51 1997 Michael Meissner * configure.in (tic80-*-*): Build compiler. -end-sanitize-tic80 -start-sanitize-d30v Sun Feb 16 15:41:09 1997 Andrew Cagney * 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 * config.sub, configure.in: Add d30v target cpu. -end-sanitize-d30v Thu Feb 13 22:04:44 1997 Klaus Kaempf * makefile.vms: New file. @@ -1239,12 +1915,6 @@ Wed Feb 12 12:54:18 1997 Jim Wilson * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS. -start-sanitize-r5900 -Fri Feb 7 16:39:29 1997 Gavin Koch - - * config.sub, configure.in: add r5900 - -end-sanitize-r5900 Sat Feb 8 20:36:49 1997 Michael Meissner * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl. @@ -1275,12 +1945,10 @@ Fri Jan 17 15:32:15 1997 Doug Evans * Makefile.in (all-target-winsup): Depend on all-target-libio. -start-sanitize-tic80 Mon Jan 13 22:46:54 1997 Michael Meissner * configure.in (tic80-*-*): Turn off most targets right now. -end-sanitize-tic80 Fri Jan 3 16:04:03 1997 Ian Lance Taylor * Makefile.in (MAKEINFO): Check for the existence of the Makefile, @@ -1293,12 +1961,10 @@ Tue Dec 31 16:00:31 1996 Ian Lance Taylor * config.sub, config.guess: Merge with latest FSF sources. -start-sanitize-tic80 Fri Dec 27 23:04:33 1996 Fred Fish * config.sub (case $basic_machine): Add tic80 entries. -end-sanitize-tic80 Fri Dec 27 12:07:59 1996 Ian Lance Taylor * config.sub, config.guess: Merge with latest FSF sources. @@ -1346,10 +2012,6 @@ Sat Nov 23 19:26:22 1996 Michael Meissner * config.sub: Handle d10v-unknown. -Sat Nov 23 14:23:01 1996 Gavin Koch - - * gcc/depragmaize.c: Handle MSDOS's (non-unix) text files. - Sat Nov 23 10:23:01 1996 Gavin Koch * config.sub: Handle v850-unknown. @@ -1801,9 +2463,7 @@ Mon Jun 17 16:34:46 1996 Jason Merrill Sat Jun 15 17:13:25 1996 Geoffrey Noer -start-sanitize-gdbtk * configure: enable_gdbtk=no for cygwin32-hosted toolchains -end-sanitize-gdbtk * configure.in: remove make from disable-if-Can-Cross list enable gdb if ${host} and ${target} are cygwin32 @@ -2196,14 +2856,12 @@ Fri Jan 12 15:25:35 1996 Ian Lance Taylor * configure.in: Make sure that ${CC} can be used to compile an executable. -start-sanitize-gdbtk Sat Jan 6 07:23:33 1996 Michael Meissner * Makefile.in (all-gdb): Depend on $(GDB_TK). * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or nothing depending on whether gdbtk is being built. -end-sanitize-gdbtk Wed Jan 3 17:54:41 1996 Doug Evans * Makefile.in (newlib.tar.gz): Delete building of newlib's info files. @@ -2801,13 +3459,11 @@ Mon Aug 7 09:21:35 1995 Doug Evans * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu). (i386-win32 host): Likewise. Don't build readline. -start-sanitize-gdbtk Sat Aug 5 09:51:49 1995 Fred Fish * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of SUPPORT_FILES to submakes. -end-sanitize-gdbtk Fri Aug 4 13:04:36 1995 Fred Fish * Makefile.in (GDB_SUPPORT_DIRS): Add utils. @@ -2986,13 +3642,11 @@ Tue Apr 11 18:55:40 1995 Doug Evans * configure.in: Recognize --with-newlib. (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target. -start-sanitize-gdbtk Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com) - * Makefile.in: move {all,check,install}-gdb from *_MODULES + * Makefile.in: move {all,check,install}-gdb from *_MODULES to *_X11_MODULES due to gdbtk needing X include files et al. -end-sanitize-gdbtk Mon Apr 10 11:42:22 1995 Stan Shebs Merge in support for Mac MPW as a host.