Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 144464 Details for
Bug 182118
Fails to biuld for ppc arch
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Workaround
dietlibc-0.30-longdouble.patch (text/plain), 1.50 KB, created by
David Woodhouse
on 2006-12-28 14:39:22 UTC
(
hide
)
Description:
Workaround
Filename:
MIME Type:
Creator:
David Woodhouse
Created:
2006-12-28 14:39:22 UTC
Size:
1.50 KB
patch
obsolete
>--- dietlibc-0.30/libm/gamma.c~ 2005-03-15 08:51:23.000000000 +0000 >+++ dietlibc-0.30/libm/gamma.c 2006-12-28 14:36:58.000000000 +0000 >@@ -33,19 +33,19 @@ Return value gamma returns a value in > #include <stdlib.h> > #include <math.h> > >-#define B0 + 1.0l/ 6/ 1/ 2 >-#define B1 - 1.0l/ 30/ 3/ 4 >-#define B2 + 1.0l/ 42/ 5/ 6 >-#define B3 - 1.0l/ 30/ 7/ 8 >-#define B4 + 5.0l/ 66/ 9/10 >-#define B5 - 691.0l/2730/11/12 >-#define B6 + 7.0l/ 6/13/14 >-#define B7 - 3617.0l/ 510/15/16 >-#define B8 + 43867.0l/ 798/17/18 >-#define B9 - 174611.0l/ 330/19/20 >-#define B10 + 854513.0l/ 138/21/22 >-#define B11 - 236364091.0l/2730/23/24 >-#define B12 + 8553103.0l/ 6/25/26 >+#define B0 + 1.0/ 6/ 1/ 2 >+#define B1 - 1.0/ 30/ 3/ 4 >+#define B2 + 1.0/ 42/ 5/ 6 >+#define B3 - 1.0/ 30/ 7/ 8 >+#define B4 + 5.0/ 66/ 9/10 >+#define B5 - 691.0/2730/11/12 >+#define B6 + 7.0/ 6/13/14 >+#define B7 - 3617.0/ 510/15/16 >+#define B8 + 43867.0/ 798/17/18 >+#define B9 - 174611.0/ 330/19/20 >+#define B10 + 854513.0/ 138/21/22 >+#define B11 - 236364091.0/2730/23/24 >+#define B12 + 8553103.0/ 6/25/26 > > static const double coeff[] = { B0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10 }; > int signgam;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182118
: 144464