[patch] Change inline asm to work with llvm-gcc
Rafael Espindola
espindola@google.com
Tue Dec 23 14:21:00 GMT 2008
llvm-gcc requires that if a register is used for both input and
output, the types of the input and output expressions should be
compatible. Currently __FD_ZERO uses an int for output and a int* for
input in its second argument.
2008-12-23 Rafael Avila de Espindola <espindola@google.com>
* sysdeps/i386/bits/select.h (__FD_ZERO): Change the type of __d1 to
"int *".
Cheers,
--
Rafael Avila de Espindola
Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libc.patch
Type: text/x-patch
Size: 640 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20081223/f4e457fd/attachment.bin>
More information about the Libc-alpha
mailing list