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 125396 Details for
Bug 182965
mono needs execmen to execute causes selinux failures.
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.rh92 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]
amd64 fix
utils-tls.diff (text/plain), 793 bytes, created by
Paolo Molaro
on 2006-02-28 13:40:17 UTC
(
hide
)
Description:
amd64 fix
Filename:
MIME Type:
Creator:
Paolo Molaro
Created:
2006-02-28 13:40:17 UTC
Size:
793 bytes
patch
obsolete
>Modified: trunk/mono/mono/utils/mono-compiler.h >=================================================================== >--- trunk/mono/mono/utils/mono-compiler.h 2006-02-28 10:35:18 UTC (rev 57387) >+++ trunk/mono/mono/utils/mono-compiler.h 2006-02-28 13:02:26 UTC (rev 57388) >@@ -29,8 +29,7 @@ > #endif > #elif defined(__x86_64__) > #if defined(PIC) >-#define MONO_THREAD_VAR_OFFSET(var,offset) do { guint64 foo; __asm ("movq $" #var "@GOTTPOFF(%%rip), %0" : "=r" (foo)); offset >-= foo; } while (0) >+#define MONO_THREAD_VAR_OFFSET(var,offset) do { guint64 foo; __asm ("movq " #var "@GOTTPOFF(%%rip), %0" : "=r" (foo)); offset = foo; } while (0) > #else > #define MONO_THREAD_VAR_OFFSET(var,offset) do { guint64 foo; __asm ("movq $" #var "@TPOFF, %0" : "=r" (foo)); offset = foo; } while (0) > #endif >
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 182965
:
125213
| 125396 |
125569