svn commit: r212976 - head/lib/libc/i386/gen

Rui Paulo rpaulo at FreeBSD.org
Tue Sep 21 20:29:57 UTC 2010


On 21 Sep 2010, at 21:23, Rui Paulo wrote:

> Author: rpaulo
> Date: Tue Sep 21 20:23:19 2010
> New Revision: 212976
> URL: http://svn.freebsd.org/changeset/base/212976
> 
> Log:
>  Workaround LLVM bug #4434:
> 
>  Reorder inline assembly arguments temp2, temp, value and texp to follow
>  the st(0), st(1), etc. style.
>  Also mark the temp2 variable as volatile to workaround another clang
>  bug.
>  This allows clang to buildworld FreeBSD/i386.

There's no binary change when using gcc.

Regards,
--
Rui Paulo




More information about the svn-src-all mailing list