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 libc/6411] PowerPC: Extend fpu fenv operations to operate on 64-bit FPSCR


------- Additional Comments From drepper at redhat dot com  2008-08-19 00:38 -------
(In reply to comment #8)
> So it seems an unnecessary burden to make a dynamic check at runtime for
> something that won't change for a very long time.

You miss the point.  We have to get back to having only one DSO.  We'll have
some technologies to handle widely diverging functions but for cases like this,
which are trivial to resolve, we should switch dynamically.

> #ifdef FOO
> # define BAR
> # ifdef FAZ
> #  #define BAZ
> # endif
> #endif

That's the correct format.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6411

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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