From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lq51B-0003be-GM for mharc-grub-devel@gnu.org; Sat, 04 Apr 2009 08:30:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lq519-0003aP-TC for grub-devel@gnu.org; Sat, 04 Apr 2009 08:30:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lq515-0003WB-28 for grub-devel@gnu.org; Sat, 04 Apr 2009 08:30:35 -0400 Received: from [199.232.76.173] (port=50905 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lq514-0003Vz-Nk for grub-devel@gnu.org; Sat, 04 Apr 2009 08:30:30 -0400 Received: from mail-fx0-f166.google.com ([209.85.220.166]:52022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lq514-0003J6-7M for grub-devel@gnu.org; Sat, 04 Apr 2009 08:30:30 -0400 Received: by fxm10 with SMTP id 10so1353862fxm.42 for ; Sat, 04 Apr 2009 05:30:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=5u1WZAys0VFWAJt5irHUam9TqchvFBh+6ds/Tk2xS9c=; b=mClN5m+vLyfEQ/I6dz4EipkSpFT6ktDIOYKGQC8sdABIsFQa0Gijya8hL/GaiuXABZ TbpMa9OIm8o20AYn1E8DViZ9kjH3VsztX13QXZV1mTEw1E+TJs9S2e0D8S1CBNfvRHu9 b2bXYXoHjosjMLdZF0W+d6qprBBnkzfX/M6YE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=lJXtEIEVybHQXuYmnbkNphUm4Gm+ZkgR656hbxBq4jHuxxdTbnrZqcEXCF3TZST8R6 1ePoDUq/uXJbeeqNv4djgy/xZTn+WzbuqXtjmXxaPDf4zWSyueemJ2FAo/zOlRJKonEJ y4L0tx6uHYIwIQOawMqFuwQGVi3jHTKmyYYSg= Received: by 10.86.61.13 with SMTP id j13mr1561053fga.65.1238848229327; Sat, 04 Apr 2009 05:30:29 -0700 (PDT) Received: from ?192.168.1.2? (5-181.3-85.cust.bluewin.ch [85.3.181.5]) by mx.google.com with ESMTPS id e20sm10047664fga.19.2009.04.04.05.30.28 (version=SSLv3 cipher=RC4-MD5); Sat, 04 Apr 2009 05:30:29 -0700 (PDT) Message-ID: <49D752E6.2010700@gmail.com> Date: Sat, 04 Apr 2009 14:30:30 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <49D4B4FE.2020806@gmail.com> <49D4D023.7080902@gmail.com> <1238687734.3375.4.camel@localhost> <49D501BD.4040903@gmail.com> <49D621C5.10702@gmail.com> In-Reply-To: <49D621C5.10702@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [BUGFIX] 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: Sat, 04 Apr 2009 12:30:36 -0000 Commited phcoder wrote: > rgrep revealed no use for the second kernel_elf_HEADERS, so I propose to > remove it altogether > Is everybody comfortable with this patch? If I hear no oppositions in > couple of days I'll commit it. > phcoder wrote: >> Is kernel_elf_HEADERS used for anything else than symlist.c and >> kernel-symlist,lst generation? >> Manoel Rebelo Abranches wrote: >>> symlist.c is generated by gensymlist.sh script so only the patch for >>> conf/powerpc-ieee1275.rmk is really necessary. >>> >>> On Thu, 2009-04-02 at 16:48 +0200, phcoder wrote: >>>> Bean wrote: >>>>> On Thu, Apr 2, 2009 at 8:52 PM, phcoder wrote: >>>>>> Hello symbols from command.h aren't exported correctly. Here's a >>>>>> bugfix. It >>>>>> compiles with it but I haven't checked yet if compiled binary >>>>>> works. Can >>>>>> someone familiar with build system have a look at this? >>>>> Hi, >>>>> >>>>> It's a little wired, why would powerpc-ieee1275.rmk has two >>>>> kernel_elf_HEADERS in the first place ? >>>>> >>>> I have no idea, I was hoping that someone more familiar with build >>>> system could tell me why it's done so >>>> >> >> > > -- Regards Vladimir 'phcoder' Serbinenko