Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157687 Details for
Bug 245456
please add arm support to the gmp package
[?]
New
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.rh83 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]
Patch for gmp to fix ARM fp word order (no longer needed for gmp 4.2.)
gmp-4.1.4-arm-vfp.patch (text/plain), 1.18 KB, created by
Lennert Buytenhek
on 2007-06-23 15:29:31 UTC
(
hide
)
Description:
Patch for gmp to fix ARM fp word order (no longer needed for gmp 4.2.)
Filename:
MIME Type:
Creator:
Lennert Buytenhek
Created:
2007-06-23 15:29:31 UTC
Size:
1.18 KB
patch
obsolete
>--- gmp-4.1.4/gmp-impl.h.orig 2004-04-22 23:59:53.000000000 +0000 >+++ gmp-4.1.4/gmp-impl.h 2006-11-28 11:17:28.000000000 +0000 >@@ -2466,7 +2466,7 @@ > > /* Define ieee_double_extract and _GMP_IEEE_FLOATS. */ > >-#if (defined (__arm__) && (defined (__ARMWEL__) || defined (__linux__))) >+#if (defined (__arm__) && !defined(__ARMEB__) && !defined(__VFP_FP__) && (defined (__ARMWEL__) || defined (__linux__))) > /* Special case for little endian ARM since floats remain in big-endian. */ > #define _GMP_IEEE_FLOATS 1 > union ieee_double_extract >@@ -2483,6 +2483,7 @@ > #else > #if defined (_LITTLE_ENDIAN) || defined (__LITTLE_ENDIAN__) \ > || defined (__alpha) \ >+ || (defined (__arm__) && !defined(__ARMEB__) && defined(__VFP_FP__)) \ > || defined (__clipper__) \ > || defined (__cris) \ > || defined (__i386__) \ >@@ -2524,7 +2525,7 @@ > #else > #if defined (_BIG_ENDIAN) || defined (__BIG_ENDIAN__) \ > || defined (__a29k__) || defined (_AM29K) \ >- || defined (__arm__) \ >+ || (defined (__arm__) && defined (__ARMEB__)) \ > || (defined (__convex__) && defined (_IEEE_FLOAT_)) \ > || defined (_CRAYMPP) || defined (_CRAYIEEE) \ > || defined (__i370__) || defined (__mvs__) \
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 245456
:
157684
|
157685
|
157686
| 157687