diff options
author | Sergey Matyukevich <sergey.matyukevich@synopsys.com> | 2022-09-20 20:54:19 +0400 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-09-27 12:03:15 +0200 |
commit | 0bd32f727316c99569e19ae60790f29cc6770db6 (patch) | |
tree | 82e4d6e51c9d3979e6084fd40a18ba7525f73051 /test | |
parent | a0d7487a6636f06daf9b4fb2c3765935bb4daf65 (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>
Diffstat (limited to 'test')
-rw-r--r-- | test/tls/tls-macros.h | 2 |
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 |