2.9
[glibc/nacl-glibc.git] / sysdeps / generic / tls-macros.h
blob0a08f7c1452947ed0290b6a3e87f64cfc75913fc
1 /* Macros to support TLS testing in times of missing compiler support.
2 Stub version.
4 These macros should yield int * expressions for the TLS symbol X
5 accessed using the various TLS access models. Macros for some machines
6 are defined in elf/tls-macros.h, but ports can instead provide this file.
8 #define TLS_LE(x)
9 #define TLS_IE(x)
10 #define TLS_LD(x)
11 #define TLS_GD(x)