From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Ken Raeburn Cc: "H.J. Lu" , rth@cygnus.com, Ian Lance Taylor , gas2@cygnus.com Subject: Re: An alpha/gas bug Date: Mon, 10 Nov 1997 13:25:00 -0000 Message-id: <19971110132616.52006@dot.cygnus.com> References: X-SW-Source: 1997/msg00029.html On Mon, Nov 10, 1997 at 04:20:06PM -0500, Ken Raeburn wrote: > > differently. binutils 2.8.1 generates > > > > ldq v0,0(gp) > > lda v0,32(v0) > > > > and gas-971031 generates > > > > ldq v0,0(gp) > > > > I'm in the middle of some gcc work right now, but I may look at this > tomorrow if Ian or Richard don't. The bug isn't in gas, since the relocation contains the proper offset. My guess is the bug is in ld.so, but I havn't had a chance to verify that; it could potentially be in ld. r~