tls-macros.h 385 B

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