X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=ChangeLog;h=73859b46fb9453be47c4859e63a88463f46658f7;hp=29ea7c9ab5524836b0f90a10cb6906ee8b8c6807;hb=196689e3f2616cf9f3ec6ede1e3d35f62c6f4148;hpb=115d57c573871ce5eaf54d3fca7ef99b5628b630 diff --git a/ChangeLog b/ChangeLog index 29ea7c9ab55..73859b46fb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,310 @@ +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 + new_enable_languages, and only if not already present. + * configure: Regenerate. + +2009-10-10 Gerald Pfeifer + + * README: Refer to the various COPYING* files instead of just + COPYING. + Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions. + +2009-10-07 Rafael Avila de Espindola + + * MAINTAINERS: Change my email address. Change plugi-in to plugin. + +2009-10-07 Richard Guenther + + * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola, + and Richard Guenther as reviewers. + (LTO plugin): List Rafael Avila de Espindola and Cary Coutant + as reviewers. + +2009-10-07 Hariharan Sandanagobalane + + * config.sub: Update from upstream sources. + +2009-10-06 Ian Lance Taylor + + * Makefile.def: check-gold depends upon all-gas. + * Makefile.in: Rebuild. + +2009-10-05 Phil Muldoon + + * MAINTAINERS (Write After Approval): Add myself. + +2009-10-03 2009-02-05 Rafael Avila de Espindola + + * Makefile.def: all-lto-plugin depends on all-libiberty. + set bootstrap=true for lto-plugin. + Add lto-plugin. + * Makefile.in: Regenerate. + * configure.ac (host_libs): Add lto-plugin. + * configure: Regenerate. + +2009-10-03 Diego Novillo + + * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC. + (HOST_LIBELFLIBS): Define. + (HOST_LIBELFINC): Define. + * Makefile.in: Regenerate. + * configure.ac: Add --enable-lto. + Add --with-libelf, --with-libelf-include and --with-libelf-lib. + If --enable-lto is used, add 'lto' to new_enable_languages. + If --enable-lto is used and gold is enabled, add + lto-plugin to configdirs. + * configure: Regenerate. + +2009-10-03 Simon Baldwin + + * configure.ac: If --with-system-zlib, suppress local zlib and + pass --with-system-zlib to subdir configure scripts. + * configure: Regenerate. + +2009-10-01 Loren J. Rittle + Paolo Bonzini + + * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than + $(srcdir). + * Makefile.in: Rebuilt. + +2009-09-26 Gary Funck + + * MAINTAINERS (Write After Approval): Add myself. + +2009-09-26 Kaveh R. Ghazi + + * configure.ac: Update minimum MPC version to 0.7. + * configure: Regenerate. + +2009-09-25 Nick Clifton + + * configure.ac: Pass any --cache-file=/dev/null option on to + subconfigures. + * configure: Regenerate. + +2009-09-23 Nick Clifton + + * config.sub, config.guess: Update from upstream sources. + +2009-09-22 Loren J. Rittle + + * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/. + * Makefile.in: Rebuilt. + +2009-09-22 Ralf Wildenhues + + PR bootstrap/32272 + * configure.ac: Error out if $srcdir isn't '.' but contains + host-${host_noncanonical}. + * configure: Regenerate. + +2009-09-22 Rainer Orth + + * MAINTAINERS (OS Port Maintainers): Add myself as Solaris + maintainer. + +2009-09-21 Ralf Wildenhues + + * configure.ac: If bootstrapping a combined tree with + --enable-gold, require c++ in stage1_languages. + * configure: Regenerate. + + * configure.ac: Also add target_libs of stage1_languages to + bootstrap_target_libs. + * configure: Regenerate. + + * configure.ac: Diagnose --enable-build-with-cxx bootstrap + with --enable-languages not containing c++. + * configure: Regenerate. + +2009-09-15 Jie Zhang + + * configure.ac: Disable java and boehm-gc for bfin-*-*. + * configure: Regenerate. + +2009-09-12 Joern Rennecke + + * MAINTAINERS (Write After Approval): Update my e-mail address, + and move from from here... + (Waiting for paperwork): To here. + +2009-09-09 Joseph Myers + + * MAINTAINERS (Reviewers): Add self as driver reviewer. + +2009-09-08 Ralf Wildenhues + + * configure.ac: Do not use $extrasub for replacing @if/@endif + parts in Makefile; instead, use additional arguments to + AC_CONFIG_COMMANDS to do the replacement manually, with several + sed invocations, to avoid HP-UX sed command limits. + * configure: Regenerate. + +2009-09-08 Alexandre Oliva + + * libtool.m4 (output_verbose_link_cmd): Require leading blank, and + blank before -L. + +2009-09-04 Alexandre Oliva + + * configure.ac (with-build-config): Document. Handle without. + Handle missing argument. + * configure: Rebuilt. + +2009-09-03 Alexandre Oliva + + * configure.ac (--with-build-config): New. Set BUILD_CONFIG. + Default to bootstrap-debug only if compare-debug works. + * configure: Rebuilt. + * Makefile.tpl: Make BUILD_CONFIG configure-configurable. + * Makefile.in: Rebuilt. + +2009-09-02 Rainer Orth + + * MAINTAINERS (OS Port Maintainers): Update my email address. + +2009-09-01 Alexandre Oliva + + * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug. + * Makefile.in: Rebuilt. + +2009-09-01 Chris Demetriou + + * MAINTAINERS (Write After Approval): Add myself. + +2009-08-31 Dodji Seketeli + + PR debug/30161 + * include/dwarf2.h (enum dwarf_tag): Added + DW_TAG_GNU_template_template_param + (enum dwarf_attribute): Added DW_AT_GNU_template_name. + +2009-08-30 Paolo Bonzini + + * Makefile.tpl (AWK): Fix typo. + * Makefile.in: Regenerate. + +2009-08-30 Paolo Bonzini + + * configure.ac: Detect awk and sed. + * Makefile.def (flags_to_pass): Add AWK and SED. + * Makefile.tpl (AWK, SED): New. + (BASE_FLAGS_TO_PASS): Add AWK and SED. + * configure: Regenerate. + * Makefile.in: Regenerate. + +2009-08-26 Dave Korn + + * ltmain.sh (removedotparts): Don't use comma as 's' separator. + (collapseslashes): Likewise. + +2009-08-24 Ralf Wildenhues + + * configure.ac (AC_PREREQ): Bump to 2.64. + 2009-08-22 Ralf Wildenhues * configure.ac: Remove --with-datarootdir, --with-docdir,