From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RNhV0-0001fn-5t for mharc-grub-devel@gnu.org; Tue, 08 Nov 2011 03:57:42 -0500 Received: from eggs.gnu.org ([140.186.70.92]:52181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNhUu-0001fb-AX for grub-devel@gnu.org; Tue, 08 Nov 2011 03:57:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNhUq-0008Ch-Hp for grub-devel@gnu.org; Tue, 08 Nov 2011 03:57:36 -0500 Received: from ozlabs.org ([203.10.76.45]:53503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNhUq-0008C9-4K for grub-devel@gnu.org; Tue, 08 Nov 2011 03:57:32 -0500 Received: from kryten (ppp121-44-79-234.lns20.syd6.internode.on.net [121.44.79.234]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPSA id 5107D1007D4; Tue, 8 Nov 2011 19:57:27 +1100 (EST) Date: Tue, 8 Nov 2011 19:57:26 +1100 From: Anton Blanchard To: The development of GNU GRUB Subject: Re: [PATCH] Fix module relocation errors on PowerPC Message-ID: <20111108195726.5df935d0@kryten> In-Reply-To: <4EB2D75D.3020706@gmail.com> References: <20111018154817.752a92f6@kryten> <4EB2D75D.3020706@gmail.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 203.10.76.45 Cc: phcoder@gmail.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 08:57:40 -0000 Hi Vladimir, > Please try the attached patch Thanks! I tested it and it does fix the issue. Anton