[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patches] allow non-fpu m68k libraries



Nathan Sidwell <nathan@xxxxxxxxxxxxxxxx> writes:
>  #else
> -	move.l #0, -(%sp)
> -	move.l #0, -(%sp)
> +	clr.l, -(%sp)
> +	clr.l, -(%sp)
>  #endif

Stray commas.  (Does this assemble for you?  It doesn't on
binutils HEAD.)

Richard