Re: 2.1.128 / current EGCS

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 13 Nov 1998 18:19:12 +0000 (GMT)


> __asm__("cld\n\t" \
> "rep ; movsl" \
> x \
> : /* no outputs */ \
> : "c" (n/4),"D" ((long) to),"S" ((long) from) \
> : "cx","di","si","memory");
>
> ("fixed or forbidden register 2 (cx) was spilled for class CREG.")
>
> Is there any fix for this (aside from switching to gcc or an earlier EGCS
> snapshot, which of course works)?

Can you try 2.1.128ac1 as that has Bernd Schmidt's patch to fix
the clobber stuff. It'll be appearing on ftp.linux.org.uk in about 5
minutes from posting time..

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/