diff options
Diffstat (limited to 'test/tls/tls-macros.h')
-rw-r--r-- | test/tls/tls-macros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h index 47e0b22..50a8b07 100644 --- a/test/tls/tls-macros.h +++ b/test/tls/tls-macros.h @@ -16,6 +16,10 @@ /* XXX Until we get compiler support we don't need declarations. */ #define VAR_INT_DECL(x) +#ifdef __aarch64__ +#include <tls-macros-aarch64.h> +#endif + #ifdef __alpha__ #include <tls-macros-alpha.h> #endif |