Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 7160 invoked from network); 5 Feb 2007 19:50:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 19:50:43 -0000 Received: (qmail 3485 invoked by uid 500); 5 Feb 2007 19:50:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 3461 invoked by uid 500); 5 Feb 2007 19:50:50 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 3452 invoked by uid 99); 5 Feb 2007 19:50:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 11:50:50 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 11:50:43 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E450A1A981D; Mon, 5 Feb 2007 11:50:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r503841 - /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h Date: Mon, 05 Feb 2007 19:50:22 -0000 To: commits@harmony.apache.org From: wjwashburn@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070205195022.E450A1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wjwashburn Date: Mon Feb 5 11:50:22 2007 New Revision: 503841 URL: http://svn.apache.org/viewvc?view=rev&rev=503841 Log: Harmony-3107, changes TLS access from APR to thread-local variable for x86_64 linux build and build test passes on winxp and RHEL 4 w/ gcc4.0.2 Modified: harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h Modified: harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h?view=diff&rev=503841&r1=503840&r2=503841 ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h (original) +++ harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h Mon Feb 5 11:50:22 2007 @@ -67,10 +67,11 @@ #define FS14_TLS_USE #endif +/* #ifdef _EM64T_ #define APR_TLS_USE #endif - +*/ #ifdef __cplusplus extern "C" {