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 125287 Details for
Bug 182742
ExcludeArch: ppc from tla package
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]
Patch to ignore long double for alignment purposes
tla-ppc32-fix-alignment.patch (text/plain), 746 bytes, created by
Josh Boyer
on 2006-02-26 23:22:43 UTC
(
hide
)
Description:
Patch to ignore long double for alignment purposes
Filename:
MIME Type:
Creator:
Josh Boyer
Created:
2006-02-26 23:22:43 UTC
Size:
746 bytes
patch
obsolete
>Index: tla-working/src/hackerlab/machine/gen-alignment.to-c >=================================================================== >--- tla-working.orig/src/hackerlab/machine/gen-alignment.to-c >+++ tla-working/src/hackerlab/machine/gen-alignment.to-c >@@ -12,6 +12,7 @@ > > #include <stdio.h> > >+#ifndef __PPC__ > #define TYPES \ > TYPE(char, char) \ > TYPE(short, short) \ >@@ -22,6 +23,17 @@ > TYPE(float, float) \ > TYPE(double, double) \ > TYPE(long double, long_double) >+#else >+#define TYPES \ >+ TYPE(char, char) \ >+ TYPE(short, short) \ >+ TYPE(int, int) \ >+ TYPE(long, long) \ >+ TYPE(long long, long_long) \ >+ TYPE(void *, pointer) \ >+ TYPE(float, float) \ >+ TYPE(double, double) >+#endif > > #undef TYPE > #define TYPE(SCALAR, STRUCT) \
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 182742
: 125287