PATCH: Support 64bit BFD and 64bit host for xtensa

H. J. Lu hjl@lucon.org
Sun Apr 10 20:27:00 GMT 2005


On Sun, Apr 10, 2005 at 10:14:59PM +0200, Andreas Schwab wrote:
> "H. J. Lu" <hjl@lucon.org> writes:
> 
> > --- gas/config/tc-i960.c.64bit	2005-03-25 10:18:49.000000000 -0800
> > +++ gas/config/tc-i960.c	2005-04-10 09:21:12.216332749 -0700
> > @@ -599,7 +599,7 @@ get_cdisp (char *dispP, /* Displacement 
> >  	    {
> >  	      outP = frag_more (8);	/* Allocate worst-case storage.  */
> >  	      md_number_to_chars (outP, instr, 4);
> > -	      frag_variant (rs_machine_dependent, 4, 4, 1,
> > +	      frag_variant (rs_machine_dependent, 4, 4L, 1,
> 
> What is this good for?
> 

Just to play it safe.


H.J.



More information about the Binutils mailing list