OSDN Git Service

* mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
[pf3gnuchains/gcc-fork.git] / config / ChangeLog
index f45a3cc..87af62b 100644 (file)
@@ -1,3 +1,179 @@
+2010-12-02  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
+       (BOOT_LDFLAGS): Add matching stack size flag.
+       * mh-mingw (LDFLAGS): Likewise.
+       (BOOT_LDFLAGS): Likewise.
+
+2010-11-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.
+
+2010-11-19  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * cloog.m4: Use AS_HELP_STRING and fix help formatting.
+
+2010-11-15  Andreas Schwab  <schwab@redhat.com>
+
+       * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names.
+
+2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * 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.
+
+2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
+
+2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * cloog.m4: Fix typo.  verison -> version.
+
+2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * cloog.m4: Pass ppl libraries to the CLooG version check.
+
+2010-11-11  Jan Hubicka  <jh@suse.cz>
+
+       * bootstrap-lto: Use -flto.
+
+2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * mh-darwin: Renamed from mh-ppc-darwin.
+
+2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
+
+2010-09-10  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+       * dfp.m4: Enable decimal float for i?86 cygwin
+       and mingw, and for x86_64 mingw.
+
+2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/45524
+       * dfp.m4: Don't set enable_decimal_float to dpd if DFP is
+       disabled.  Set default_decimal_float.
+
+2010-09-06  Andreas Schwab  <schwab@redhat.com>
+
+       * dfp.m4: Quote argument of AC_MSG_WARN.
+
+2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * dfp.m4: New file.
+
+2010-09-01  Andi Kleen <ak@linux.intel.com>
+
+       * bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change
+       to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1.
+
+2010-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR target/45084
+       * stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments
+       of AC_MSG_ERROR.
+
+2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gc++filt.m4: New file.
+
+2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * bootstrap-lto.mk: New.
+
+2010-06-10  Paolo Bonzini  <bonzini@gnu.org>
+
+       * override.m4: Remove obsolete (<2.64) definitions.
+
+2010-06-09  Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR bootstrap/43170
+       * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test 
+       references.  Move the main () test reference ahead of 
+       pthread_create().  Add a comment to explain the requirements
+       of the test.
+
+2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR bootstrap/42798
+       * override.m4 (_AC_CHECK_DECL_BODY, _AC_CHECK_DECLS): Import
+       definitions from git Autoconf.
+
+2010-04-13  Steve Ellcey  <sje@cup.hp.com>
+
+       * elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms.
+
+2010-03-23  Kai Tietz  <kai.tietz@onevision.com>
+
+       * mh-mingw: Revert accidentally checking r156315.
+
+2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if
+       corresponding macros already exist.
+
+2010-01-02  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/41529
+       * elf.m4: New file.
+
+2009-11-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
+       AC_CANONICAL_TARGET.
+
+2009-11-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * zlib.m4: New file.
+
+2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
+
+2009-11-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+           Paolo Bonzini  <bonzini@gnu.org>
+
+       * largefile.m4: New file.
+
+2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.
+
+2009-09-09  Paolo Bonzini  <bonzini@gnu.org>
+
+       * stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in
+       the previous two patches.
+
+2009-09-09  Paolo Bonzini  <bonzini@gnu.org>
+
+       * stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H.
+
+2009-09-08  Paolo Bonzini  <bonzini@gnu.org>
+
+       * stdint.m4: Rewrite by using autoconf 2.64 features.
+
+2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * bootstrap-debug-big.mk (STAGE2_CFLAGS): Drop -gtoggle.
+       * bootstrap-debug-lean.mk: Update comments.
+       (STAGE2_CFLAGS): Likewise.
+       (do-compare): Don't override.
+
+2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
+
+       * bootstrap-debug.mk: Add comments.
+       * bootstrap-debug-big.mk: New.
+       * bootstrap-debug-lean.mk: New.
+       * bootstrap-debug-ckovw.mk: Add comments.
+       * bootstrap-debug-lib.mk: Drop CFLAGS for stages.  Use -g0
+       for TFLAGS in stage1.  Drop -fvar-tracking-assignments-toggle.
+
 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * override.m4 (_GCC_AUTOCONF_VERSION): Bump to 2.64.