From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1J40vf-0004KK-MI for mharc-grub-devel@gnu.org; Sun, 16 Dec 2007 16:21:43 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J40vc-0004K8-Ul for grub-devel@gnu.org; Sun, 16 Dec 2007 16:21:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J40vb-0004Jo-Fc for grub-devel@gnu.org; Sun, 16 Dec 2007 16:21:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J40vb-0004Jl-9d for grub-devel@gnu.org; Sun, 16 Dec 2007 16:21:39 -0500 Received: from mailout01.sul.t-online.de ([194.25.134.80] helo=mailout01.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J40vb-0004A1-Id for grub-devel@gnu.org; Sun, 16 Dec 2007 16:21:39 -0500 Received: from fwd26.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1J40vY-0003mj-00; Sun, 16 Dec 2007 22:21:36 +0100 Received: from [10.3.2.2] (bNaRZUZVYhrnDH1DlTLtJw1FSYuxcbDUYsL8aP97EYr3seDABaGqa4b3kxGbY1nwG3@[217.235.208.35]) by fwd26.aul.t-online.de with esmtp id 1J40vK-0dEDaK0; Sun, 16 Dec 2007 22:21:22 +0100 Message-ID: <476596D3.2000101@t-online.de> Date: Sun, 16 Dec 2007 22:21:23 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: The development of GRUB 2 References: <20071216111750.GB7945@thorin> <20071216112931.jbeer76zkgsgkc8w@webmail.spamcop.net> <20071216163931.GA20727@thorin> In-Reply-To: <20071216163931.GA20727@thorin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: bNaRZUZVYhrnDH1DlTLtJw1FSYuxcbDUYsL8aP97EYr3seDABaGqa4b3kxGbY1nwG3 X-TOI-MSGID: 203834ab-234c-40f3-aa2f-18f083b6d5eb X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Use linker script to remove unnecessary sections 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: Sun, 16 Dec 2007 21:21:41 -0000 Robert Millan wrote: > On Sun, Dec 16, 2007 at 11:29:31AM -0500, Pavel Roskin wrote: > >> I agree that we should avoid naming highly target-specific linker >> scripts in a generic way. "i386-pc.ld" might be a better name. >> > > or i386/pc/ld (more consistent with the rest of grub) > > or "i386/pc/img.ld" (ld script to produce .img files). Should this dir structure reside in "conf" ? This scheme is not yet used for the *mk files in this directory. Christian