X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ChangeLog;h=15bba207a5e7803019792a4c74c7858caf11f939;hb=73e4cbd6cb473b2be4bee127eb04cc5ad29c7aae;hp=ba1855b4f6537f46bfbf796bb29467af28b703c2;hpb=e1c7e835d80ec538b2999827f6c4258e2bbc3bee;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index ba1855b4f65..15bba207a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,331 @@ +2011-06-27 Hans-Peter Nilsson + + PR regression/47836 + PR bootstrap/23656 + PR other/47733 + PR bootstrap/49247 + PR c/48825 + * configure.ac (target_libraries): Remove target-libiberty. + Remove all target-specific settings adding target-libiberty to + skipdirs and noconfigdirs. Remove checking target_configdirs + and removing target-libiberty but keeping target-libgcc if + otherwise empty. + * Makefile.def (target_modules): Don't add libiberty. + (dependencies): Remove all traces of target-libiberty. + * configure, Makefile.in: Regenerate. + +2011-06-27 Release Manager + + * GCC 4.6.1 released. + +2011-03-25 Release Manager + + * GCC 4.6.0 released. + +2011-03-21 David Edelsohn + + * config.guess: Detect AIX 7.1. + +2011-03-16 Jack Howarth + + PR lto/48086 + * configure.ac: Re-enable LTO on *-apple-darwin9. + * configure: Regenerate. + +2011-03-13 Jack Howarth + + PR lto/48086 + * configure.ac: Disable LTO on darwin due to an assembler change in + Xcode 3.2.6/4.0 that limits the total number of sections/segments to + under 256. + * configure: Regenerate. + +2011-03-11 Chen Liqin + + * MAINTAINERS: Update myself as score backend maintainer, + update my e-mail address. + +2011-03-09 Xuepeng Guo + + * MAINTAINERS: Update my e-mail address. + +2011-03-06 Joey Ye + + * MAINTAINERS: Update my e-mail address. + +2011-03-02 Sebastian Pop + + * configure.ac: Adjust test of with_ppl. + * configure: Regenerated. + +2011-03-02 Kai Tietz + + * MAINTAINERS: Adjust my e-mail address. + +2011-03-02 Sebastian Pop + + * configure.ac: Add -lpwl to ppllibs. + * configure: Regenerated. + +2011-03-02 Sebastian Pop + + * config/cloog.m4: Add -lisl to clooglibs. + * configure: Regenerated. + +2011-02-24 Ramana Radhakrishnan + + * MAINTAINERS (CPU Port maintainers): Add self. + +2011-02-16 Rainer Orth + + * MAINTAINERS: Add myself as testsuite maintainer. + +2011-02-15 Mike Stump + + * MAINTAINERS: Add myself as testsuite maintainer. + +2011-02-13 Ralf Wildenhues + + Import from Libtool and gnulib: + + 2011-01-27 Gerald Pfeifer + + Prepare for supporting FreeBSD 10. + * config.rpath: Remove handling of freebsd1* which soon would + match FreeBSD 10.0. + + 2011-01-20 Gerald Pfeifer (tiny change) + + Remove support for FreeBSD 1.x. + * libtool.m4 (_LT_LINKER_SHLIBS) + (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which + soon would incorrectly match FreeBSD 10.0. + +2011-02-12 Ralf Wildenhues + + PR binutils/12283 + * move-if-change: Import version from gnulib. + +2011-02-12 Alexandre Oliva + + PR lto/47225 + * Makefile.def (lto-plugin): Double dash for enable-shared. + (configure-gcc): Depend on all-lto-plugin. + * Makefile.in: Rebuilt. + +2011-02-11 Ralf Wildenhues + + * configure.ac: Remove extra bracket. + * configure: Regenerate. + +2011-02-08 Tobias Burnus + + * MAINTAINERS: Add myself as libquadmath maintainer. + +2011-02-08 Thomas Schwinge + + * MAINTAINERS: Update my email address. + +2011-02-07 Joseph Myers + + * MAINTAINERS (option handling): Add self. + +2011-02-06 Kai Tietz + + PR lto/47225 + * Makefile.def: Add dependency for install-gcc + on install-lto-plugin. + * Makfile.in: Regenerated + +2011-02-01 Sebastien Bourdeauducq + + * MAINTAINERS (CPU Port Maintainers): Add myself. + +2011-01-31 Alexandre Oliva + + PR libgcj/44341 + * configure.ac: Discard --with-* flags for host when configuring + target libraries for cross build. + * configure: Rebuilt. + +2011-01-25 Sebastian Pop + + * MAINTAINERS (linear loop transforms): Removed. + +2011-01-25 Jakub Jelinek + + * configure.ac: If with_ppl is no, move setting with_cloog=no + after CLOOG_REQUESTED check. + * configure: Regenerated. + +2011-01-25 Sebastian Pop + + * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and + CLooG has been requested. + * configure: Regenerated. + +2011-01-25 Sebastian Pop + + * configure: Regenerated. + * configure.ac: Check for version 0.11 (or later revision) of PPL. + +2011-01-25 Tobias Grosser + + * configure: Regenerated. + * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1). + +2011-01-21 Andreas Schwab + + * configure.ac: Use AS_HELP_STRING throughout. + * configure: Regenerate. + +2011-01-18 Jie Zhang + + * configure.ac (bfin-*-*): Remove gdb from noconfigdirs. + * configure: Regenerate. + +2011-01-13 John David Anglin + + * ltmain.sh (relink): Use absolute path when hardcoding with -L. + +2011-01-13 Joel Brobecker + + * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs + for ia64-hpux. + * configure: Regenerate. + +2011-01-07 Jan Hubicka + + PR lto/47225 + * Makefile.in: Regenerate. + * Makefile.def (lto-plugin): Always pass enable-shared to the plugin + configure. + +2011-01-07 Jan Hubicka + + * Makefile.in: Regenerate. + * Makefile.def (gcc host module) and soft dependency on lto-plugin + and configure dependency on lto-plugin configure. + (lto-plugin module): Remove dependency on GCC; add dependency on + liniberty. + +2011-01-07 William Schmidt + + * MAINTAINERS (Write After Approval): Add myself. + +2010-12-23 Hariharan Sandanagobalane + + * configure: Regenerate. + +2010-12-22 Hariharan Sandanagobalane + + * configure.ac: (picochip): Disable libiberty. + +2010-12-14 Kaushik Phatak + + * MAINTAINERS (Write After Approval): Add myself. + +2010-12-10 Ian Lance Taylor + + 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 + + * configure.ac: Add target-libgo to target_libraries. Set + and substitute GOC_FOR_BUILD and GOC_FOR_TARGET. + * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS. + (HOST_EXPORTS): Add GOC. + (BASE_TARGET_EXPORTS): Add GOC. + (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables. + (GOCFLAGS_FOR_TARGET): New variable. + (EXTRA_HOST_FLAGS): Add GOC. + (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS. + * Makefile.def (target_modules): Add libgo. + (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET. + (dependencies): Add dependency from configure-target-libgo to + configure-target-libffi and all-target-libstdc++-v3. Add + dependencies from all-target-libgo to all-target-libffi. + (languages): Add go. + * configure: Rebuild. + * Makefile.in: Rebuild. + 2010-11-19 Ian Lance Taylor * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other @@ -49,30 +377,20 @@ 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 Jan Hubicka - - * config/bootstrap-lto: Use -flto. - 2010-11-11 Andreas Simbuerger * configure.ac: Support official CLooG.org versions. @@ -91,7 +409,6 @@ * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants. * configure: Regenerate. - * config/mh-ppc-darwin: Rename to mh-darwin. 2010-11-03 Ian Lance Taylor Dave Korn