Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110006837
D22524.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
429 B
Referenced Files
None
Subscribers
None
D22524.diff
View Options
Index: head/sys/sys/cdefs.h
===================================================================
--- head/sys/sys/cdefs.h
+++ head/sys/sys/cdefs.h
@@ -774,7 +774,8 @@
#endif
#endif /* __STDC_WANT_LIB_EXT1__ */
-#if defined(__mips) || defined(__powerpc64__) || defined(__riscv)
+#if defined(__mips) || defined(__riscv) || \
+ (defined(__powerpc64__) && (!defined(_CALL_ELF) || _CALL_ELF == 1))
#define __NO_TLS 1
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 9:35 AM (20 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16625866
Default Alt Text
D22524.diff (429 B)
Attached To
Mode
D22524: [PowerPC] Enable TLS usage in system libraries on ELFv2.
Attached
Detach File
Event Timeline
Log In to Comment