From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9562 invoked by alias); 20 Dec 2009 13:20:04 -0000 Received: (qmail 9550 invoked by uid 22791); 20 Dec 2009 13:20:03 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 20 Dec 2009 13:20:00 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBKDJujm007135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 20 Dec 2009 08:19:56 -0500 Received: from zebedee.pink (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBKDJrZY019872; Sun, 20 Dec 2009 08:19:53 -0500 Message-ID: <4B2E2478.9000902@redhat.com> Date: Sun, 20 Dec 2009 13:20:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Bryce McKinlay CC: Jack Howarth , java@gcc.gnu.org, mrs@apple.com, developer@sandoe-acoustics.co.uk Subject: Re: _Unwind_FindEnclosingFunction vs darwin References: <20091218144617.GA21353@bromo.med.uc.edu> <4B2B9934.7010205@redhat.com> <20091218204147.GA23604@bromo.med.uc.edu> <4B2CB00D.5070405@redhat.com> <20091219134725.GA29636@bromo.med.uc.edu> <4B2D0CB2.6080705@redhat.com> <20091219184907.GA31305@bromo.med.uc.edu> <7230133d0912191154s18d9c245m9149b5b7f6b0680f@mail.gmail.com> <20091220020259.GA936@bromo.med.uc.edu> <7230133d0912200414h6f13b2cfhd24f7ad312f74e06@mail.gmail.com> In-Reply-To: <7230133d0912200414h6f13b2cfhd24f7ad312f74e06@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-12/txt/msg00054.txt.bz2 Bryce McKinlay wrote: > > I thought the plan was to put _Unwind_FindEnclosingFunction into > libgcj, and call _Unwind_Find_FDE instead. Right. This reduces the external dependencies, and is a much cleaner solution. > Either way, put the posix.h code inside a static inline _Jv_... > function rather than overriding the function name directly. I agree. Andrew.