summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matyukevich <sergey.matyukevich@synopsys.com>2022-09-20 20:54:19 +0400
committerWaldemar Brodkorb <wbx@openadk.org>2022-09-27 12:03:15 +0200
commit0bd32f727316c99569e19ae60790f29cc6770db6 (patch)
tree82e4d6e51c9d3979e6084fd40a18ba7525f73051
parenta0d7487a6636f06daf9b4fb2c3765935bb4daf65 (diff)
arc: use existing tls macros for ARCv3 32-bit CPUs
Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com> Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
-rw-r--r--test/tls/tls-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h
index 087b365..a94c3d2 100644
--- a/test/tls/tls-macros.h
+++ b/test/tls/tls-macros.h
@@ -24,7 +24,7 @@
#include <tls-macros-alpha.h>
#endif
-#ifdef __arc__
+#if defined(__arc__) || defined(__ARC64_ARCH32__)
#include <tls-macros-arc.h>
#endif