X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=3f0a10dba0cf43b4e78efa24369f5877e6548e3d;hb=b22ad7a77634debda60fe2ba2b237104a1aa7211;hp=55793fe4f71af2dd960aca3e4271994aa32eabaf;hpb=9e28a1edadfadbdefd6cfd3703de8d8b8a19e6a7;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 55793fe4f7..3f0a10dba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,500 @@ +2002-03-16 Alexandre Oliva + + * ltmain.sh (relink_command): Fix typo in previous change. + +2002-03-15 Alexandre Oliva + + * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it. + (relink_command): Added --tag flags. + (mode=install): If relinking fails; error out. + +2002-03-12 Richard Henderson + + * Makefile.in (NOTPARALLEL): New. Use it instead of explicit + .NOTPARALLEL tag. + (do-check): Rename from check. + (check): Allow parallel check. + +2002-03-11 Richard Henderson + + * Makefile.in (.NOTPARALLEL): Add fake tag. + +2002-03-07 H.J. Lu (hjl@gnu.org) + + * configure.in: Enable gprof for mips*-*-linux*. + +2002-02-28 Alexandre Oliva + + * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for + libjava. + (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava. + +2002-02-24 Andrew Cagney + + * texinfo/texinfo.tex: Update to version 2002-02-14.08. + +2002-02-23 Daniel Jacobowitz + + * config.guess: Import from master sources, rev 1.232. + * config.sub: Import from master sources, rev 1.246. + +2002-02-23 Alexandre Oliva + + * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just + because its Makefile is there; test for the executable instead. + +2002-02-09 Alexandre Oliva + + Contribute sh64-elf. + 2000-12-01 Alexandre Oliva + * configure.in: Added sh64-*-*. + +2002-02-04 Jeff Johnston + + * COPYING.NEWLIB: Remove advertising clause from + Berkeley and Red Hat licenses. + +2002-02-01 Mo DeJong + + * Makefile.in: Add all-tix to deps for all-snavigator + so that tix is built when building snavigator. + +2002-02-01 Ben Elliston + + * config.guess: Import from master sources, rev 1.229. + * config.sub: Import from master sources, rev 1.240. + +2002-01-27 Daniel Jacobowitz + + From Steve Ellcey : + * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. + (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, + lt_cv_file_magic_test_file): Set to appropriate values for HP-UX + IA64. + * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. + * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, + soname_spec, sys_lib_search_path_spec): Ditto. + +2002-01-26 Jason Thorpe + + * configure.in (*-*-netbsd*): New. Skip target-newlib, + target-libiberty, and target-libgloss. Skip Java-related + libraries if not supported for NetBSD on target CPU. + +2002-01-23 Nick Clifton + + * configure.in: Import StrongARM and XScale target_configdirs from + FSF GCC version. + +2002-01-16 H.J. Lu (hjl@gnu.org) + + * config.guess: Import from master sources, rev 1.225. + * config.sub: Import from master sources, rev 1.238. + + * MAINTAINERS: Updated notes on config.guess and config.sub. + +2002-01-11 Steve Ellcey + + * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, + ld and gdb are not supported. + +2002-01-07 Jeff Johnston + + * Change reference to Cygnus Solutions to be Red Hat. + +2002-01-07 Jeff Johnston + + * COPYING.NEWLIB: Update generic copyright date. + +2002-01-07 Mark Salter + + * configure.in: Remove target-bsp and target-cygmon from arm builds. + Allow target-libgloss to be built for arm, strongarm, and xscale. + +2002-01-03 Ben Elliston + + * MAINTAINERS: Update URL for config.* scripts. + +2001-12-18 Alan Modra + + * config.sub: Import latest version. + * config.guess: Likewise. + +2001-12-13 Thomas Fitzsimmons + + * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem + options for i[3456]86-pc-linux* native builds. + +2001-12-05 Laurent Guerby + + * MAINTAINERS: gcc adopts symlink-tree, refer more to + libiberty. + + Import this patch from gcc: + + 2000-12-09 Laurynas Biveinis + + * symlink-tree: handle DOS-style absolute paths. + +2001-11-28 DJ Delorie + Zack Weinberg + + When build != host, create libiberty for the build machine. + + * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace + CONFIG_ARGUMENTS. + (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): + New variables. + (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables + and rules. + (all.normal): Depend on ALL_BUILD_MODULES. + (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. + (all-build-libiberty): Depend on configure-build-libiberty. + + * configure: Calculate and substitute proper value for + ALL_BUILD_MODULES. + * configure.in: Create the build subdirectory. + Calculate and substitute TARGET_CONFIGARGS (formerly + CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new). + +2001-11-26 Geoffrey Keating + + * config.sub: Update to version 1.232 on subversion. + +2001-11-20 Nick Clifton + + * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo + files from .po files for a distribution. + +2001-11-19 Hans-Peter Nilsson + + * COPYING.NEWLIB: Mention preserved notice in specific parts. + +2001-11-13 Jeff Holcomb + + Merged from net gcc: + 2001-07-30 Jeff Sturm + * ltcf-c.sh: Use $objext, not $ac_objext. + 2001-07-27 Mark Kettenis + * ltcf-cxx.sh: Add support for GNU. + 2001-07-22 Timothy Wall + * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve + default settings if using GNU tools with that configuration. + * ltcf-cxx.sh: Ditto. + * ltcf-gcj.sh: Ditto. + 2001-07-21 Michael Chastain + * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some + HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. + * ltmain.sh: Mark as gcc-local. + +2001-11-13 Jeff Holcomb + + * Makefile.in (all-bison): Revert 2001-10-24. + Don't depend on texinfo. + +2001-11-12 Hans-Peter Nilsson + + * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work. + +2001-11-08 Phil Edwards + + * configure.in (--enable-languages): Be more permissive about + syntax. Check for empty lists better. Warn about $LANGUAGES. + +2001-11-06 Hans-Peter Nilsson + + * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0. + +2001-10-24 Jeff Holcomb + + Makefile.in (all-bison): Don't depend on texinfo. + +2001-10-03 Alan Modra + + * gettext.m4: Test po/POTFILES.in exists before trying to read. + +2001-09-29 Alexandre Oliva + + * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX). + +2001-09-28 Hans-Peter Nilsson + + * config.sub, config.guess: Import latest from subversions. + +2001-09-21 Alexandre Oliva + + * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, + DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, + RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to + avoid quotes nesting problems. + (NATIVE_CHECK_MODULES): Ditto, just for consistency. + (DO_X): Export only variables that are set. + +2001-09-19 Ben Elliston + + * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on + Solaris when testing for the /usr/ucb/cc compiler; it has incorrect + semantics. Use the shell built-in "type" command instead. + +2001-09-15 Thiemo Seufer + + * config.sub: Reverted the earlier change, this version is not the + master file. + +2001-09-14 Thiemo Seufer + + * config.sub: Change machine triplets from mipsel*-* to mips*el-*. + Add support for mips64. + +2001-09-03 Jeff Holcomb + + * configure.in: Enable libstdc++-v3 for h8300 targets. + +2001-08-30 Eric Christopher + Jason Eckhardt + + * config.sub: Add support for mipsisa32. + +2001-08-30 Eric Christopher + + * config.sub, config.guess: Import latest from subversions. + +2001-08-20 Alan Modra + + * config.sub, config.guess: Import latest from subversions. + +2001-07-26 DJ Delorie + + * MAINTAINERS: Clarify libiberty merge rules and procedures. + +2001-06-19 Alan Modra + + * Makefile.in: Revert 2001-06-17. + (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/. + +2001-06-17 H.J. Lu + + * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. + (gas+binutils.tar.bz2): Likewise. + (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make. + +Fri Jun 8 11:14:02 2001 Andrew Cagney + + * Makefile.in (VER): When present, extract the version number from + the file version.in. + +2001-06-08 Alexandre Oliva , Jeff Sturm + + * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If + gcc/xgcc is built, use -print-prog-name to find out the program + name to use. + +2001-06-04 Mark Mitchell + + * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris, + with_gcc]: Use `gcc -shared' to build a shared library. + +2001-06-04 John David Anglin + + * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared + archives. + +2001-05-28 Simon Patarin + + * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared + libraries when using g++ with native linker. + +2001-05-28 Alexandre Oliva + + * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256. + +2001-05-24 Tom Rix + + * configure.in : enable ld for aix + +2001-05-22 Alexandre Oliva + + * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) + [aix4*|aix5*]: Prepend blank. + +2001-05-20 Alexandre Oliva + + * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, + ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number + of subdir/configure scripts to use the new libtool.m4. + +2001-05-14 H.J. Lu + + * config.if (libc_interface): Set to -libc6.2- for cross + compiling to Linux/glibc 2.2. + +2001-05-03 Alexandre Oliva + + * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable + libgcj. + +2001-04-26 Alexandre Oliva + + * configure.in (noconfigdirs): Don't reset it from scratch in the + target case; only append to it. + +2001-04-26 Alexandre Oliva + + * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*, + sparc-*-solaris2.8]: Disable ${libgcj}. + +2001-04-25 Alexandre Oliva + + * configure.in (libgcj_saved): Copy from $libgcj. + (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is + --disable-libgcj. + +2001-04-20 Alexandre Oliva + + * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a + 1.641.2.228. + +2001-04-12 Alexandre Oliva + + * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, + ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226. + +2001-04-01 Alexandre Oliva + + * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): + New macros. + (bootstrap, cross): Use RECURSE_FLAGS. + * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. + +2001-03-27 Alexandre Oliva + + * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3. + +2001-03-23 Nick Clifton + + * README-maintainer-mode: Add note about inability to use "make + distclean" in maintainer mode. + +2001-03-22 Alexandre Oliva + + Re-installed: + 2001-01-02 Laurynas Biveinis + * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add + '-DPIC' to ac_cv_prog_cc_pic for DJGPP. + * ltcf-cxx.sh: Likewise. + * ltcf-gcj.sh: Likewise. + +2001-03-22 Philip Blundell + + * config.sub, config.guess: Import latest from subversions. + +2001-03-22 Alexandre Oliva + + * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, + ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198. + +2001-03-20 Michael Chastain + + * Makefile.in: all-m4 depends on all-texinfo. + +2001-03-08 Alexandre Oliva + + * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. + +2001-02-22 Jeff Johnston + + * COPYING.NEWLIB: Remove DJ Delorie's address because it is no + longer valid. + +2001-02-16 Nick Clifton + + * configure.in (noconfigdirs): Allow configuration of texinfo + for Cygwin hosts. + +2001-02-09 Martin Schwidefsky + + * config.guess: Add linux target for S/390. + * config.sub: Likewise. + * configure.in: Likewise. + +2001-02-06 Ben Elliston + + * configure: Output host type to stdout, not stderr. + +2001-02-04 Michael Sokolov + + * config.guess: Import from subversions.gnu.org (revision 1.181). + * config.sub: Import from subversions.gnu.org (revision 1.199). + +2001-01-30 Alan Modra + + * config.guess: Handle hppa64-linux systems. + +2001-01-27 Michael Sokolov + + * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works): + Don't unset, it's non-portable and no longer necessary, set to empty + instead. + +2001-01-27 Michael Sokolov , Alexandre Oliva + + * ltconfig: Shell portability fix for the tagname validity check. + +2001-01-27 Michael Sokolov + + * ltcf-cxx.sh: Use parentheses around eval $ac_compile. + +2001-01-27 Alexandre Oliva + + * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types. + * ltcf-cxx.sh, ltcf-gcj.sh: Likewise. + +2001-01-24 Alexandre Oliva + + * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we + keep at least one of build_libtool_libs or build_old_libs set to + yes. + +2001-01-24 Alexandre Oliva + + * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'. + * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on. + +2000-11-07 Philip Blundell + + * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. + +2000-11-03 Philip Blundell + + * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info + files. + +2001-01-15 Jeff Johnston + + * COPYING.NEWLIB: Put into source repository. + +2001-01-15 Ben Elliston + + * configure.in (host_tools): Add sid. + Always configure cgen. + * Makefile.in (all-sid): New target. + (check-sid, clean-sid, install-sid): Likewise. + +2001-01-07 Andreas Jaeger + + * config.sub, config.guess: Update from subversions. + +2000-12-12 Alexandre Oliva + + * configure.in: Disable language-specific target libraries for + languages that aren't enabled. + +2000-11-24 Nick Clifton + + * configure.in (xscale-elf): Add target. + (xscale-coff): Add target. + (c4x, c5x, tic54x): Move after ARM targets. + 2000-11-23 Alexandre Oliva * ltcf-gcj.sh: Added file, required by 2000-11-18 merge. @@ -14,12 +511,12 @@ or C++ library to have already been built to work properly. (do_proto_toplev): Set them to an empty string. -Sat Nov 18 18:57:50 2000 Alexandre Oliva +2000-11-18 Alexandre Oliva * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. (REALLY_SET_LIB_PATH): Use them. -Mon Nov 6 14:19:35 2000 Christopher Faylor +2000-11-06 Christopher Faylor * config.sub: Add support for Sun Chorus @@ -29,8 +526,8 @@ Mon Nov 6 14:19:35 2000 Christopher Faylor 2000-10-30 Stephane Carrez - * configure.in (noconfigdirs): Don't compile some - of the libraries for 68HC11 & 68hc12 targets. + * configure.in (noconfigdirs): Don't compile some + of the libraries for 68HC11 & 68hc12 targets. 2000-09-30 Alexandre Oliva @@ -180,7 +677,7 @@ Mon Nov 6 14:19:35 2000 Christopher Faylor * symlink-tree: Check number of arguments. -Thu Jul 6 15:36:55 2000 Andrew Cagney +2000-06-06 Andrew Cagney * texinfo/texinfo.tex: Update to version 2000-05-28.15. @@ -193,8 +690,8 @@ Thu Jul 6 15:36:55 2000 Andrew Cagney 2000-07-01 Koundinya K - * ltconfig: Add support for mips-dde-sysv4.2MP - + * ltconfig: Add support for mips-dde-sysv4.2MP + 2000-06-28 Corinna Vinschen * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or @@ -210,29 +707,29 @@ Thu Jul 6 15:36:55 2000 Andrew Cagney * README-maintainer-mode: New file: Contains notes on using --enable-maintainer-mode with binutils. -Mon May 29 13:50:03 2000 Andrew Cagney +2000-05-29 Andrew Cagney * texinfo/texinfo.tex: Update. Version from makeinfo 4.0. -Tue May 30 19:01:12 2000 Andrew Cagney +2000-05-30 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. + * 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. + (CXX_FOR_TARGET): Likewise. -Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com) +2000-05-18 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 +2000-05-17 Alexandre Oliva * Makefile.in (configure-target-libiberty): Depend on configure-target-newlib. @@ -242,16 +739,16 @@ Wed May 17 16:03:48 2000 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 +2000-05-16 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 +2000-05-16 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. + current version information. Add to proto-toplev directory. (gdb-taz): Build do-djunpack. 2000-05-15 David Edelsohn @@ -263,18 +760,18 @@ Tue May 16 09:57:35 2000 Andrew Cagney * 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) +2000-05-12 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 +2000-05-10 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. + with the version name. 2000-05-01 Benjamin Kosnik @@ -284,19 +781,19 @@ Wed May 10 21:26:51 2000 Jim Wilson * djunpack.bat: New file. -Wed Apr 19 12:46:26 2000 Andrew Cagney +2000-04-19 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. + 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". + * config.sub (case $basic_machine): Change default for "ibm-*" + to "openedition". -Wed Apr 12 16:42:48 2000 Andrew Cagney +2000-04-12 Andrew Cagney * Makefile.in (gdb-taz): New target. GDB specific archive. (do-md5sum): New target. @@ -304,25 +801,25 @@ Wed Apr 12 16:42:48 2000 Andrew Cagney (PACKAGE): Default to TOOL. (VER): Default to a shell script. (taz): Rewrite target. Move real work to do-proto-toplev. Include - md5 checksum generation. + 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. + insight.tar.bz2): Use gdb-taz to create archive. -Fri Apr 7 18:10:29 2000 Andrew Cagney +2000-04-07 Andrew Cagney * configure (warn_cflags): Delete. 2000-04-05 Benjamin Kosnik - Martin v. Loewis + 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. - * 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. @@ -331,13 +828,13 @@ Fri Apr 7 18:10:29 2000 Andrew Cagney * configure.in: -linux-gnu*, not -linux-gnu. -Fri Mar 3 18:44:08 2000 Andrew Cagney +2000-03-03 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. + dejagnu.tar.bz2): New packages. 2000-02-27 Andreas Jaeger @@ -352,10 +849,10 @@ Fri Mar 3 18:44:08 2000 Andrew Cagney * config.sub: Support an OS of "wince". -Thu Feb 24 16:15:56 2000 Andrew Cagney +2000-02-24 Andrew Cagney * config.guess, config.sub: Updated to match config's 2000-02-15 - version. + version. 2000-02-23 Linas Vepstas @@ -379,7 +876,7 @@ Thu Feb 24 16:15:56 2000 Andrew Cagney * config.sub: Add support for avr target. -Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson +2000-02-01 Hans-Peter Nilsson * config.sub: Add mmix-knuth-mmixware. @@ -502,15 +999,15 @@ Tue Jun 22 23:45:18 1999 Tom Tromey (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. + * 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. @@ -558,11 +1055,11 @@ Thu Jul 8 12:32:23 1999 John David Anglin * config.sub: Add mcore target. -Sun May 30 16:03:16 1999 Cort Dougan +1999-05-30 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) +1999-05-25 H.J. Lu (hjl@gnu.org) * config.guess (dummy): Changed to $dummy. @@ -579,7 +1076,7 @@ Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org) more accurately recorded in this ChangeLog. * config.sub: Likewise. -Thu May 20 10:00:42 1999 Stephen L Moshier +1999-05-20 Stephen L Moshier * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. @@ -598,7 +1095,7 @@ Thu May 20 10:00:42 1999 Stephen L Moshier 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) + Martin Heller (Ing.-Buero_Heller@t-online.de) * config.guess (interix Alpha): Add. @@ -607,13 +1104,13 @@ Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com) * configure.in (i?86-*-beos*): Do config gperf; don't config gdb, newlib, or libgloss. -Sun Apr 11 23:55:34 1999 Alexandre Oliva - +1999-04-11 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) +1999-04-10 Philipp Thomas (kthomas@gwdg.de) * config.sub: Set basic_machine to i586 when target_alias = k6-*. @@ -655,7 +1152,7 @@ Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org) 1999-03-21 Ben Elliston - * config.guess: Correct typo for detecting ELF on FreeBSD. + * config.guess: Correct typo for detecting ELF on FreeBSD. Thu Mar 18 00:17:50 1999 Mark Elbrecht @@ -687,13 +1184,13 @@ Wed Mar 10 18:35:07 1999 Jeff Johnston Wed Mar 10 17:39:09 1999 Drew Moseley * configure.in: Added bsp support to arm-*-coff and arm-*-elf - targets. + targets. 1999-03-02 Nick Clifton * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL -Sun Feb 28 02:20:00 1999 Geoffrey Noer +1999-02-28 Geoffrey Noer * config.sub: Check for "cygwin*" rather than "cygwin32*" @@ -701,14 +1198,14 @@ Sun Feb 28 02:20:00 1999 Geoffrey Noer * config.sub: Fix typo in arm recognition. -Wed Feb 24 13:51:40 1999 Drew Moseley +1999-02-24 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 +1999-02-24 Stan Shebs * configure.in (*-*-windows*): Remove, no longer used. * config/mh-windows: Ditto. @@ -718,11 +1215,11 @@ Wed Feb 24 12:52:17 1999 Stan Shebs * config.guess: Automatically recognise ELF on FreeBSD. From Niall Smart and improved by Andrew Cagney. -Thu Feb 18 19:55:09 1999 Marc Espie +1999-02-18 Marc Espie * config.guess: Recognize openbsd-*-hppa. -Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org) +1999-02-17 H.J. Lu (hjl@gnu.org) * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) only if it is not empty. @@ -730,7 +1227,7 @@ Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org) 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. @@ -739,7 +1236,7 @@ Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org) * configure.in: Added target-bsp for sparclite. -Mon Feb 8 14:17:24 1999 Richard Henderson +1999-02-08 Richard Henderson * config.sub: Recognize alphapca5[67] and up to alphaev8. @@ -748,51 +1245,51 @@ Mon Feb 8 14:17:24 1999 Richard Henderson * configure.in: Add support for strongarm port. * config.sub: Add support for strongarm target. -Sun Feb 7 18:01:54 1999 Mumit Khan - +1999-02-07 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 +1999-02-04 Ian Lance Taylor * configure.in: Do build ld for ix86 Solaris. -Tue Feb 2 19:46:40 1999 Jim Wilson +1999-02-02 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. +1999-02-02 Catherine Moore + + * config.sub (oabi): Recognize. + * configure.in (arm-*-oabi): Handle. -Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net) +1999-01-30 Robert Lipe (robertlipe@usa.net) * config.guess: Improve detection of i686 on UnixWare 7. -Sat Jan 30 08:04:00 1999 Mumit Khan +1999-01-30 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 +1999-01-18 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 +1998-12-30 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 +1998-12-30 Christopher Faylor * configure.in: libtermcap.a should be built when cygwin is the target as well as the host. @@ -800,11 +1297,11 @@ Wed Dec 30 01:13:03 1998 Christopher Faylor * Makefile.in: Add libtermcap target. * config/mt-cygwin: New file. libtermcap target info. -Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com) +1998-12-23 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) +1998-12-22 Rodney Brown (rodneybrown@pmsc.com) * config.guess: Use C code to identify more HP machines. @@ -815,7 +1312,7 @@ Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com) 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. + cygmon for all sparclite targets, regardless of object format. 1998-12-15 Mark Salter @@ -852,10 +1349,10 @@ 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 +1998-11-17 Geoffrey Noer - * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that - they include winsup/include when it's a cygwin target. + * 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 @@ -867,25 +1364,25 @@ Tue Nov 17 16:57:51 1998 Geoffrey Noer (INSTALL_MODULES): Added install-zip. (CLEAN_MODULES): Added clean-zip. -Thu Nov 12 17:27:21 1998 Geoffrey Noer +1998-11-12 Geoffrey Noer * Makefile.in: lose "32" from comment about cygwin. -Thu Nov 5 15:00:31 1998 Nick Clifton +1998-11-05 Nick Clifton * configure.in: Use -Os to build target libraries for the fr30. -Wed Nov 4 18:49:43 1998 Dave Brolley +1998-11-04 Dave Brolley * config.sub: Add fr30. -Mon Nov 2 15:19:33 1998 Geoffrey Noer +1998-11-02 Geoffrey Noer - * configure.in: drop "32" from config/mh-cygwin32. Check + * configure.in: drop "32" from config/mh-cygwin32. Check cygwin* instead of cygwin32*. * config.sub: Check cygwin* instead of cygwin32*. -Thu Oct 22 10:55:25 1998 Robert Lipe +1998-10-22 Robert Lipe * config.guess: Match any version of Unixware7. @@ -894,16 +1391,16 @@ Thu Oct 22 10:55:25 1998 Robert Lipe * 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) +1998-10-18 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) +1998-10-14 Jeffrey A Law (law@cygnus.com) * Makefile.in (DEVO_SUPPORT): Add config.if. -Tue Oct 13 15:45:36 1998 Manfred Hollstein +1998-10-13 Manfred Hollstein * configure: Add pattern to replace "build_tooldir"'s definition in the generated Makefile with "tooldir"'s @@ -921,7 +1418,7 @@ Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com) 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/. @@ -946,7 +1443,7 @@ Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com) (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. @@ -1193,7 +1690,7 @@ Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) Wed Jun 24 16:01:59 1998 John Metzler * configure.in (noconfigdirs): Add configure pattern for mips tx39 - cygmon + cygmon Tue Jun 23 22:42:32 1998 Mark Alexander @@ -1286,7 +1783,7 @@ 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. + Solaris `make' causes it to continue to next definition. Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com) @@ -1478,7 +1975,7 @@ Fri Mar 6 00:14:55 1998 Franz Sirl Mon Feb 23 15:09:18 1998 Bruno Haible @@ -1558,7 +2055,7 @@ Sun Feb 1 02:40:41 1998 Richard Henderson (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly (CLEAN_TARGET_MODULES): Similarly (all-target-libf2c): Add dependences. - * configure.in (target_libs): Add libf2c. + * configure.in (target_libs): Add libf2c. Fri Jan 30 17:18:32 1998 Geoffrey Noer @@ -1753,7 +2250,7 @@ Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com) Wed Nov 26 11:53:33 1997 Keith Seitz * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's - 11/18/97 build + 11/18/97 build Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com) @@ -1790,10 +2287,10 @@ Sat Nov 8 14:42:59 1997 Michael Meissner Fri Nov 7 10:34:09 1997 Rob Savoye - * include/libiberty.h: Add extern "C" { so it can be used with C++ - progrms. - * include/remote-sim.h: Add extern "C" { so it can be used with C++ - programs. + * include/libiberty.h: Add extern "C" { so it can be used with C++ + progrms. + * include/remote-sim.h: Add extern "C" { so it can be used with C++ + programs. Thu Oct 30 11:09:29 1997 Michael Meissner @@ -1845,7 +2342,7 @@ Mon Sep 29 00:38:08 1997 Aaron Jackson 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. + sn, and gnuserv from noconfigdirs. Wed Sep 24 15:18:32 1997 Ian Lance Taylor @@ -1865,7 +2362,7 @@ Thu Sep 18 21:43:23 1997 Alexandre Oliva Thu Sep 18 15:37:42 1997 Andrew Cagney * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for - windows. Consistent with gdb/configure. + windows. Consistent with gdb/configure. 1997-09-15 02:37 Ulrich Drepper @@ -1917,7 +2414,7 @@ Sun Sep 7 15:55:28 1997 Gavin Koch Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com) - * configure.in (*-*-rtems*): Do not build libgloss for rtems. + * configure.in (*-*-rtems*): Do not build libgloss for rtems. Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com) @@ -1956,14 +2453,14 @@ Tue Aug 19 01:41:32 1997 Jason Merrill Mon Aug 18 11:30:50 1997 Nick Clifton - * configure.in (noconfigdirs): Add support for v850e target. - + * configure.in (noconfigdirs): Add support for v850e target. + * config.sub (maybe_os): Add support for v850e target. Mon Aug 18 11:30:50 1997 Nick Clifton - * configure.in (noconfigdirs): Add support for v850ea target. - + * configure.in (noconfigdirs): Add support for v850ea target. + * config.sub (maybe_os): Add support for v850ea target. Mon Aug 18 09:24:06 1997 Gavin Koch @@ -1985,7 +2482,7 @@ Thu Aug 14 14:42:17 1997 Ian Lance Taylor * configure: When handling a Canadian Cross, handle YACC as well as BISON. Just set BISON to bison. When setting YACC, prefer bison. - * Makefile.in (all-bison): Depend upon all-texinfo. + * Makefile.in (all-bison): Depend upon all-texinfo. Tue Aug 12 20:09:48 1997 Jason Merrill @@ -2046,13 +2543,13 @@ Tue Aug 5 12:12:44 1997 Andrew Cagney Mon Aug 4 22:59:02 1997 Andrew Cagney * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present, - correctly specify the target build directory $(TARGET_SUBDIR)/winsup - for libraries. + correctly specify the target build directory $(TARGET_SUBDIR)/winsup + for libraries. Mon Aug 4 12:40:24 1997 Jason Merrill * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values - separated by spaces. + separated by spaces. Thu Jul 31 19:49:49 1997 Ian Lance Taylor @@ -2097,7 +2594,7 @@ Tue Jul 15 14:33:03 1997 Brendan Kehoe Mon Jul 14 11:01:15 1997 Martin M. Hunt - * configure (GDB_TK): Needs itcl and tix. + * configure (GDB_TK): Needs itcl and tix. Mon Jul 14 00:32:10 1997 Jason Merrill @@ -2153,7 +2650,7 @@ Wed Jun 25 12:18:54 1997 Brendan Kehoe (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 @@ -2183,7 +2680,7 @@ Mon Jun 16 11:11:10 1997 Ian Lance Taylor $(DEFAULT_YACC). * configure.in: Build itl, db, sn, etc., when building for native - cygwin32. + cygwin32. * Makefile.in (LD): New variable. (EXTRA_HOST_FLAGS): Pass down LD. @@ -2196,7 +2693,7 @@ Mon Jun 16 11:10:35 1997 Philip Blundell Fri Jun 13 10:22:56 1997 Bob Manson * configure.in (targargs): Strip out any supplied --build argument - before adding our own. Always add --build. + before adding our own. Always add --build. Thu Jun 12 21:12:28 1997 Bob Manson @@ -2318,7 +2815,7 @@ Tue Apr 1 16:28:50 1997 Klaus Kaempf Mon Mar 31 16:26:55 1997 Joel Sherrill - * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*. + * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*. Sun Mar 30 12:38:27 1997 Fred Fish @@ -2391,7 +2888,7 @@ Tue Feb 25 18:46:14 1997 Stan Shebs Tue Feb 25 13:19:14 1997 Andrew Cagney * configure.in (noconfigdirs): Disable target-newlib, - target-examples and target-libiberty for d30v. + target-examples and target-libiberty for d30v. Fri Feb 21 17:56:25 1997 Martin M. Hunt @@ -2404,12 +2901,12 @@ Fri Feb 21 20:58:51 1997 Michael Meissner Sun Feb 16 15:41:09 1997 Andrew Cagney * configure.in (d30v-*): Remove sim directory from list of - unsupported d30v directories + unsupported d30v directories Tue Feb 18 17:32:42 1997 Martin M. Hunt - * config.sub, configure.in: Add d30v target cpu. - + * config.sub, configure.in: Add d30v target cpu. + Thu Feb 13 22:04:44 1997 Klaus Kaempf * makefile.vms: New file. @@ -2587,7 +3084,7 @@ Fri Nov 8 11:34:58 1996 David J. MacKenzie LynxOs is not a hardware supplier. * config.guess: Contributions from bug-gnu-utils to add support for: - OpenBSD like NetBSD. + OpenBSD like NetBSD. Stratus systems. More Pyramid systems. i[n>4]86 Intel chips. @@ -2670,11 +3167,11 @@ Wed Oct 9 17:24:59 1996 Per Bothner * config.guess: Merge from FSF. 1996-09-12 Richard Stallman - * config.guess: Use pc instead of unknown, for pc clone systems. - Change linux to linux-gnu. + * config.guess: Use pc instead of unknown, for pc clone systems. + Change linux to linux-gnu. Mon Jul 15 23:51:11 1996 Karl Heuer - * config.guess: Avoid non-portable tr syntax. + * config.guess: Avoid non-portable tr syntax. Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com) @@ -2705,7 +3202,7 @@ Mon Oct 7 10:59:35 1996 Ian Lance Taylor Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com) - * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux + * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux host configuration file. Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com) @@ -2728,7 +3225,7 @@ Wed Oct 2 15:52:36 1996 Klaus Kaempf Tue Oct 1 01:28:41 1996 James G. Smith * configure.in (noconfigdirs): Don't build libgloss for arm-coff - targets. + targets. Mon Sep 30 14:24:01 1996 Stan Shebs @@ -2855,7 +3352,7 @@ Sat Jul 27 15:10:43 1996 Stan Shebs Tue Jul 23 10:47:04 1996 Martin M. Hunt - * configure.in (d10v-*-*): Remove ld from $noconfigdirs. + * configure.in (d10v-*-*): Remove ld from $noconfigdirs. Mon Jul 22 13:28:51 1996 Brendan Kehoe @@ -2948,14 +3445,14 @@ Mon Jun 24 15:01:12 1996 Joel Sherrill Sun Jun 23 22:41:54 1996 Geoffrey Noer - * configure.in: enable dosrel for cygwin32-hosted builds, - remove diff from the list of things not buildable - via Canadian Cross + * configure.in: enable dosrel for cygwin32-hosted builds, + remove diff from the list of things not buildable + via Canadian Cross Sat Jun 22 11:39:01 1996 Jason Merrill * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we - don't get ". ". + don't get ". ". Fri Jun 21 17:24:48 1996 Jim Wilson @@ -3152,8 +3649,8 @@ Thu Mar 28 14:11:11 1996 Tom Tromey Tue Mar 26 21:18:50 1996 Andrew Cagney - * configure (--enable-*): Handle quoted option lists such as - --enable-sim-cflags='-g0 -O' better. + * configure (--enable-*): Handle quoted option lists such as + --enable-sim-cflags='-g0 -O' better. Thu Mar 21 11:53:08 1996 Michael Meissner @@ -3402,7 +3899,7 @@ Fri Dec 29 07:56:11 1995 Michael Meissner * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST, LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are - non-empty, pass them on to the GCC make. + non-empty, pass them on to the GCC make. (all-bootstrap): New rule that is like all-gcc, except it executes the GCC bootstrap rule instead of the GCC all rule. @@ -3482,7 +3979,7 @@ Mon Dec 4 12:38:15 1995 Ian Lance Taylor Thu Nov 30 14:45:25 1995 J.T. Conklin * config/mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler - defaults to K&R mode, but doesn't have varargs.h, so we have to + defaults to K&R mode, but doesn't have varargs.h, so we have to compile in ANSI mode. Thu Nov 30 16:57:33 1995 Per Bothner @@ -3594,15 +4091,15 @@ Mon Nov 13 12:34:20 1995 Stan Shebs * mpw-config.in: Configure grez if targeting Mac. * config.sub: Accept pmac and pmac-mpw as names for PowerMacs, - accept mpw and mac-mpw as names for m68k Macs, change macos7 to - just macos. + accept mpw and mac-mpw as names for m68k Macs, change macos7 to + just macos. * configure.in: Configure grez resource compiler if targeting Mac. * Makefile.in (all-grez, install-grez): New targets. Wed Nov 8 17:33:51 1995 Jason Merrill * configure: CXX defaults to gcc, not g++. If we find - gcc in the path, set CC to gcc -O2. + gcc in the path, set CC to gcc -O2. Tue Nov 7 15:45:17 1995 Ian Lance Taylor @@ -3652,8 +4149,8 @@ Wed Nov 1 12:23:20 1995 Ian Lance Taylor Tue Oct 31 17:52:39 1995 J.T. Conklin * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead - of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 - systems. + of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 + systems. Tue Oct 31 16:57:32 1995 Jim Wilson @@ -3765,7 +4262,7 @@ Wed Oct 18 15:53:56 1995 steve chamberlain * Makefile.in: Build winsup. * configure.in: Winsup is configured when target is win32. Can only build win32 target GDB when native. - + Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com) * config.guess: Recognize HP model 819 machines as having @@ -3815,7 +4312,7 @@ Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com) Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com) - * configure.in (CC): Try to get CC from + * configure.in (CC): Try to get CC from ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}. Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com) @@ -3865,7 +4362,7 @@ Thu Sep 28 21:18:49 1995 Stan Shebs Thu Sep 28 17:39:56 1995 steve chamberlain - * configure.in (host i[345]86-*-win32): Reduce the + * configure.in (host i[345]86-*-win32): Reduce the noconfigdirs again. Wed Sep 27 12:24:00 1995 Ian Lance Taylor @@ -3906,7 +4403,7 @@ Mon Sep 18 23:08:26 1995 J.T. Conklin gdb, ld and opcodes on v810-*-*. Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas - + * config/mh-ncrsvr43: Removed AR_FLAGS Tue Sep 12 18:03:31 1995 Ian Lance Taylor @@ -3931,7 +4428,7 @@ Thu Sep 7 20:03:41 1995 Ken Raeburn Fri Sep 1 08:06:58 1995 James G. Smith * config.sub: recognise mips64vr4300 and mips64vr4300el as valid - targets. + targets. Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com) @@ -4154,7 +4651,7 @@ Fri Apr 14 15:21:17 1995 Doug Evans Wed Apr 12 16:06:01 1995 Jason Merrill * test-build.mk: Enable building of shared libraries on IRIX 5 and - OSF/1. Fix compiler flags. + OSF/1. Fix compiler flags. * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags. Tue Apr 11 18:55:40 1995 Doug Evans @@ -4588,21 +5085,21 @@ Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com) Thu Aug 25 20:28:51 1994 Richard Stallman * config.guess (Pyramid*:OSx*:*:*): New case. - (PATH): Add /.attbin at end for finding uname. - (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions. + (PATH): Add /.attbin at end for finding uname. + (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions. Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no) - * config.guess (M88*:DolphinOS:*:*): New case. + * config.guess (M88*:DolphinOS:*:*): New case. Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com) - * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE - to select whether to use ELF or COFF. + * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE + to select whether to use ELF or COFF. Sun Jul 24 16:20:53 1994 Richard Stallman - * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv. + * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv. Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -4780,7 +5277,7 @@ Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com) * brought build-all.mk update-to-date with progressive build-all.mk, added new targets and hppa info. - + Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * configure: If config.guess result is a prefix of the user @@ -4925,8 +5422,8 @@ Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com) - * configure.in (*-*-lynxos*): Don't configure newlib for either - native or cross Lynx. + * configure.in (*-*-lynxos*): Don't configure newlib for either + native or cross Lynx. Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com) @@ -4941,7 +5438,7 @@ Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com) * configure: Make file links cleanly even if Lynx fails on - an NFS symlink (at least fail cleanly). + an NFS symlink (at least fail cleanly). Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com) @@ -4955,7 +5452,7 @@ Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com) Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com) * configure: Ignore --x-includes and --x-libraries, for Autoconf - compatibility. + compatibility. Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com) @@ -5094,7 +5591,7 @@ Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu) - * Makefile.in: Avoid bug in losing hpux sed. + * Makefile.in: Avoid bug in losing hpux sed. Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) @@ -5268,7 +5765,7 @@ Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com) * Makefile.in (DISTDOCDIRS): New variable. (taz): Edit local Makefile.in sooner, instead of proto-toplev - Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS. + Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS. Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) @@ -6529,8 +7026,8 @@ Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) ranlib. * configure: also define $(host_canonical) and - $(target_canonical), which are the full, canonical names for the - given host and target + $(target_canonical), which are the full, canonical names for the + given host and target Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com) @@ -6671,14 +7168,14 @@ Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com) Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com) - * config.sub, configure.in: accept OSE68000 and OSE68k. + * config.sub, configure.in: accept OSE68000 and OSE68k. * Makefile.in: don't create all directories for ``make install''; let the subdirectories create the ones they need. Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) - * COPYING: new file, GPL v2 + * COPYING: new file, GPL v2 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) @@ -7201,7 +7698,7 @@ Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com) * config.subr: resync from rms. -Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com) +1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com) * configure, config.sub, config.subr: merge config.sub into config.subr, call the result config.subr, remove config.sub, use @@ -7209,7 +7706,7 @@ Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: revised install for dir.info. -Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com) +1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com) * configure.in: add decstation host makefile frag. @@ -7218,11 +7715,11 @@ Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com) Make directories for info install. Build dir.info here then install it. -Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com) +1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: fix for bad directory tests. -Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com) +1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com) * configure: \{1,2\} appears to be a sysv'ism. Use a different regexp. -srcdir relative was being handled incorrectly. @@ -7231,13 +7728,13 @@ Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com) work again and so one can focus one's attention on a particular package. -Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com) +1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com) * configure: added PWD as a stand in for `pwd` (for speed). use elif wherever possible. make -srcdir work without -objdir. -objdir= commented out. -Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com) +1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com) * configure: +options become --options. -subdirs commented out. added -host, -datadir. Renamed -destdir to -prefix. Comment in @@ -7249,7 +7746,7 @@ Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com) and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. -Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com) +1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com) * Freshly created ChangeLog.