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


> Why should glibc care that llvm redefines semantics of inline asm?
> Inline asm is a GNU extension, coming from GCC, so if llvm wants to support
> it, it better should be compatible.

It is a compromise. inline asm is an GNU extension, but other
compilers support (part) of it. This is a small change to make another
free compiler able to use glibc. So

*) This will have no bad effect on glibc with normal gcc (doing some
testing for sanity check)
*) The change is minimal an requires no effort to maintain
*) Makes two free software project work better with each other

>        Jakub
>

Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047


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