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: Support 64bit BFD and 64bit host for xtensa


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.


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