From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from deimos.frii.net (deimos.frii.com [216.17.128.2]) by dsl2.external.hp.com (Postfix) with ESMTP id 5A05C482A for ; Mon, 21 May 2001 16:27:16 -0600 (MDT) Message-Id: To: Matthew Wilcox Cc: parisc-linux@parisc-linux.org, bame@www.riverrock.org Subject: Re: [parisc-linux] More unaligned references In-Reply-To: Message from Matthew Wilcox of "Mon, 21 May 2001 22:50:06 BST." <20010521225006.I23718@parcelfarce.linux.theplanet.co.uk> References: <20010521225006.I23718@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 21 May 2001 16:27:07 -0600 From: Paul Bame List-ID: > 0x20220 : addil 4800,dp,%r1 > 0x20224 : ldw fb(sr0,r1),r21 > 0x20228 : bv r0(r21) FYI in case others run across it, this was discovered to be the ".plt-1" bug. To find out, use 'objdump -h' to figure out where .plt is loaded. Then add 0x4800 plus 0xfb plus the dp register (r27). If that's .plt-1 you've found the bug which is/should-be squashed in recent bits. -P