Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #339178: x86-fnstsw.patch for
bug #458020
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 458020
| Differences between
sed-bad-version-regexp.patch
make-mixed-implicit-normal-rules.patch
binutils-elf-begin.patch
binutils-bad-version-checks.patch
and this patch
Collapse All
|
Expand All
(-)
glibc-2.6.1/sysdeps/i386/fpu/ftestexcept.c.vanilla (-1 / +1 lines)
Lines 26-32
Link Here
26
int
26
int
27
fetestexcept (int excepts)
27
fetestexcept (int excepts)
28
{
28
{
29
int temp;
29
short temp;
30
int xtemp = 0;
30
int xtemp = 0;
31
31
32
/* Get current exceptions. */
32
/* Get current exceptions. */
Return to
bug 458020