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]

Re: x86-64 support for gas part I


On Tue, Dec 19, 2000 at 12:18:51PM +1100, Alan Modra wrote:
> > ! 		  disp = (((disp & 0xffffffff) ^ 0x80000000) - 0x80000000);
> 
> Constants in range 0x80000000 to 0xffffffff here need fixing.

No, this one's fine.  Either it's a 64-bit machine and the
sign extension happens as planned, or it's a no-op.


r~

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