From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4444 invoked by alias); 22 Jun 2009 07:36:04 -0000 Received: (qmail 4425 invoked by uid 22791); 22 Jun 2009 07:36:02 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f210.google.com (HELO mail-fx0-f210.google.com) (209.85.220.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 22 Jun 2009 07:35:52 +0000 Received: by fxm6 with SMTP id 6so3419948fxm.24 for ; Mon, 22 Jun 2009 00:35:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.86.60.15 with SMTP id i15mr6182370fga.5.1245656148761; Mon, 22 Jun 2009 00:35:48 -0700 (PDT) In-Reply-To: <90baa01f0906181319h4541c20etf303075df61ca5de@mail.gmail.com> References: <90baa01f0906181319h4541c20etf303075df61ca5de@mail.gmail.com> Date: Mon, 22 Jun 2009 07:36:00 -0000 Message-ID: <90baa01f0906220035h42409759o365ba84e88948eb3@mail.gmail.com> Subject: Re: [patch] Support for x64 Windows From: Kai Tietz To: pthreads-win32@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2009/txt/msg00031.txt.bz2 PING? 2009/6/18 Kai Tietz : > Hi, > > this patch (a bit rough and need some final cleaning up and some > extension to the test run makefile for allowing CROSS here) enables > pthread to be build for the x86_64-pc-mingw32 target. > > If there is interest on this patch, some review would be fine. I'll > prepare a proper patch file (with ChangeLog) after review. This patch > is mainly about 2 general issues. Correct the assumption that > sizeof(int)=3D=3Dsizeof(void *) and sizeof(long)=3D=3Dsizeof(void *), usi= ng > InterlockedExchangeCompare & co for pointers (I am using here the > ..Pointer variant), and an proper check for timespec. > > Thanks in advance, > Kai > > -- > | =A0(\_/) This is Bunny. Copy and paste > | (=3D'.'=3D) Bunny into your signature to help > | (")_(") him gain world domination > --=20 | (\_/) This is Bunny. Copy and paste | (=3D'.'=3D) Bunny into your signature to help | (")_(") him gain world domination