From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LpRW1-0000So-DH for mharc-grub-devel@gnu.org; Thu, 02 Apr 2009 14:19:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpRW0-0000S1-6O for grub-devel@gnu.org; Thu, 02 Apr 2009 14:19:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpRVv-0000Nr-9r for grub-devel@gnu.org; Thu, 02 Apr 2009 14:19:47 -0400 Received: from [199.232.76.173] (port=56554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpRVv-0000No-4q for grub-devel@gnu.org; Thu, 02 Apr 2009 14:19:43 -0400 Received: from mail-bw0-f167.google.com ([209.85.218.167]:57668) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpRVu-00043b-Mg for grub-devel@gnu.org; Thu, 02 Apr 2009 14:19:43 -0400 Received: by bwz11 with SMTP id 11so625220bwz.42 for ; Thu, 02 Apr 2009 11:19:41 -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=7poLE66lMU3DQTSRfKLBZKcGF5CSJfKr0dwDm/+qNUA=; b=hq1gvCQ/1uIR68CQHbkjOCdCPZLUz7gRNMtZqX9msjHdEYCLHfVb9ktpJ2kiWnlWOv ERLzGF0bZOXiJVlUif4pUj94+yIj4ylyw/dfxkMr6SEYoHd2WoftldHXgEdXgRyDTJ/S 5ATGxcAcaAD8NiRSMgqxEmCCWL48hdHYDcsJM= 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=ZOiYPC3IW2FfJn+rQWQAXaGTrjfMYht6jeqrFMBcJIiu2kPus1jLiVGbz2ccvZeoOq tc64onP4zVGR38T6BY2D4PiPWGwvWZqVg7VaxSssxoGzhSwIp/08kvC+1rktvtYy5+ME nvkVY8IwihtCM4XqmqhnQeBDnSJUIjKHGRvPA= Received: by 10.86.3.4 with SMTP id 4mr360078fgc.54.1238696381574; Thu, 02 Apr 2009 11:19:41 -0700 (PDT) Received: from ?192.168.1.2? (34-250.0-85.cust.bluewin.ch [85.0.250.34]) by mx.google.com with ESMTPS id e11sm3123080fga.5.2009.04.02.11.19.41 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Apr 2009 11:19:41 -0700 (PDT) Message-ID: <49D501BD.4040903@gmail.com> Date: Thu, 02 Apr 2009 20:19:41 +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> In-Reply-To: <1238687734.3375.4.camel@localhost> 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: Thu, 02 Apr 2009 18:19:48 -0000 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