X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=ec81736f0023794cbdfd8420d1a4ec9a86fdde66;hb=e0c216497193db832f45788426cce93937a28b8d;hp=d3f308824cf5901c70b7fc0d68fde03680fd4d03;hpb=96ce09a7cfce0a80ec6b13265a30eb6fd5ecdb52;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index d3f308824c..ec81736f00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,272 @@ +2000-08-22 Alexandre Oliva + + * config-ml.in (CC, CXX): Avoid trailing whitespace. + (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to + sub-configures. + +2000-08-20 Doug Evans + + * Makefile.in (ALL_MODULES): Add all-cgen. + (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. + (all-cgen): New target. + (all-opcodes,all-sim): Depend on all-cgen. + * configure.in (host_tools): Add cgen. + Only configure cgen if --enable-cgen-maint. + +2000-08-17 Alexandre Oliva + + * config-ml.in (CC, CXX): Don't introduce a leading space. + +2000-08-16 Alexandre Oliva + + * configure.in (libstdcxx_flags): Use + libstdc++-v3/src/libstdc++.INC. + +2000-08-15 Alexandre Oliva + + * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES. + +2000-08-11 Jason Merrill + + * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, + CXX_FOR_TARGET): Add -B$$r/gcc/ here. + (FLAGS_FOR_TARGET): Not here. + (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages. + +2000-08-07 DJ Delorie + + * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean + "if we're also building gcc, and it's a gcc that will run on the + build machine, we want to use its includes instead of the system's + default includes". + +2000-08-03 Alexandre Oliva + + * configure.in (libstdcxx_flags): Don't use `"'. + + * config-ml.in: Adjust multilib search paths to the + appropriate multilib tree. + +2000-08-02 Alexandre Oliva + + * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to + commas in $LANGUAGES. + +2000-08-01 Alexandre Oliva + + * configure.in (qCXX_FOR_TARGET): Use echo instead of expr. + +2000-07-31 Alexandre Oliva + + * configure.in (qCXX_FOR_TARGET): Quote `&' characters in + CXX_FOR_TARGET for sed. + +2000-07-30 Alexandre Oliva + + * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): + Do not override if already set in the environment or in configure. + Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. + (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses. + +2000-07-27 Alexandre Oliva + + * Makefile.in (FLAGS_FOR_TARGET): New macro. + (GCC_FOR_TARGET): Use it. + (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... + * configure.in: ... here. + (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. + (libstdcxx_flags): Define and append to CXX_FOR_TARGET. + +2000-07-24 Alexandre Oliva + + * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC). + (configure-target-libchill, configure-target-libobjc): Likewise. + + * configure.in: Use the same cache file for all target libs. + * config-ml.in: But different cache files per multilib variant. + +2000-07-23 Michael Sokolov + + * configure (topsrcdir): Don't use dirname. + +2000-07-20 Jason Merrill + + * configure.in: Remove all references to libg++ and librx. + + * configure, configure.in, Makefile.in: Unify gcc and binutils. + +2000-07-20 Hans-Peter Nilsson + + * config.sub: Update to subversions version 2000-07-06. + +2000-07-12 Andrew Haley + + * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts. + (target_makefile_frag): Use mt-ia64pic on IA-64 targets. + +2000-07-07 Phil Edwards + + * symlink-tree: Check number of arguments. + +Thu Jul 6 15:36:55 2000 Andrew Cagney + + * texinfo/texinfo.tex: Update to version 2000-05-28.15. + +2000-07-05 Jim Wilson + + * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library + search path for a g++ extracted from the build tree. This + will allow link tests run by configure scripts in + subdirectories to succeed. + +2000-07-01 Koundinya K + + * ltconfig: Add support for mips-dde-sysv4.2MP + +2000-06-28 Corinna Vinschen + + * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or + `os2'. Force ac_cv_exeext to be ".exe" in that case. + +2000-06-19 Timothy Wall + + * configure.in (noconfigdirs): Set noconfigdirs for tic54x target. + * config.sub: Add tic54x target. + +2000-06-07 Phillip Thomas + + * README-maintainer-mode: New file: Contains notes on using + --enable-maintainer-mode with binutils. + +Mon May 29 13:50:03 2000 Andrew Cagney + + * texinfo/texinfo.tex: Update. Version from makeinfo 4.0. + +Tue May 30 19:01:12 2000 Andrew Cagney + + * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000. + * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000 + +20000-05-21 H.J. Lu (hjl@gnu.org) + + * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc + directory are used if they exist. Make sure + $(build_tooldir)/include is searched for header files, + $(build_tooldir)/lib/ for library files. + (GCC_FOR_TARGET): Likewise. + (CXX_FOR_TARGET): Likewise. + +Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com) + + * configure.in (hppa*64*-*-*): Do build ld for this configuration. + +Wed May 17 16:03:48 2000 Alexandre Oliva + + * Makefile.in (configure-target-libiberty): Depend on + configure-target-newlib. + +2000-05-16 Alexandre Oliva + + * configure.in, Makefile.in: Merge all libffi-related + configury stuff from the libgcj tree. + +Tue May 16 10:06:21 2000 Andrew Cagney + + Thu Apr 27 11:01:48 2000 Andrew Cagney : + * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories. + +Tue May 16 09:57:35 2000 Andrew Cagney + + Wed Apr 26 17:03:53 2000 Andrew Cagney : + * Makefile.in (do-djunpack): New target. Update djunpack.bat with + current version information. Add to proto-toplev directory. + (gdb-taz): Build do-djunpack. + +2000-05-15 David Edelsohn + + * configure.in: Special case powerpc*-*-aix* target_makefile_frag. + +2000-05-13 Alexandre Oliva + + * ltmain.sh: Preserve in relink_command any environment + variables that may affect the linker behavior. + +Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com) + + * config.sub (basic_machine): Recognize hppa64 as a valid cpu type. + +Wed May 10 21:26:51 2000 Jim Wilson + + * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs. + +2000-05-08 Eli Zaretskii + + * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst + with the version name. + +2000-05-01 Benjamin Kosnik + + * config.if: Tweak. + +2000-04-23 Eli Zaretskii + + * djunpack.bat: New file. + +Wed Apr 19 12:46:26 2000 Andrew Cagney + + * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2, + gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2, + dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2, + insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make. + +2000-04-16 Dave Pitts + + * config.sub (case $basic_machine): Change default for "ibm-*" + to "openedition". + +Wed Apr 12 16:42:48 2000 Andrew Cagney + + * Makefile.in (gdb-taz): New target. GDB specific archive. + (do-md5sum): New target. + (MD5PROG): Define. + (PACKAGE): Default to TOOL. + (VER): Default to a shell script. + (taz): Rewrite target. Move real work to do-proto-toplev. Include + md5 checksum generation. + (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link. + (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link. + (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, + insight.tar.bz2): Use gdb-taz to create archive. + +Fri Apr 7 18:10:29 2000 Andrew Cagney + + * configure (warn_cflags): Delete. + +2000-04-05 Benjamin Kosnik + Martin v. Loewis + + * configure.in (enable_libstdcxx_v3): Add. + (target_libs): Add bits here to switch between libstdc++-v2 and + libstdc++-v3. + * config.if: And this file too. + * Makefile.in: Add libstdc++-v3 targets. + +2000-04-05 Michael Meissner + + * config.sub (d30v): Add d30v as a basic machine type. + +2000-03-29 Jason Merrill + + * configure.in: -linux-gnu*, not -linux-gnu. + +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 @@ -29,11 +298,73 @@ Thu Feb 24 16:15:56 2000 Andrew Cagney * 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-02-15 Denis Chertykov + + * config.sub: Add support for avr target. + +Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson + + * config.sub: Add mmix-knuth-mmixware. + +2000-01-27 Christopher Faylor + + * Makefile.in (CC_FOR_TARGET): Add new winsup directory + structure stuff to -L library search. + (CXX_FOR_TARGET): Ditto. + (CROSS_CHECK_MODULES): Fix spelling mistake. + +2000-01-24 Mark Mitchell + + * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke + the C++ compiler. + +2000-01-12 Richard Henderson + + * configure.in: Don't build some bits for beos. + +2000-01-12 Joel Sherrill (joel@OARcorp.com) + + * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well + as include files. + 2000-01-06 Geoff Keating * configure.in: Use mt-aix43 to handle *_TARGET defs, not mh-aix43. +1999-12-14 Richard Henderson + + * config.guess (alpha-osf, alpha-linux): Detect ev67. + * config.sub: Accept alphaev[78], alphaev8. + +1999-12-03 Alexandre Oliva + + * config.guess, config.sub: Update from autoconf. + +Tue Nov 23 00:57:41 1999 Rainer Orth + + * config-ml.in (sparc*-*-*): Disable sparcv9 support if the + necessary libraries are missing. + +1999-10-25 Andreas Schwab + + * configure: Fix quoting inside arguments of eval. + +1999-10-21 Nick Clifton + + * config-ml.in: Allow suppression of some ARM multilibs. + +Tue Sep 7 23:33:57 1999 Linas Vepstas + + * config.guess: Add OS/390 match pattern. + * config.sub: Add mvs, openedition targets. + * configure.in (i370-ibm-opened*): New. + 1999-09-04 Steve Chamberlain * config.sub: Add support for configuring for pj. @@ -42,11 +373,16 @@ Thu Feb 24 16:15:56 2000 Andrew Cagney * config.sub (maybe_os): Add support for configuring for fr30. -1999-08-27 Nick Clifton +1999-08-25 Nick Clifton * configure.in: Do not configure or build ld for AIX platforms. ld is known to be broken on these platforms. +Wed Aug 25 01:12:25 1999 Rainer Orth + + * config-ml.in: Pass compiler flag corresponding to multidirs to + subdir configures. + 1999-08-09 Ian Lance Taylor * Makefile.in (LDFLAGS): Define. @@ -67,11 +403,52 @@ Thu Feb 24 16:15:56 2000 Andrew Cagney * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS. +Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com) + + * config.sub (vxworks case): Use os=-vxworks, not os=vxworks. + 1999-07-30 Alan Modra * Makefile.in (check-target-libio): Remove all-target-libstdc++ dependency as this causes "make check" to globally "make all" +Tue Jun 22 23:45:18 1999 Tom Tromey + + * configure.in (target_libs): Added target-zlib. + * Makefile.in (ALL_TARGET_MODULES): Added zlib. + (CONFIGURE_TARGET_MODULES): Likewise. + (CHECK_TARGET_MODULES): Likewise. + (INSTALL_TARGET_MODULES): Likewise. + (CLEAN_TARGET_MODULES): Likewise. + (configure-target-zlib): New target. + (all-target-zlib): Likewise. + (all-target-libjava): Depend on all-target-zlib. + (configure-target-libjava): Depend on configure-target-zlib. + + * Makefile.in (configure-target-libjava): Depend on + configure-target-newlib. + (configure-target-boehm-gc): New target. + (configure-target-qthreads): New target. + + * configure.in (target_libs): Added target-qthreads. + * Makefile.in (ALL_TARGET_MODULES): Added qthreads. + (CONFIGURE_TARGET_MODULES): Likewise. + (CHECK_TARGET_MODULES): Likewise. + (INSTALL_TARGET_MODULES): Likewise. + (CLEAN_TARGET_MODULES): Likewise. + (all-target-qthreads): New target. + (configure-target-libjava): Depend on configure-target-qthreads. + (all-target-libjava): Depend on all-target-qthreads. + + * 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. + 1999-07-22 Ian Lance Taylor * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and @@ -113,9 +490,26 @@ Sun May 30 16:03:16 1999 Cort Dougan * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux. +Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org) + + * config.guess (dummy): Changed to $dummy. + 1999-05-24 Nick Clifton - * config.sub: Updated to match latest EGCS version. + * config.sub: Tidied up case statements. + +1999-05-22 Ben Elliston + + * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake + . + + * config.guess: Merge with FSF version. Future changes will be + more accurately recorded in this ChangeLog. + * config.sub: Likewise. + +Thu May 20 10:00:42 1999 Stephen L Moshier + + * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. 1999-04-30 Tom Tromey @@ -131,11 +525,26 @@ Sun May 30 16:03:16 1999 Cort Dougan (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets. Bad merge removed these two changes. +Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com) + Martin Heller (Ing.-Buero_Heller@t-online.de) + + * config.guess (interix Alpha): Add. + 1999-04-11 Richard Henderson * configure.in (i?86-*-beos*): Do config gperf; don't config gdb, newlib, or libgloss. +Sun Apr 11 23:55:34 1999 Alexandre Oliva + + * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to + link a trivial program with -mabi=64. If it fails, remove mabi=64 + from multidirs. + +Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de) + + * config.sub: Set basic_machine to i586 when target_alias = k6-*. + 1999-04-08 Nick Clifton * config.sub: Add support for mcore targets. @@ -319,17 +728,6 @@ Wed Dec 30 01:13:03 1998 Christopher Faylor * 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. @@ -342,6 +740,17 @@ Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com) * config.sub: Handle hppa2.0. +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. + Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com) * config.guess: Improve detection of hppa2.0 processors. @@ -357,7 +766,6 @@ Fri Dec 4 01:33:05 1998 Niall Smart 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 @@ -405,6 +813,10 @@ Mon Nov 2 15:19:33 1998 Geoffrey Noer cygwin* instead of cygwin32*. * config.sub: Check cygwin* instead of cygwin32*. +Thu Oct 22 10:55:25 1998 Robert Lipe + + * config.guess: Match any version of Unixware7. + 1998-10-20 Syd Polk * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1 @@ -419,10 +831,30 @@ Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com) * Makefile.in (DEVO_SUPPORT): Add config.if. +Tue Oct 13 15:45:36 1998 Manfred Hollstein + + * configure: Add pattern to replace "build_tooldir"'s + definition in the generated Makefile with "tooldir"'s + actual value. + Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com) * config.sub: Bring back lost sparcv9. + * Makefile.in (all-snvavigator): Remove all-flexlm dependency. + +Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to + CC_FOR_TARGET and friends. + +Mon Oct 12 12:09:30 1998 Alexandre Oliva + + * Makefile.in (build_tooldir): New variable, same as tooldir. + (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add + -B$(build_tooldir)/bin/. + (BASE_FLAGS_TO_PASS): Pass build_tooldir down. + Wed Sep 30 22:20:50 1998 Robert Lipe * config.sub: Add support for i[34567]86-pc-udk. @@ -434,9 +866,18 @@ Wed Sep 30 19:23:48 1998 Geoffrey Noer tools module * configure.in: ditto +Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (TARGET_CONFIGDIRS): Add libobjc. + (ALL_TARGET_MODULES): Add all-target-libobjc. + (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. + 1998-09-30 Manfred Hollstein - * configure.in (target_subdir): Remove duplicate line. + * configure.in (target_subdir): Remove duplicate line. Tue Sep 29 22:45:41 1998 Felix Lee @@ -457,7 +898,6 @@ Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com) * 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. @@ -526,12 +966,12 @@ Fri Aug 28 12:28:26 1998 Per Bothner Thu Aug 13 12:49:29 1998 H.J. Lu - * Makefile.in (taz): Try "chmod -R og=u ." before + * 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. + * configure.in: Add arm-elf and thumb-elf support. Mon Jul 27 16:23:58 1998 Doug Evans @@ -698,11 +1138,11 @@ Tue Jun 23 22:42:32 1998 Mark Alexander 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 + * 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 @@ -744,7 +1184,11 @@ Thu May 28 19:31:13 1998 Ian Lance Taylor Sat May 23 23:44:13 1998 Alexandre Oliva * Makefile.in (boostrap2-lean, bootstrap3-lean, - bootstrap4-lean): new targets + bootstrap4-lean): New targets. + +Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com) + + * mpw-* Delete. Not used. Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com) @@ -769,8 +1213,8 @@ Tue May 5 18:02:24 1998 Ian Lance Taylor 1998-04-30 Paul Eggert - * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end; - Solaris `make' causes it to continue to next definition. + * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end; + Solaris `make' causes it to continue to next definition. Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com) @@ -786,7 +1230,7 @@ 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 @@ -817,7 +1261,6 @@ Tue Apr 21 23:06:54 1998 Tom Tromey (all-gprof): Likewise. (all-ld): Likewise. - 1998-04-19 Brendan Kehoe * configure.in (host_tools): Fix typo, lbtool -> libtool. @@ -854,7 +1297,11 @@ Mon Apr 13 15:37:24 1998 Ian Lance Taylor * ltconfig: Add cygwin32 support. * Makefile.in, configure.in: Add libtool as a native only directory - to configure and build. + to configure and build. + +Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (INSTALL_MODULES): Remove texinfo. Wed Apr 8 13:18:56 1998 Philippe De Muyter @@ -882,6 +1329,11 @@ Thu Mar 26 15:00:11 1998 Keith Seitz * configure: Do not disable building gdbtk for cygwin32 hosts. +Wed Mar 25 10:04:18 1998 Nick Clifton + + * configure.in: Add thumb-coff target. + * config.sub: Add thumb-coff target. + Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com) * Makefile.in: Revert yesterday's change. @@ -889,9 +1341,9 @@ Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com) Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com) - * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES, - CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES, - INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup): + * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES, + CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES, + INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup): Remove references to librx and libg++. Tue Mar 24 18:28:12 1998 Eric Mumpower @@ -929,6 +1381,7 @@ Wed Mar 18 09:24:59 1998 Nick Clifton * configure.in: Add Thumb-pe target. Tue Mar 17 16:59:00 1998 Syd Polk + * Makefile.in - changed sn targets to snavigator * configure.in - changed sn targets to snavigator @@ -951,7 +1404,6 @@ Fri Mar 6 00:14:55 1998 Franz Sirl * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1. - Mon Feb 23 15:09:18 1998 Bruno Haible * configure.in: Remove libgloss from noconfigdirs for MN10300. -Fri Feb 20 16:47:24 1998 Tom Tromey - - * configure: Don't let builds be done in source tree. - Thu Feb 19 13:40:41 1998 Ian Lance Taylor * configure.in: Don't build libgui for a cygwin32 target when not on @@ -1031,11 +1479,20 @@ Mon Feb 2 19:38:19 1998 Ian Lance Taylor * config.sub: Add tic30 cases, and map c30 to tic30. +Sun Feb 1 02:40:41 1998 Richard Henderson + + * Makefile.in (TARGET_CONFIGDIRS): Add libf2c. + (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly + (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly + (CLEAN_TARGET_MODULES): Similarly + (all-target-libf2c): Add dependences. + * configure.in (target_libs): Add libf2c. + Fri Jan 30 17:18:32 1998 Geoffrey Noer - * configure.in: Remove expect from noconfigdirs when target - is cygwin32. OK to build expect and dejagnu with Canadian - Cross. + * configure.in: Remove expect from noconfigdirs when target + is cygwin32. OK to build expect and dejagnu with Canadian + Cross. Wed Jan 28 12:58:49 1998 Ian Lance Taylor @@ -1068,7 +1525,7 @@ Sat Jan 24 01:59:45 1998 Manfred Hollstein ${package_makefile_frag} to where it should be according to the comment. -Fri Jan 23 00:30:21 1998 Philip Blundell +Fri Jan 23 00:29:28 1998 Philip Blundell * config.guess: Add support for Linux/ARM. @@ -1093,13 +1550,13 @@ Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org) Fri Jan 16 00:41:37 1998 Alexandre Oliva - * configure.in: check whether host and target makefile - fragments exist before adding them to *_makefile_frag + * configure.in: Check whether host and target makefile + fragments exist before adding them to *_makefile_frag. Wed Jan 14 23:39:10 1998 Bob Manson * configure.in (target_configdirs): Add cygmon for sparc64-elf. - + Wed Jan 14 12:48:07 1998 Keith Seitz * configure.in: Make sure we only replace RPATH_ENVVAR on @@ -1122,7 +1579,7 @@ Sun Jan 4 01:06:55 1998 Mumit Khan * config.sub: Add mingw32 support. * configure.in: Likewise. - * mh-mingw32: New file. + * config/mh-mingw32: New file. Sat Jan 3 12:11:05 1998 Franz Sirl @@ -1139,17 +1596,20 @@ Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com) * config.guess: Sync with egcs. Picks up new alpha support, BeOS & some additional linux support. -Tue Dec 23 12:45:50 1997 Jeffrey A Law (law@cygnus.com) +Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com) * config.guess: HP 9000/803 is a PA1.1 machine. +Mon Dec 22 02:39:24 1997 Richard Henderson + + * configure.in: It's alpha*-... Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu) - * configure.in (host_makefile_frag, target_makefile_frag): - Handle multiple config files. - (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and - alpha-*-*. + * configure.in (host_makefile_frag, target_makefile_frag): + Handle multiple config files. + (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and + alpha-*-*. Thu Dec 18 13:13:03 1997 Doug Evans @@ -1321,10 +1781,10 @@ Wed Sep 24 15:18:32 1997 Ian Lance Taylor Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com) -* Makefile.in (cross): New target. + * Makefile.in (cross): New target. Thu Sep 18 21:43:23 1997 Alexandre Oliva - Jeff Law + Jeff Law * Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. @@ -1335,7 +1795,6 @@ Thu Sep 18 15:37:42 1997 Andrew Cagney * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for windows. Consistent with gdb/configure. - 1997-09-15 02:37 Ulrich Drepper * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is @@ -1354,7 +1813,7 @@ Sun Sep 14 20:53:42 1997 Geoffrey Noer * config/mh-cygwin32: ok to build split texinfo files 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) @@ -1376,6 +1835,10 @@ Mon Sep 8 20:46:20 1997 Ian Lance Taylor * config.guess: Merge with FSF. +Sun Sep 7 23:18:32 1997 Fred Fish + + * config.sub: Change 'amigados' to 'amigaos' to match current usage. + Sun Sep 7 15:55:28 1997 Gavin Koch * config.sub: Add "marketing-names" patch. @@ -1388,6 +1851,10 @@ Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com) * config.sub: Handle v850-elf. +Wed Sep 3 22:01:58 1997 Fred Fish + + * .cvsignore (*-install): Remove. + Wed Sep 3 12:15:24 1997 Chris Provenzano * ltconfig: Set CONFIG_SHELL in libtool. @@ -1666,7 +2133,7 @@ Thu Jun 12 21:12:28 1997 Bob Manson Fri Jun 6 21:38:40 1997 Rob Savoye - * configure: Use '|' instead of ":" as the seperator in + * configure: Use '|' instead of ":" as the separator in sed. Otherwise sed chokes on NT path names with drive designators. Also look for "?:*" as the leading characters in an absolute pathname. @@ -2218,10 +2685,26 @@ Mon Sep 16 17:00:52 1996 Ian Lance Taylor * configure.in: Use a single line for host_tools and native_only. +Tue Sep 16 09:55:07 1997 Andrew Cagney + + * Makefile.in (install-itcl): Install tcl first. + +Sun Sep 14 20:53:42 1997 Geoffrey Noer + + * config/mh-cygwin32: ok to build split texinfo files + +Fri Sep 12 16:19:20 1997 Geoffrey Noer + + * configure.in: remove bison from noconfigdirs for Cygwin32 host + Mon Sep 9 12:21:30 1996 Doug Evans * config.sub, configure.in: Add entries for m32r. +Mon Sep 8 20:46:20 1997 Ian Lance Taylor + + * config.guess: Merge with FSF. + Thu Sep 5 13:52:47 1996 Tom Tromey * Makefile.in (inet-install): Don't run install-gzip. @@ -4804,6 +5287,10 @@ Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com) * config.sub: Accept linux*coff and linux*elf as operating systems. +Tue Oct 7 14:24:41 1997 Ian Lance Taylor + + * ltmain.sh: Handle symlinks in generated script. + Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * config.sub: Recognize mips64, and mips3 as an alias for it. @@ -4825,14 +5312,30 @@ Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) * configure.in: default to '--with-gnu-as' and '--with-gnu-ld' if gas and ld are in the source tree and are in ${configdirs}. If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the - the --with options (but still pass them down on the command line, + --with options (but still pass them down on the command line, if they were explicitly specified). +Wed Oct 1 13:11:27 1997 Ian Lance Taylor + + * configure: Handle autoconf style directory options: --bindir, + --datadir, --includedir, --infodir, --libdir, --libexecdir, + --mandir, --oldincludedir, --sbindir, --sharedstatedir, + --sysconfdir. + * Makefile.in (sbindir, libexecdir, sysconfdir): New variables. + (sharedstatedir, localstatedir, oldincludedir): New variables. + (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir, + infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir, + sbindir, sharedstatedir, and sysconfdir. + Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) * configure: substitute SHELL value in Makefile.in with ${CONFIG_SHELL} +Wed Sep 24 15:18:32 1997 Ian Lance Taylor + + * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh. + Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * configure.in: Build gas, ld, and binutils for *-*-sysv4* and