From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8597 invoked by alias); 17 May 2007 23:26:42 -0000 Received: (qmail 8584 invoked by uid 22791); 17 May 2007 23:26:41 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out3.apple.com (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 May 2007 23:26:37 +0000 Received: from relay5.apple.com (a17-128-113-35.apple.com [17.128.113.35]) by mail-out3.apple.com (Postfix) with ESMTP id 4F2BF17D6CB; Thu, 17 May 2007 16:26:12 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id ED2D529C003; Thu, 17 May 2007 16:26:35 -0700 (PDT) X-AuditID: 11807123-9f88cbb0000065b6-87-464ce4ab5d8b Received: from [17.201.20.87] (mrs2.apple.com [17.201.20.87]) by relay5.apple.com (Apple SCV relay) with ESMTP id CE26130400B; Thu, 17 May 2007 16:26:35 -0700 (PDT) Cc: GCC Patches , Java Patches , Hans Boehm Message-Id: From: Mike Stump To: Andreas Tobler In-Reply-To: <464CB1A4.7010405@pop.agri.ch> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v885) Subject: Re: [patch] boehm-gc, darwin: backport MPROTECT_VDB stuff to gcc head Date: Thu, 17 May 2007 23:26:00 -0000 References: <464CB1A4.7010405@pop.agri.ch> X-Mailer: Apple Mail (2.885) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg01172.txt.bz2 On May 17, 2007, at 12:48 PM, Andreas Tobler wrote: > this patch enables the MPROTECT_VDB on all darwin targets. > I tested the attached patch under ?86 only. (32 and 64 bit), I can > not test it under ppc-darwin right now since bootstrap is broken > there. :-( Since this is a runtime library that should not affect the built bits other than the runtime library, how about testing with a gcc built non- bootstrapped by the same installed gcc? > Ok for head once I can test under ppc-darwin? Ok.