This is the mail archive of the glibc-bugs@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]

[Bug math/17723] acos namespace


https://sourceware.org/bugzilla/show_bug.cgi?id=17723

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
I expect this sort of issue will appear for all architectures not defining 
libc_fe* (but not on architectures that do define libc_fe* to expand 
inline).  But a fix may be less confusing if it makes the relevant fe* 
functions into weak aliases for __fe* globally, even on architectures for 
which it's not actually needed.  (Watch out for architectures - powerpc - 
that already define __fegetround for their own purposes.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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