From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LrJKB-0003xx-Dm for mharc-grub-devel@gnu.org; Tue, 07 Apr 2009 17:59:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrJK9-0003xZ-7h for grub-devel@gnu.org; Tue, 07 Apr 2009 17:59:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrJK8-0003xM-Pv for grub-devel@gnu.org; Tue, 07 Apr 2009 17:59:16 -0400 Received: from [199.232.76.173] (port=46112 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrJK8-0003xI-MD for grub-devel@gnu.org; Tue, 07 Apr 2009 17:59:16 -0400 Received: from [74.93.104.97] (port=49203 helo=sunset.davemloft.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrJK8-0004JU-AJ for grub-devel@gnu.org; Tue, 07 Apr 2009 17:59:16 -0400 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 92D6C35C12A for ; Tue, 7 Apr 2009 14:59:06 -0700 (PDT) Date: Tue, 07 Apr 2009 14:59:06 -0700 (PDT) Message-Id: <20090407.145906.03432730.davem@davemloft.net> To: grub-devel@gnu.org From: David Miller In-Reply-To: <20090401.171608.74763699.davem@davemloft.net> References: <20090401.171608.74763699.davem@davemloft.net> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH]: Add R_SPARC_OLO10 relocation support. 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: Tue, 07 Apr 2009 21:59:17 -0000 From: David Miller Date: Wed, 01 Apr 2009 17:16:08 -0700 (PDT) > 2009-04-01 David S. Miller > > * kern/sparc64/dl.c (grub_arch_dl_relocate_symbols): Add > support for R_SPARC_OLO10 relocations. Fix compile warning for > R_SPARC_WDISP30 case. Ping?