Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93765 | Differences between
and this patch

Collapse All | Expand All

(-)mono/utils/mono-compiler.h (+2 lines)
Lines 11-16 Link Here
11
11
12
#if defined(PIC) && defined(__x86_64__)
12
#if defined(PIC) && defined(__x86_64__)
13
#define MONO_TLS_FAST 
13
#define MONO_TLS_FAST 
14
#elif defined (__powerpc__)
15
#define MONO_TLS_FAST
14
#else
16
#else
15
#define MONO_TLS_FAST __attribute__((tls_model("local-exec")))
17
#define MONO_TLS_FAST __attribute__((tls_model("local-exec")))
16
#endif
18
#endif

Return to bug 93765