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-09-01 22:06 -------
(In reply to comment #10)
> 1.) Export a boolean symbol for runtime querying of the FPSCR feature
> availability, e.g. something like __ppc_feature_dfp_available.

We never export variables.  Always export functions.  And is this case it should
be a function to do the whole work and not just to query which instruction to use.


> 2.) In __libc_start_main search the auxv hwcap for the specific feature, i.e.
> PPC_FEATURE_HAS_DFP, and set the symbol __ppc_feature_dfp_available.

This information only has to be passed from ld.so into libm or libc (see above).
 The data can be strored in rtld_globcal_ro.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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]