X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=ChangeLog;h=6105c41ffe8a2c6453d1afac7257d1614ffa9e61;hp=414041c12c30d735420ed66dfba900f5f3992db5;hb=7cbee41801178b64f13a838281cd72aee317a0e8;hpb=c356a43c60fe4a7dac807259e42aa6f358d82f10 diff --git a/ChangeLog b/ChangeLog index 414041c12c3..6105c41ffe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,392 @@ +2010-04-27 Dave Korn + + PR lto/42776 + * configure.ac (--enable-lto): Refactor handling so libelf tests + are only performed inside then-clause of ACX_ELF_TARGET_IFELSE, + and allow LTO to be explicitly enabled on non-ELF platforms that + are known to support it inside else-clause. + * configure: Regenerate. + +2010-04-20 Eric Botcazou + + * configure.ac (BUILD_CONFIG): Redirect output to /dev/null. + * configure: Regenerate. + +2010-04-17 Ralf Corsépius + + * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. + * configure: Regenerate. + +2010-04-16 Rainer Orth + + * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx + separately. + * configure: Regenerate. + +2010-04-16 Kevin Williams + + * MAINTAINERS (Write After Approval): Add myself. + +2010-04-14 Tristan Gingold + + * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs. + * configure: Regenerate. + +2010-04-13 Steve Ellcey + + * configure: Regenerate after change to elf.m4. + +2010-04-06 Iain Sandoe + + * MAINTAINERS (Write After Approval): Add myself. + +2010-04-02 Sebastian Pop + + * configure.ac: Add brackets around AC_TRY_COMPILE alternative. + * configure: Regenerated. + +2010-04-02 Sebastian Pop + + * configure.ac: Print "buggy but acceptable" when CLooG + revision is less than 9. + * configure: Regenerated. + +2010-04-01 Diego Novillo + + * MAINTAINERS (Plugin): Add myself and Le-Chun Wu. + +2010-04-01 Ralf Wildenhues + + PR bootstrap/43615 + PR bootstrap/43328 + + Revert: + + 2010-03-31 Ralf Wildenhues + + * configure.ac: Do not pass --enable-multilib nor + --disable-multilib in baseargs. Accept explicitly passed + --enable_multilib. + * configure: Regenerate. + +2010-03-31 Ulrich Weigand + + * MAINTAINERS (CPU Port Maintainers): Add myself for spu port. + +2010-03-31 Janis Johnson + + * MAINTAINERS: Remove myself. + +2010-03-31 Ralf Wildenhues + + PR bootstrap/43328 + * configure.ac: Do not pass --enable-multilib nor + --disable-multilib in baseargs. Accept explicitly passed + --enable_multilib. + * configure: Regenerate. + +2010-03-28 Andrew Pinski + + * MAINTAINERS (spu port): Remove me. + +2010-03-23 Joseph Myers + + * configure.ac (tic6x-*-*): New case. + * configure: Regenerate. + +2010-03-23 Joseph Myers + + * config.sub: Update to version 2010-03-22. + * config.guess: Update to version 2009-12-30. + +2010-03-19 Jack Howarth + + PR ada/42554 + * configure.ac: Only pass -c to ranlib for darwin9 and earlier. + * configure: Regenerate. + +2010-03-18 Ramana Radhakrishnan + + * MAINTAINERS: Update my email address. + +2010-03-17 Sebastian Pop + + * MAINTAINERS (dwarak.rajagopal@amd.com): Removed. + (ghassan.shobaki@amd.com): Removed. + +2010-03-17 Alan Modra + + * MAINTAINERS: Update my email address. + +2010-03-16 Diego Novillo + + * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris + Matthews. + +2010-03-16 Joseph Myers + + * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel + Gutson, Jeffrey D. Oldham and Mark Shinwell. + +2010-03-16 Joseph Myers + + * MAINTAINERS: Update my email address. + +2010-03-16 Daniel Jacobowitz + + * MAINTAINERS: Update my email address. + +2010-03-15 Bernd Schmidt + + * MAINTAINERS: Update my email address. + +2010-03-09 Jie Zhang + + * MAINTAINERS: Update my email address. + +2010-03-01 Rainer Orth + + PR libstdc++/32499 + * configure.ac (RANLIB): Default to true. + (STRIP): Likewise. + (RANLIB_FOR_TARGET): Remove superfluous : argument. + * configure: Regenerate. + +2010-02-17 Rafael Ávila de Espíndola + + * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself. + (Write After Approval): Update my email address. + +2010-02-17 Nick Clifton + + PR 11238 + * Makefile.tpl (local-distclean): Also remove config.cache files in + sub-directories as there may not be Makefiles present in the + sub-directories. + * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete + the config.cache files found by the find command. + + * Makefile.in: Regenerate. + * configure.ac: Revert previous delta. + * configure: Regenerate. + +2010-02-15 Nick Clifton + + PR 11238 + * configure.ac: Delete config.cache files in sub-directories when + deleting Makefiles. + * configure: Regenerate. + +2010-02-12 Ben Elliston + + * MAINTAINERS: Update my email address. + +2010-02-08 Andrew Pinski + + * MAINTAINERS (spu port): Update my email address. + +2010-02-08 Jie Zhang + + * MAINTAINERS: Add myself as a maintainer for the bfin port. + +2010-01-31 Kaveh R. Ghazi + + * configure.ac: Add "recommended" version checks for GMP/MPC. + Update recommended GMP/MPFR/MPC versions. + * configure: Regenerate. + +2010-01-31 Joern Rennecke + + * MAINTAINERS: Move my Embecosm email address into the + write-after-approval section. + +2010-01-26 Ian Lance Taylor + + * MAINTAINERS: Add myself as Go frontend maintainer. + +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