X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ChangeLog;h=86becd862f4d3fa71ebd8fe9d65471e9fa0c7fe0;hb=5c96a839121518aefb791c89975bd23ef773071f;hp=00cd7e3e019038194774317256754fe3efc6f6c0;hpb=24d0cd27dec59383f97c63d664badcf8b4a17d8b;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index 00cd7e3e019..86becd862f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,210 @@ +2010-01-25 Joern Rennecke + + PR libstdc++/36101, PR libstdc++/42813 + * configure.ac (bootstrap_target_libs): Make inclusion of + target-libgomp conditional on libgomb being in target_configdirs. + * configure: Regenerate. + +2010-01-23 Joern Rennecke + + PR libstdc++/36101, PR libstdc++/42813 + * configure.ac (bootstrap_target_libs): Include target-libgomp. + * configure: Regenerate. + +2010-01-22 Joern Rennecke + + PR libstdc++/36101, PR libstdc++/42813 + * configure.ac (target_configdirs): Substitute. + * Makefile.def: Bootstrap target module libgomp. + Add dependency of all-target-libstdc++-v3 on configure-target-libgomp. + * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable. + (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS. + * configure, Makefile.in: Regenerate. + +2010-01-21 Dave Korn + + * MAINTAINERS: Adjust my details. + +2010-01-20 Eric B. Weddington + + * MAINTAINERS (CPU Port Maintainers): Add myself for avr port. + +2010-01-18 Thierry Lafage + + * MAINTAINERS: reindented my entry with tabs instead of spaces. + +2010-01-15 Thierry Lafage + + * MAINTAINERS (Write After Approval): Add myself. + +2010-01-15 Konrad Trifunovic + + * MAINTAINERS (Write After Approval): Add myself. + +2010-01-11 Richard Guenther + + PR lto/41569 + * Makefile.def (all-lto-plugin): Depend on all-gcc. + * Makefile.in: Regenerated. + +2010-01-11 Andreas Tobler + + * configure.ac: Enable libjava build on x86_64-*freebsd*. + * configure: Regenerate. + +2010-01-07 Kaveh R. Ghazi + Francois-Xavier Coudert + + PR bootstrap/42424 + * configure.ac: Include libtool m4 files. + (_LT_CHECK_OBJDIR): Call it. + (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags, + gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir. + + * configure: Regenerate. + +2010-01-07 Ralf Wildenhues + + PR bootstrap/41818 + * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH + to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment. + * Makefile.in: Regenerate. + +2010-01-02 Richard Guenther + + PR lto/41529 + * configure.ac: Include config/elf.m4. Disable LTO if not + builting for an elf target. + * configure: Regenerate. + +2009-12-27 Christopher Faylor + + * MAINTAINERS: Change my email address. + +2009-12-18 Ben Elliston + + * config.sub, config.guess: Update from upstream sources. + +2009-12-07 Shujing Zhao + + * MAINTAINERS (Write After Approval): Add myself. + +2009-12-06 Kaveh R. Ghazi + + PR middle-end/30447 + PR middle-end/30789 + PR other/40302 + + * configure.ac: Require MPC. + * configure: Regenerate. + +2009-12-05 Ralf Wildenhues + + PR target/38384 + PR bootstrap/40972 + * libtool.m4: Sync from git Libtool. + * ltoptions.m4: Likewise. + * ltversion.m4: Likewise. + * lt~obsolete.m4: Likewise. + * ltmain.sh: Likewise. + +2009-11-30 Kaveh R. Ghazi + + * configure.ac: Update minimum MPC version to 0.8. + * configure: Regenerate. + +2009-11-21 Sebastian Pop + + * configure.ac: Check for version 0.15.5 or later revision of CLooG. + * configure: Regenerated. + +2009-11-21 Ian Lance Taylor + + * configure.ac: Change default of poststage1_ldflags to be empty if + poststage1_libs is set. When poststage1_libs is empty, and + ENABLE_BUILD_WITH_CXX is set, add -static-libgcc. + * configure: Rebuild. + +2009-11-21 Adam Nemet + + * MAINTAINERS (Write After Approval): Update my email address. + +2009-11-20 Ben Elliston + + * config.guess: Update from upstream sources. + +2009-11-16 Alexandre Oliva + + * Makefile.def: Restore host and target settings for gmp. + * Makefile.in: Rebuild. + +2009-11-16 Alexandre Oliva + + * configure.ac: Add libelf to host_libs. Enable in-tree configury + of ppl and cloog. Fix in-tree configury of libelf, skip tests. + Fix portability of test of C++ as bootstrap language. Add + ppl/src/ppl-config.o to the bootstrap compare exclusion list. + * configure: Rebuild. + * Makefile.def: Drop host and target settings from gmp, mpfr, ppl, + and cloog. Fix in-tree ppl configuration. Introduce libelf + in-tree building. + * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New. + (POSTSTAGE1_HOST_EXPORTS): Use it. + (STAGE[+id+]_CXXFLAGS): New. + (BASE_FLAGS_TO_PASS): Pass it down. + (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add + extra_exports. + (all-stage[+id+]-[+prefix+][+module+]): Likewise. + (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add + extra_exports. + * Makefile.in: Rebuild. + +2009-11-17 Ben Elliston + + * config.sub, config.guess: Update from upstream sources. + +2009-11-12 Jan Kratochvil + + * MAINTAINERS (Write After Approval): Add myself. + +2009-11-09 Jon Beniston + + * MAINTAINERS (Write After Approval): Add myself. + +2009-11-06 Ozkan Sezer + + * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem + paths for *-w64-mingw* and x86_64-*mingw*. + * configure: Regenerated. + +2009-11-05 Joern Rennecke + + * MAINTAINERS (Write After Approval): Add entry for my INRIA work. + +2009-11-02 Benjamin Kosnik + + * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move + Phil Edwards to Write-After Approval. + +2009-10-30 Kai Tietz + + * configure.ac: Disable target-winsup & co for + x86_64-*-mingw* and *-w64-mingw* targets. + * configure: Regenerated. + +2009-10-16 Nick Clifton + + * MAINTAINERS: Add myself as a maintainer for the RX port. + +2009-10-26 Johannes Singler + + * MAINTAINERS (Write After Approval): Update my e-mail address. + +2009-10-23 Rainer Orth + + * configure.ac (CLooG test): Use = with test. + * configure: Regenerate. + 2009-10-22 Richard Guenther * configure.ac: Do not set LIBS for ppl/cloog checks. Disable