FreeBSD Bugzilla – Attachment 182230 Details for
Bug 218885
lang/mono: WITH_LLD_IS_LD: pthread_support: error: failed to compute relocation: R_X86_64_DTPOFF64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix linking with lld
patch-mono_utils_mono-compiler.h (text/plain), 555 bytes, created by
David Naylor
on 2017-05-01 17:28:50 UTC
(
hide
)
Description:
Fix linking with lld
Filename:
MIME Type:
Creator:
David Naylor
Created:
2017-05-01 17:28:50 UTC
Size:
555 bytes
patch
obsolete
>--- mono/utils/mono-compiler.h.orig 2017-05-01 17:08:15 UTC >+++ mono/utils/mono-compiler.h >@@ -54,13 +54,13 @@ > For now we will disable this. */ > #define MONO_TLS_FAST > #else >-#define MONO_TLS_FAST __attribute__((tls_model("local-dynamic"))) >+#define MONO_TLS_FAST __attribute__((tls_model("local-dynamic"))) __attribute__((visability("hidden"))) > #endif > #endif > > #else > >-#define MONO_TLS_FAST __attribute__((tls_model("local-exec"))) >+#define MONO_TLS_FAST __attribute__((tls_model("local-exec"))) __attribute__((visability("hidden"))) > > #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 218885
: 182230 |
185675