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]

Linking __float128 and double double code together?


How do we plan to handle the error case when users inevitably
try to link a 'long double == __float128' DSO with a
'long double == double double' DSO?

A GNU attribute for float type and a static linker error when
two incompatible types are mixed?

-- 
Cheers,
Carlos.


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