X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ChangeLog;h=dae1a314fac1a59e9711bce38abb3e044200cc9e;hb=8dfee166a9cbced9ebdeac3ebcc87efb5fdde229;hp=a8e52357d67146e248ab47acebd71d3bbac21624;hpb=967ccfb6ec2956b1132240b2e84da6fd3dbb9787;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index a8e52357d67..ee6712068e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,836 @@ +2001-12-03 Laurent Guerby + + * config.sub: Update to version 1.232 on subversion. + +2001-12-03 Ben Elliston + + * MAINTAINERS: Update mail address for config.* patches. + +2001-11-27 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 Ziemowit Laski + + * MAINTAINERS (write-after-approval): Add self. + +2001-11-17 Craig Rodrigues + + * MAINTAINERS (GNATS only accounts): Remove self. + +2001-11-14 Hans-Peter Nilsson + + * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable + libf2c. + +2001-11-12 Craig Rodrigues + + * MAINTAINERS (Write After Approval): Add self. + +2001-11-12 David O'Brien + + * MAINTAINERS: mips and s390 are also CPU ports. + +2001-11-12 David O'Brien + + * MAINTAINERS: mcore, cris and mmix are also CPU ports. + +2001-11-11 David O'Brien + + * MAINTAINERS: Alphabetize. + +2001-11-09 Kazu Hirata + + * MAINTAINERS (Various maintainers: h8 port): Add myself. + +2001-11-09 John David Anglin + + * MAINTAINERS (Various maintainers: hppa port): Added myself. + +2001-11-08 Phil Edwards + + * configure.in (--enable-languages): Be more permissive about + syntax. Check for empty lists better. Warn about $LANGUAGES. + +2001-11-08 Geoffrey Keating + + * config.sub: Import from master sources, rev. 1.230. + * MAINTAINERS: Change 'stormy16' to 'xstormy16'. + +2001-11-07 Laurent Guerby + + * MAINTAINERS (Write After Approval): Add self. + +2001-11-06 Hans-Peter Nilsson + + * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0. + +2001-11-05 Hans-Peter Nilsson + + * config.sub: Import from master sources, rev 1.226. + * config.guess: Import from master sources, rev 1.216. + +2001-11-03 Hans-Peter Nilsson + + * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj. + * MAINTAINERS: Add self as maintainer of MMIX port. + Remove old after-approval entry. + +2001-10-28 Joseph S. Myers + + * ChangeLog, configure: Fix spelling errors. + +2001-10-20 Brendan Kehoe + + * MAINTAINERS: Tweak my address. + +Thu Oct 11 21:50:15 2001 J"orn Rennecke + + * MAINTAINERS: Update my email address. + +2001-10-11 Hans-Peter Nilsson + + * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj. + * MAINTAINERS: Add self as maintainer of CRIS port. + +2001-10-10 Geert Bosch + + * MAINTAINERS (Various maintainers: Ada front end): + Added Robert Dewar. + +2001-10-03 David Billinghurst + + * MAINTAINERS (Write After Approval): Added self + +2001-10-02 Geert Bosch + + * MAINTAINERS (Various maintainers: Ada front end): Added myself. + +2001-10-02 Joseph S. Myers + + * configure: Handle temporary files securely using mkdir. + +2001-09-29 Alexandre Oliva + + * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX). + +2001-09-26 Will Cohen + + * configure.in (*-*-linux*): Disable configuration of target-newlib + and target-libgloss. + +2001-09-26 Alexandre Oliva + + * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for + RANLIB. + +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-08-31 Alexandre Oliva + + Merged from gcc-3_0-branch: + 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-08-30 Eric Christopher + Jason Eckhardt + + * config.guess: Merge from master sources. + * config.sub: Merge from master sources, add support for mipsisa32. + +2001-08-25 Geoffrey Keating + * config.sub: Merge from master sources, rev 1.219. + * MAINTAINERS: Add self as contact for stormy16 port. + +2001-08-14 Zack Weinberg + + * config.sub: Merge from master sources, rev 1.218. + * config.guess: Merge from master sources, rev 1.209. + +2001-08-11 Graham Stott + + * Makefile.in (check-c++): Add missing semicolon. + +Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka + + * MAINTAINERS (Various maitainers: predict.def): Added myself. + +2001-07-30 Eric Christopher + + * MAINTAINERS (Various maintainers: mips port): Added myself. + +2001-07-25 Andrew Haley + + * configure.in (sh-*-linux*): New. + +2001-07-27 Richard Henderson + + * .cvsignore: Add LAST_UPDATED. + +2001-07-23 Ulrich Weigand + + * MAINTAINERS (Various maintainers: s390 port): Added myself. + +2001-07-16 Aldy Hernandez + + * config.sub: Fix mips64vr5000el typo in CPU-COMPANY. + +Fri Jul 13 14:31:57 2001 Nicola Pero + + * MAINTAINERS (Write After Approval): Added myself. + +2001-07-12 Stephane Carrez + + * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx + and libgcj on m68hc11/m68hc12. + +2001-06-27 H.J. Lu (hjl@gnu.org) + + * Makefile (CFLAGS_FOR_BUILD): New. + (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD. + +2001-06-13 Joseph S. Myers + + * README: Remove version number. + +2001-06-13 Gerald Pfeifer + + * INSTALL/README: Update wrt. to the installation instructions now + residing in gcc/doc/install.texi. + +2001-06-13 Joseph S. Myers + + * README: Replace with a cut-down and updated version of gcc/README. + +2001-06-12 David Edelsohn + + * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread + multilibs to be disabled. + +2001-06-11 Daniel Berlin + + * MAINTAINERS (Write After Approval): Add myself. + +2001-06-09 Alexandre Oliva + + * config.guess: Import CVS version 1.195. + * config.sub: Import CVS version 1.212. + +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 Phil Edwards + + * config.guess: Import CVS version 1.194. All gcc-local changes + appear to also be in the master copy. + * config.sub: Import CVS version 1.211. + +Mon Jun 4 16:32:53 2001 Mark Mitchell + + * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris, + with_gcc]: Use `gcc -shared' to build a shared library. + +Mon Jun 4 16:24:43 2001 John David Anglin + + * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared + archives. + +Fri Jun 1 18:55:19 2001 Rainer Orth + + * MAINTAINERS (Write After Approval): Add myself. + +2001-06-01 Hans-Peter Nilsson + + * configure.in (libstdcxx_flags): Do not try to execute + libstdc++-v3/testsuite_flags until it exists. + +2001-06-01 Alan Modra + + * MAINTAINERS: Update my email address. + +2001-05-31 Graham Stott + + * MAINTAINERS (Write After Approval): Add myself. + +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-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-19 Matt Kraai + + * MAINTAINERS (Write After Approval): Add myself. + +2001-05-18 Benjamin Kosnik + + * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC. + +2001-05-11 Ben Elliston + + * Makefile.in (all-sid): New target. + (check-sid, clean-sid, install-sid): Likewise. + +2001-05-09 Jeffrey Oldham + + * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds. + +2001-05-03 Alexandre Oliva + + * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable + libgcj. + +2001-05-03 Alexandre Oliva + + * 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-04-26 Alexandre Oliva + + * configure.in (noconfigdirs): Don't reset it from scratch in the + target case; only append to it. + + * 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-25 Gavin Romig-Koch + + * MAINTAINERS: Remove self as MIPS maintainer and + C front end maintainer. + +Mon Apr 23 09:15:03 2001 Anthony Green + + * configure.in: Move *-chorusos target case to the proper switch. + Disable libgcj. + +2001-04-12 Alexandre Oliva + + * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a + 1.641.2.228. + +2001-04-13 Franz Sirl + + * Makefile.in (STAGE1_CFLAGS): Pass down. + +2001-04-13 Alan Modra + + * config.guess: Add hppa64-linux support. Note for next import that + this is already in the master file. + * configure.in: Likewise. Accept `parisc' alias for `hppa'. + +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-11 Stan Shebs + + * MAINTAINERS: Add self as Darwin port maintainer. + +2001-04-11 Alan Modra + + * MAINTAINERS: Update my email address. + +2001-04-10 Loren J. Rittle + + * ltcf-cxx.sh: Support creation of C++ shared libraries on + recent versions of FreeBSD (release 3 or later). + * ltconfig: On FreeBSD, -lc must not be provided when building + a shared library or else the standard -pthread gcc option is + rendered worthless to later users of the built library. + +2001-04-06 Joseph S. Myers + + * MAINTAINERS: Add self and RTH as C front end maintainers. + +2001-04-05 Alexandre Oliva + + * config.sub: Make sure to match an already-canonicalized + machine name (eg. mn10300-unknown-elf). + +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-22 Colin Howell + + * Makefile.in (DO_X): Do not backslash single-quotes in + backquotes (two places). + +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 Gerald Pfeifer + + * MAINTAINERS: Add myself as "documentation co-maintainer". + +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-19 Tom Tromey + + * config-ml.in: Handle GCJ and GCJFLAGS. + +2001-03-21 Michael Chastain + + * Makefile.in: all-m4 depends on all-texinfo. + +2001-03-20 Loren J. Rittle + + * MAINTAINERS: Add myself to write after approval list. + +2001-03-18 Laurynas Biveinis + + * Makefile.in (DO_X): Quote nested quotes. + +2001-03-18 Alan Modra + + * MAINTAINERS: Add myself to write after approval list. + +2001-03-15 Laurynas Biveinis + + * Makefile.in (DO_X): Use double quotes for quoting + "RANLIB=$${RANLIB}". + +2001-03-10 Ovidiu Predescu + + * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C. + +2001-03-09 Nicola Pero + + * configure.in: Only use `lang_requires' for languages athat are + actually enabled. + +2001-03-08 Phil Edwards + + * MAINTAINERS (C++ runtime libs): Update and alphabatize. + +2001-03-08 Alexandre Oliva + + * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. + +2001-03-07 Tom Tromey + + * configure.in: Allow config-lang.in to set `lang_requires' to list + of other required languages. + +2001-03-06 Laurynas Biveinis + + * Makefile.in: Remove RANLIB definition. Use RANLIB + in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, + EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set. + +2001-02-28 Benjamin Kosnik + Alexandre Oliva + + * Makefile.in (check-c++): Use tabs, not spaces. + +2001-02-20 Laurynas Biveinis + + * MAINTAINERS: add myself to Write After Approval list. + +2001-02-19 Benjamin Kosnik + + * Makefile.in (check-c++): New rule. + + * configure.in (target_libs): Remove libg++. + (noconfigdirs): Remove libg++. + (noconfigdirs): Same. + (noconfigdirs): Same. + (noconfigdirs): Same. + + * config-ml.in: Remove libg++ references. + + * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++. + (ALL_TARGET_MODULES): Same. + (configure-target-libg++): Remove. + (all-target-libg++): Remove. + (configure-target-libio): Remove. + (all-target-libio): Remove. + (check-target-libio): Remove. + (.PHONY): Remove. + (libg++.tar.bz2): Remove. + (all-target-cygmon): Remove libio. + (all-target-libstdc++): Remove. + (configure-target-libstdc++): Remove. + (TARGET_LIB_PATH): Remove libstdc++. + (ALL_GCC_CXX): Remove libstdc++. + (all-target-gperf): Correct. + +2001-02-16 Nick Clifton + + * configure.in (noconfigdirs): Allow configuration of texinfo + for Cygwin hosts. + +2001-02-15 Anthony Green + + * configure: Introduce GCJ_FOR_TARGET. + * configure.in: Ditto. + * Makefile.in: Ditto. + +2001-02-13 Andreas Schwab + + * MAINTAINERS: Update mail address. + +2001-02-09 Martin Schwidefsky + + * config.guess: Add linux target for S/390. + * config.sub: Likewise. + +2001-02-08 Chandrakala Chavva + + * configure.in: for *-chorusos, don't config target-newlib and + target-libgloss. + +2001-02-06 Ben Elliston + + * configure: Output host type to stdout, not stderr. + +2001-02-05 Mark Mitchell + + * ltcf-c.sh: Add support for -no-undefined under GNU/Linux. + * ltcf-cxx.sh: Likewise. + + * config.if: Assume enable_libstdcxx_v3 is defined. + +2001-02-04 Mark Mitchell + + Remove V2 C++ library. + * configure.in: Remove --enable-libstdcxx_v3 support. + +2001-01-31 Bryce McKinlay + + * include/demangle.h: Add prototype for java_demangle_v3. + +2001-01-29 Phil Edwards + + * COPYING.LIB: Update to LGPL 2.1 from the FSF. + +2001-01-27 Richard Henderson + + * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee. + +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 Alexandre Oliva + + * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types. + * ltcf-cxx.sh, ltcf-gcj.sh: Likewise. + +2001-01-26 Michael Sokolov + + * ltcf-cxx.sh: Use parentheses around eval $ac_compile. + +2001-01-26 Tom Tromey + + * configure.in: Allow libgcj to be built on Sparc Solaris. + +2001-01-25 David Edelsohn + + * ltcf-c.sh: Add aix5 case. + * ltcf-cxx.sh: Likewise. + * ltconfig: 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. + + * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'. + * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on. + +2001-01-23 Bryce McKinlay + + * configure.in: Enable libgcj on several additional platforms. + +2001-01-22 Bryce McKinlay + + * configure.in: Enable libgcj for linux targets. + +2001-01-20 Michael Sokolov + + * MAINTAINERS (Write After Approval): Add myself. + +2001-01-15 John David Anglin + + * MAINTAINERS: Add myself as vax port maintainer. + +2001-01-11 Fergus Henderson + + * MAINTAINERS: Add myself as Mercury front-end maintainer. + +2001-01-09 Mike Stump + + * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration + failures of subdirectories. + +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. + * ltconfig.sh: Fix typo. + +2001-01-02 Laurynas Biveinis + + * configure: handle DOS-style absolute paths. + +2001-01-02 Laurynas Biveinis + + * configure.in: remove supported directories from $noconfigdirs for DJGPP. + +2000-12-30 Marek Michalkiewicz + + * MAINTAINERS: Add myself as avr port co-maintainer. + +2000-12-28 Ben Elliston + + * MAINTAINERS: Add myself under ``Write After Approval''. + +2000-12-19 Joseph S. Myers + + * texinfo: Remove directory from GCC. + +2000-12-18 Joseph S. Myers + + * COPYING: Update to current + ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references + to 19yy as example year in copyright notice). + +2000-12-18 Benjamin Kosnik + + * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. + (libstdcxx_incdir): Pass down. + * config.if: Remove expired bits for cxx_interface, add stub. + (libstdcxx_incdir): Add variable for g++ include directory. + * configure.in (gxx_include_dir): Use it. + +2000-12-18 Alexandre Oliva + + * MAINTAINERS: Added self as sh port co-maintainer. Removed entry + with old-email address from ``Write After Approval''. + +2000-12-15 Andreas Jaeger + + * configure.in: Handle lang_dirs. + +2000-12-14 Tom Tromey + + * MAINTAINERS: Removed brads. + + * MAINTAINERS: Added gcj developers. + +2000-12-13 Anthony Green + + * configure.in: Disable libgcj for any target not specifically + listed. Disable libgcj for x86 and Alpha Linux until compatible + with g++ abi. + +2000-12-13 Mike Stump + + * Makefile.in (local-distclean): Also remove fastjar. + +2000-12-12 Rodney Brown + + * contrib/gcc_update: Add fastjar --touch entries. + +2000-12-12 Alexandre Oliva + + * configure.in: Disable language-specific target libraries for + languages that aren't enabled. + +2000-12-10 Anthony Green + + * configure.in: Define libgcj. Disable libgcj target libraries for + most targets. + +2000-12-10 Neil Booth + + * MAINTAINERS: Update mail address, remove from WAA list. + +2000-12-09 Alexandre Petit-Bianco + + * libjava: Imported from /cvs/java. + * libffi: Likewise. + * Boehm-gc: Likewise. + +2000-12-09 Alexandre Petit-Bianco + + * configure.in (target_libs): Revert 2000-12-08 patch. + (noconfigdirs): Added target-libjava. + +2000-12-09 Laurynas Biveinis + + * djunpack.bat: removed. + +2000-12-09 Laurynas Biveinis + + * Makefile.in: handle DOS-style absolute paths. + * config-ml.in: likewise. + * symlink-tree: likewise. + +2000-12-08 Alexandre Petit-Bianco + + * fastjar: Imported. + +2000-12-08 Alexandre Petit-Bianco + + * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about + libjava. + * configure.in (target_libs): Removed `target-libjava'. + +2000-12-08 Alexandre Petit-Bianco + + * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. + (ALL_MODULES): Added fastjar. + (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise. + (all-target-libjava): all-fastjar replaces all-zip. + (all-fastjar): Added. + (configure-target-fastjar, all-target-fastjar): Likewise. + * configure.in (host_tools): Added fastjar. + +2000-12-07 Mike Stump + + * Makefile.in (local-distclean): Remove leftover built files. + +2000-11-24 Nick Clifton + + * configure.in (xscale-elf): Add target. + (xscale-coff): Add target. + +2000-11-22 Loren J. Rittle + + * ltcf-cxx.sh: Support creation of C++ shared libraries on + recent versions of FreeBSD (release 3 or later). + * ltconfig: On FreeBSD, -lc must not be provided when building + a shared library or else the standard -pthread gcc option is + rendered worthless to later users of the built library. + +2000-11-16 Fred Fish + + * configure.in (enable_libstdcxx_v3): Fix typo, + libstd++ -> libstdc++. + +2000-11-21 Kriang Lerdsuwanakij + + * MAINTAINERS: Add self to Write After Approval list. + +2000-11-21 Bernd Schmidt + + * MAINTAINERS: Update my email address. Add myself to global write + privs list. + +2000-11-18 Alexandre Oliva + + * Makefile.in: Merge with src and libgcj. + (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of + configure-target- when their configure scripts need the C + or C++ library to have already been built to work properly. + (do_proto_toplev): Set them to an empty string. + + * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. + (REALLY_SET_LIB_PATH): Use them. + +2000-11-17 Stan Shebs + + * MAINTAINERS: Add self to Write After Approval list. + +2000-11-13 Joseph S. Myers + + * configure: Provide the original toplevel configure arguments + (including $0) to subprocesses in the environment rather than + through gcc/configargs.h. + 2000-11-13 Joseph S. Myers * MAINTAINERS: Remove references to cccp. Change C9X reference to @@ -31,7 +864,7 @@ Mon Nov 6 14:19:35 2000 Christopher Faylor * MAINTAINERS: Rename @cygnus.com addresses to @redhat.com. Also installed new email address for Clint Popetz. - + 2000-10-30 Joseph S. Myers * etc: Remove directory from GCC. @@ -41,8 +874,8 @@ Mon Nov 6 14:19:35 2000 Christopher Faylor * configure (gcc/configargs.h): Only create if there is a build GCC directory created. -2000-10-16 Matthias Klose - +2000-10-16 Matthias Klose + * config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured for libstdc++-v3. @@ -96,8 +929,8 @@ Sun Sep 17 16:55:59 CEST 2000 Marc Espie Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com) - * configure.in: Do not build byacc for hppa64. Provide paths to the - X11 libraries for hppa64. + * configure.in: Do not build byacc for hppa64. Provide paths to the + X11 libraries for hppa64. 2000-09-08 Stephane Carrez @@ -180,7 +1013,7 @@ Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com) * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio. - * configure: Make enable_threads and enable_shared defaults + * configure: Make enable_threads and enable_shared defaults explicit. Substitute enable_threads into generated Makefiles. * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. @@ -262,7 +1095,7 @@ Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com) * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from the libtool CVS tree multi-language branch. * ltconfig, ltmain.sh: Updated. - + 2000-07-27 Alexandre Oliva * Makefile.in (clean-target-libgcc): Remove gcc/libgcc. @@ -323,7 +1156,7 @@ Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com) 2000-07-01 Koundinya K - * ltconfig: Add support for mips-dde-sysv4.2MP + * ltconfig: Add support for mips-dde-sysv4.2MP 2000-06-29 Michael Hayes @@ -355,12 +1188,12 @@ Mon May 29 21:15:00 MET 2000 Philipp Thomas 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) @@ -412,7 +1245,7 @@ Wed May 10 21:26:51 2000 Jim Wilson 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. Sat May 6 21:12:55 CDT 2000 Jason Eckhardt @@ -435,8 +1268,8 @@ Wed Apr 19 12:46:26 2000 Andrew Cagney 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". 2000-04-13 Andreas Jaeger @@ -465,13 +1298,13 @@ Thu Apr 6 16:15:14 2000 Philippe De Muyter * MAINTAINERS: Added myself. 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 @@ -693,15 +1526,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. @@ -789,7 +1622,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. @@ -846,7 +1679,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 @@ -956,8 +1789,8 @@ Tue Feb 2 19:46:40 1999 Jim Wilson Tue Feb 2 20:05:05 1999 Catherine Moore - * config.sub (oabi): Recognize. - * configure.in (arm-*-oabi): Handle. + * config.sub (oabi): Recognize. + * configure.in (arm-*-oabi): Handle. Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net) @@ -1045,8 +1878,8 @@ Wed Nov 18 20:13:29 1998 Christopher Faylor 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. + * 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 @@ -1072,7 +1905,7 @@ Wed Nov 4 18:49:43 1998 Dave Brolley Mon Nov 2 15:19:33 1998 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*. @@ -1678,7 +2511,7 @@ Fri Mar 6 00:14:55 1998 Franz Sirl Mon Feb 23 15:09:18 1998 Bruno Haible @@ -1990,10 +2823,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 @@ -2101,7 +2934,7 @@ Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com) Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com) - * config.sub: Accept 'amigados' for backward compatability. + * config.sub: Accept 'amigados' for backward compatibility. Mon Sep 8 20:46:20 1997 Ian Lance Taylor @@ -2117,7 +2950,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) @@ -2185,7 +3018,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 @@ -2518,7 +3351,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 @@ -2870,11 +3703,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) @@ -3148,9 +3981,9 @@ 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 @@ -3352,8 +4185,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 @@ -4316,7 +5149,7 @@ Thu May 11 17:23:26 1995 Per Bothner Tue May 9 15:52:05 1995 Michael Meissner - * config.sub: Recognize powerpcle as the little endian varient of + * config.sub: Recognize powerpcle as the little endian variant of the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a powerpcle variant. Convert pentium into i586, not i486. Add p5 alias for i586. Map new x86 variants p6, k5, nexgen into i586 @@ -4354,7 +5187,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 @@ -4788,21 +5621,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) @@ -5141,7 +5974,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) @@ -5294,7 +6127,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) @@ -6729,8 +7562,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) @@ -6878,7 +7711,7 @@ Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com) 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) @@ -7043,7 +7876,7 @@ Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com) * configure: print the "Building in" message only when building in other than "." AND verbose. - * configure: remove -s, rework -v to better accomodate guested + * configure: remove -s, rework -v to better accommodate guested configures. * standards.texi: updated to 3 may, fixed librid <-> libdir typo.