From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Raeburn To: hjl@lucon.org (H.J. Lu) Cc: rth@cygnus.com, ian@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: References: X-SW-Source: 1997/msg00030.html Just as an aside, it's helpful to include the relocs (objdump -dr) when including this sort of snippet in a bug report. The instructions alone aren't very informative without the relocs used, when they're GP-based. (Any interesting changes in the literal sections would be good to know too.) > 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. Ken