This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix power4.s gas failure


On Mon, Jul 28, 2003 at 09:37:13PM +0200, Jakub Jelinek wrote:
> Hi!
> 
> I get following failure on ppc64-linux native gas (while it
> works in i386->ppc64 cross).
> The problem is 64-bit unclean code.
> 0xe0820000L & (0x3f << 26) is 0xe0000000L, while
> (56 << 26) is -0x20000000L.
> Ok to commit?

Yes please.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]