From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14261 invoked by alias); 19 Feb 2008 21:32:39 -0000 Received: (qmail 14252 invoked by uid 22791); 19 Feb 2008 21:32:38 -0000 X-Spam-Check-By: sourceware.org Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Feb 2008 21:32:18 +0000 Received: from wolfram.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id m1JLWDat086586; Tue, 19 Feb 2008 22:32:14 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <47BB4ADD.2070007@fgznet.ch> Date: Tue, 19 Feb 2008 21:32:00 -0000 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Java Patches , "Boehm, Hans" Subject: Re: [patch] boehm-gc: darwin cleanup References: <4759B89A.2020700@fgznet.ch> <4759BBF5.3070702@fgznet.ch> In-Reply-To: <4759BBF5.3070702@fgznet.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2008-q1/txt/msg00060.txt.bz2 Andreas Tobler wrote: > Andreas Tobler wrote: >> Hi all, >> >> this patch went already into the queue of boehm-gc, not yet ack'ed. >> >> It does cleanup some sins I did earlier in my life. >> >> Ok for trunk? >> >> Andreas >> >> 2007-12-07 Andreas Tobler >> >> * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the >> macro >> GC_GETSECTBYNAME instead. >> * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the >> architecture (Darwin). >> > I have to change the subject... sorry. Huuh, I completely forgot about this one for gcc repo. Hans acked for boehm-gc. I comitted to trunk (4.4) Andreas