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: mipsisa32-unknown-elf-as: Error: too large constant specified


On Tue, 2003-10-14 at 17:14, Ian Lance Taylor wrote:
> Nigel Stephens <nigel@mips.com> writes:
> 
> > I believe that this new behaviour is broken.
> 
> cgd@broadcom.com writes:
> 
> > I'd guess this is a recent regression.
> 
> Hey, I'm easy.  Any opinions on this patch?  I haven't tried the
> testsuite yet.  In any case, clearly some new tests are called for
> here.

Looks good to me.

>  
> -    ep->X_add_number = (((ep->X_add_number & 0xffffffff) ^ 0x80000000)
> -			- 0x80000000);
> +      ep->X_add_number = (((ep->X_add_number & 0xffffffff) ^ 0x80000000)
> +			  - 0x80000000);
>  

Unless I'm going blind these changes appear to be whitespace?

-eric

-- 
Eric Christopher <echristo@redhat.com>


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