diff options
| author | Khem Raj <kraj@mvista.com> | 2008-07-12 00:10:28 +0000 |
|---|---|---|
| committer | Khem Raj <kraj@mvista.com> | 2008-07-12 00:10:28 +0000 |
| commit | 32c5dde1e30fd8dc1fbac830cd8c92f8e4c11ef7 (patch) | |
| tree | b69cc803bd8455f16f8933306cb1bfafbab75b75 /test/tls/tls-macros.h | |
| parent | 360004f5edf8113866ec2d3a02212b3c60a0ddb7 (diff) | |
| download | uClibc-alpine-32c5dde1e30fd8dc1fbac830cd8c92f8e4c11ef7.tar.bz2 uClibc-alpine-32c5dde1e30fd8dc1fbac830cd8c92f8e4c11ef7.tar.xz | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Add NTPL testing support for ARM.
Diffstat (limited to 'test/tls/tls-macros.h')
| -rw-r--r-- | test/tls/tls-macros.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h index 9552d10d7..80efdace7 100644 --- a/test/tls/tls-macros.h +++ b/test/tls/tls-macros.h @@ -20,6 +20,14 @@ #include <tls-macros-mips.h> #endif +#ifdef __arm__ +#ifdef __thumb__ +#include <tls-macros-thumb.h> +#else +#include <tls-macros-arm.h> +#endif +#endif + /* XXX Each architecture must have its own asm for now. */ #ifdef __i386__ # define TLS_LE(x) \ |
