1. 09 Jun, 2010 1 commit
    • re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6) · dbd34b89
      config:
      	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.
      libgomp:
      	PR bootstrap/43170
      	* configure: Regenerate.
      libjava:
      	PR bootstrap/43170
      	* configure: Regenerate.
      libmudflap:
      	PR bootstrap/43170
      	* configure: Regenerate.
      libstdc++-v3:
      	PR bootstrap/43170
      	* configure: Regenerate.
      
      From-SVN: r160457
      Iain Sandoe committed
  2. 30 Jul, 2009 1 commit
    • extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or newer. · 1b3b24c2
      config/
      	* extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand
      	for Autoconf 2.62 or newer.
      	* tls.m4 (GCC_CHECK_TLS): Fix m4 quotation.
      	* no-executables.m4 (_AC_COMPILER_EXEEXT): Fix m4 quotation.
      	* override.m4 (m4_copy_force, m4_rename_force): Provide
      	macros if not defined.
      	(AC_PREREQ): Use m4_copy_force.
      
      boehm-gc/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libada/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libffi/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libgfortran/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libgomp/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libjava/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libmudflap/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libobjc/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libssp/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      zlib/
      	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
      
      libstdc++-v3/
      	* acinclude.m4 (GLIBCXX_CONFIGURE): Use m4_rename_force.
      
      From-SVN: r150269
      Ralf Wildenhues committed
  3. 17 Jul, 2009 1 commit
  4. 16 Jul, 2009 1 commit
  5. 23 Jan, 2009 1 commit
  6. 11 Jun, 2008 1 commit
  7. 15 Oct, 2007 1 commit
    • tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls. · 3afcaaf4
      config/:
      2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
      
      	* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
      	(GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls.
      
      libgomp/:
      2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
      
      	* configure: Regenerate following changes to ../config/tls.m4.
      
      libjava/:
      2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
      
      	* configure: Regenerate following changes to ../config/tls.m4.
      
      libmudflap/:
      2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
      
      	* configure: Regenerate following changes to ../config/tls.m4.
      
      From-SVN: r129364
      Maciej W. Rozycki committed
  8. 06 Jul, 2007 1 commit
    • tls.m4 (GCC_CHECK_CC_TLS): New. · 6f461e76
      config/
      
      2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* tls.m4 (GCC_CHECK_CC_TLS): New.
      
      libgcc/
      
      2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
      	and x86_64-*-linux*.
      
      	* config/t-tls: New file.
      
      	* Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. 
      
      	* configure.ac: Include ../config/enable.m4 and
      	../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
      	supports TLS and substitute set_have_cc_tls.
      	* configure: Regenerated.
      
      libbid/
      
      2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
      
      	Updated from Intel BID library:
      	* bid_conf.h (BID_THREAD): Defined only if both HAVE_CC_TLS
      	and USE_TLS are defined.
      
      From-SVN: r126416
      H.J. Lu committed
  9. 07 Feb, 2007 1 commit
    • [multiple changes] · 78e075d4
      2007-02-07  Bruno Haible  <bruno@clisp.org>
      
      config/
      	PR libgomp/28468
      	* config/tls.m4 (GCC_CHECK_TLS): Also check whether the libc supports
      	TLS via __thread.
      
      2007-02-07  Jakub Jelinek  <jakub@redhat.com>
      
      {libgomp,libstdc++-v3,libmudflap,libjava}/
      	PR libgomp/28468
      	* configure: Regenerate.
      
      From-SVN: r121689
      Jakub Jelinek committed
  10. 04 Dec, 2006 1 commit
  11. 13 Nov, 2006 1 commit
  12. 19 Sep, 2006 1 commit
  13. 23 Sep, 2005 1 commit
    • enable.m4: New file. · e1e73e8d
      config:
      	* enable.m4: New file.
      	* tls.m4: New file.
      libmudflap:
      	* aclocal.m4, configure: Rebuilt.
      	* configure.ac: Use GCC_CHECK_TLS.
      	* acinclude.m4 (LIBMUDFLAP_CHECK_TLS, LIBMUDFLAP_ENABLE): Moved
      	to ../config.
      
      From-SVN: r104571
      Tom Tromey committed