From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31370 invoked by alias); 10 Oct 2003 13:02:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 31358 invoked from network); 10 Oct 2003 13:02:17 -0000 Received: from unknown (HELO mail1.tpgi.com.au) (203.12.160.57) by sources.redhat.com with SMTP; 10 Oct 2003 13:02:17 -0000 Received: from tpgi.com.au (203-219-187-47-per-pow-ts3-2600.tpgi.com.au [203.219.187.47]) by mail1.tpgi.com.au (8.11.6/8.11.6) with ESMTP id h9AD2EM11732 for ; Fri, 10 Oct 2003 23:02:15 +1000 Message-ID: <3F86ADD8.1020604@tpgi.com.au> Date: Fri, 10 Oct 2003 15:05:00 -0000 From: Jonathan Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: en-au MIME-Version: 1.0 To: GCC Mailing List Subject: wanting to implement Thread Local Storage on windows and am looking for pointers into the GCC codebase Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00371.txt.bz2 Anyone wanna tell me where in this elephantine codebase to begin looking? Info on how TLS works in win32 is here: http://www.winehq.org/hypermail/wine-devel/2003/08/0338.html I basicly want pointers at the right bits of code... Course, if someone wants to help me implement this, that would be good also :)