------- Comment #1 from howarth at nitro dot med dot uc dot edu  2010-03-28 
02:07 -------
I based my proposed patch roughly on the orginal patch that introduced the use
of -DHAVE_CC_TLS.

Author: hjl
Date: Fri Jul  6 14:00:46 2007
New Revision: 126416

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126416
Log:
config/

2007-07-06  H.J. Lu  <hongjiu...@intel.com>

        * tls.m4 (GCC_CHECK_CC_TLS): New.

libgcc/

2007-07-06  H.J. Lu  <hongjiu...@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_...@. 

        * 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...@intel.com>

        Updated from Intel BID library:
        * bid_conf.h (BID_THREAD): Defined only if both HAVE_CC_TLS
        and USE_TLS are defined.

Added:
    trunk/libgcc/config/t-tls
Modified:
    trunk/config/ChangeLog
    trunk/config/tls.m4
    trunk/libgcc/ChangeLog
    trunk/libgcc/Makefile.in
    trunk/libgcc/config.host
    trunk/libgcc/config/libbid/ChangeLog
    trunk/libgcc/config/libbid/bid_conf.h
    trunk/libgcc/configure
    trunk/libgcc/configure.ac


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43553

Reply via email to