From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JKXqn-00085o-QB for mharc-grub-devel@gnu.org; Thu, 31 Jan 2008 06:45:01 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKXqa-00081m-H5 for grub-devel@gnu.org; Thu, 31 Jan 2008 06:44:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKXqR-0007rW-Ea for grub-devel@gnu.org; Thu, 31 Jan 2008 06:44:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKXqM-0007eZ-V0 for grub-devel@gnu.org; Thu, 31 Jan 2008 06:44:37 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKXk3-0005ed-9d for grub-devel@gnu.org; Thu, 31 Jan 2008 06:38:03 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 8DE653EB27 for ; Thu, 31 Jan 2008 12:44:37 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 31 Jan 2008 12:38:01 +0100 User-Agent: KMail/1.9.4 References: <20080128090910.GC13368@thorin> <1201733294.8103.67.camel@dv> <20080131104759.GA10889@thorin> In-Reply-To: <20080131104759.GA10889@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801311238.01385.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: GRUB_MOD_GAP for non-ieee1275 ELF platforms 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: Thu, 31 Jan 2008 11:44:54 -0000 On Thursday 31 January 2008 11:47, Robert Millan wrote: > > It would be nice to have some linker trick to tell the code about the > > prelinked modules. That could make grub-mkimage a very thin wrapper > > around "ld -r", perhaps written as a shell script. > > Sure it would. Shouldn't be too hard, geninit.sh does half of what you > want already. What does it mean? Do you want to use ld from grub-mkimage? Okuji