Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal Drop obsolet...
details: https://anonhg.NetBSD.org/src/rev/2939a134530f
branches: trunk
changeset: 971337:2939a134530f
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Apr 21 22:27:09 2020 +0000
description:
Drop obsolete special case for clang/ppc.
diffstat:
external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diffs (19 lines):
diff -r 78cc91d846cb -r 2939a134530f external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h
--- a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h Tue Apr 21 22:22:55 2020 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h Tue Apr 21 22:27:09 2020 +0000
@@ -156,15 +156,7 @@
/* Non-empty if the tls_model attribute is supported. */
#if !defined(__vax__) && !defined(__mc68010__)
-# if defined(__clang__) && defined(__ppc__) && defined(__pic__)
-/*
- * XXX: In pic mode clang generates PPC32_GOT instead of PPC32_PICGOT for
- * tls model initial-exec. It shouldn't; see PPCISelLowering.h
- */
-# define JEMALLOC_TLS_MODEL __attribute__((tls_model("global-dynamic")))
-# else
# define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))
-# endif
#endif
/*
Home |
Main Index |
Thread Index |
Old Index