X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=22791c4ec21641285624c588cf5940a29121a079;hb=1b374b02c41312743c59418b074020558727bc73;hp=552f0457ae5b32e5592df8ae61dc89d5bb770025;hpb=a28cb74ffb365e75710ab46e778c510a75adce24;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index 552f0457ae5..22791c4ec21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,181 @@ +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 + cloog if the ppl version check failed. Move flags saving + before setting in libelf check. + * configure: Regenerate. + +2009-10-21 Richard Guenther + + * configure.ac: Adjust the ppl and cloog configure to work as + documented. Disable cloog if ppl was disabled. Omit the version + checks if they were disabled. + * configure: Re-generate. + 2009-10-13 Ralf Wildenhues * configure.ac: Add 'lto' to enable_languages, not