X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=ChangeLog;h=ddfbba287e7807aa31bb4fa2ae7207cc711ca0c3;hp=3871d0a9a565e823d51a646f707c7e1b8ad984b5;hb=b86ed7579a62ee56d4b1536a468841ffb226e85b;hpb=8cc5f86b3b194c6bd880cfe1c1be261116e3e130 diff --git a/ChangeLog b/ChangeLog index 3871d0a9a56..ddfbba287e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,82 @@ -2010-11-19 Tobias Grosser +2010-12-10 Ian Lance Taylor - * config/cloog.m4: Use AS_HELP_STRING and fix help formatting. + PR bootstrap/46819 + * configure.ac: For --disable-libgcj clear libgcj_saved. + * configure: Rebuild. + +2010-12-10 Tobias Burnus + + PR fortran/46540 + * configure.ac: Add --disable-libquadmath and + --disable-libquadmath-support. + * configure: Regenerate. + +2010-12-03 Ian Lance Taylor + + * MAINTAINERS: Add myself as libgo maintainer. + +2010-12-03 Hans-Peter Nilsson + + PR libffi/46792 + * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi. + * configure: Regenerate. + +2010-12-02 Ian Lance Taylor + + * configure.ac: Always set default for poststage1_ldflags to + -static-libstdc++ -static-libgcc. + +2010-11-29 Andreas Schwab + + * configure.ac: Move comment to remove extra space in last argument + of GCC_TARGET_TOOL. + +2010-11-26 Alexandre Oliva + + PR other/46026 + * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3. + * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass. + * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New. + (BASE_FLAGS_TO_PASS): Use it. + * configure: Rebuilt. + * Makefile.in: Rebuilt. + +2010-11-23 H.J. Lu + + PR binutils/12258 + * configure.ac: Correct comments for --enable-gold/--enable-ld. + Properly check default linker. + * configure: Regnerated. + +2010-11-23 Matthias Klose + + * configure.ac: For --enable-gold, handle value `default' instead of + `both*'. New configure option --{en,dis}able-ld. + * configure: Regenerate. + +2010-11-20 Ian Lance Taylor + + * configure.ac: Only disable a language library if no language needs + it. Don't let --disable-libgcj uncondtionally disable libffi. + * configure: Rebuild. + +2010-11-20 Ralf Wildenhues + + * Makefile.in: Regenerate. + + PR other/46202 + * configure.ac: Fix just-built in-tree STRIP name to be + binutils/strip-new. + * configure: Regenerate. + * Makefile.def (install-strip-gcc, install-strip-binutils) + (install-strip-opcodes, install-strip-ld, install-strip-itcl) + (install-strip-sid): Mirror dependencies on non-strip variants + of these targets on the respective -strip prerequisites. + * Makefile.tpl (install-strip, install-strip-host) + (install-strip-target): New targets. + (install-strip-[+module+], install-strip-target-[+module+]): + New targets. + * Makefile.in: Regenerate. 2010-11-19 Ian Lance Taylor Ralf Wildenhues @@ -74,24 +150,18 @@ 2010-11-12 Tobias Grosser - * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to - define the cloog backend to use. Furthermore, only pass the ppllibs to - the configure checks, if necessary. * configure: Regenerate. 2010-11-12 Tobias Grosser - * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL. - * configure: regenerate + * configure: Regenerate. 2010-11-12 Tobias Grosser - * config/cloog.m4: Fix typo. verison -> version. * configure: Regenerate. 2010-11-12 Tobias Grosser - * config/cloog.m4: Pass ppl libraries to the CLooG version check. * configure: Regenerate. 2010-11-11 Andreas Simbuerger