This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] Change inline asm to work with llvm-gcc


On Tue, Dec 23, 2008 at 6:21 AM, Rafael Espindola <espindola@google.com> wrote:
> 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 *".

Did you test this, for which targets, and were there any regressions?

Please also have a read through the contribution checklist:
http://sourceware.org/glibc/wiki/Contribution%20checklist

Cheers,
Carlos.


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