diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-06 13:43:02 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-06 13:43:02 +0200 |
commit | 910aa477e18a9ee218eea8a79b02a90b1303c07b (patch) | |
tree | 7559f991d098a973d3f7e9563147cb495e441010 /open_issues/libc_variant_selection.mdwn | |
parent | c02b0fcf3a45adca271e4662f6c88e4adfd148da (diff) | |
download | web-910aa477e18a9ee218eea8a79b02a90b1303c07b.tar.gz web-910aa477e18a9ee218eea8a79b02a90b1303c07b.tar.bz2 web-910aa477e18a9ee218eea8a79b02a90b1303c07b.zip |
open_issues/gcc: Update.
Diffstat (limited to 'open_issues/libc_variant_selection.mdwn')
-rw-r--r-- | open_issues/libc_variant_selection.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/open_issues/libc_variant_selection.mdwn b/open_issues/libc_variant_selection.mdwn index f44f7068..afcd9ae0 100644 --- a/open_issues/libc_variant_selection.mdwn +++ b/open_issues/libc_variant_selection.mdwn @@ -27,3 +27,8 @@ On Thu, Oct 07, 2010 at 11:22:46AM +0200, Samuel Thibault wrote: > > Yes, you need to copy it by hand. Same for libc0.3-i686, we just need to > steal the cpuid code from the kfreebsd port of glibc. + +--- + +Having working CPUID code inside [[glibc]] is also a prerequisite for proper +[[IFUNC]] support. |