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


"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?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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