From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JEjkL-0000ty-L9 for mharc-grub-devel@gnu.org; Tue, 15 Jan 2008 06:14:21 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEjkK-0000td-FV for grub-devel@gnu.org; Tue, 15 Jan 2008 06:14:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEjkJ-0000tP-4T for grub-devel@gnu.org; Tue, 15 Jan 2008 06:14:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEjkI-0000tM-TZ for grub-devel@gnu.org; Tue, 15 Jan 2008 06:14:18 -0500 Received: from smtp-vbr11.xs4all.nl ([194.109.24.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEjkI-0006on-I4 for grub-devel@gnu.org; Tue, 15 Jan 2008 06:14:18 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0FBDqJp009207; Tue, 15 Jan 2008 12:13:53 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20071222194111.GA8254@durotan.0x539.de> <20071226092116.GA26341@thorin> <20080113121903.GA25723@thorin> <200801132053.50100.okuji@enbug.org> Mail-Copies-To: mgerards@xs4all.nl Date: Tue, 15 Jan 2008 12:14:48 +0100 In-Reply-To: <200801132053.50100.okuji@enbug.org> (Yoshinori K. Okuji's message of "Sun, 13 Jan 2008 20:53:49 +0100") Message-ID: <87sl0z2vdj.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Cc: Robert Millan , 457491@bugs.debian.org, Philipp Kern Subject: Re: Fwd: grub2: FTBFS on powerpc (__floatundisf in ls is not defined) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 11:14:20 -0000 "Yoshinori K. Okuji" writes: > On Sunday 13 January 2008 13:19, Robert Millan wrote: >> This is becoming a nightmare. I think it's better if we just exclude >> symbols starting with __ from our checks. They aren't really meant for us >> to mess with. > > My original suggestion was that we could extract (required) symbols from > libgcc, and export them from the kernel. I think this can be automated. Agreed, this is the best solution. The current one is a hack I introduced when I initiated the work on the PPC port. We need a structural solution. -- Marco