blob: 0a08f7c1452947ed0290b6a3e87f64cfc75913fc [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* Macros to support TLS testing in times of missing compiler support.
2 Stub version.
3
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.
7
8#define TLS_LE(x)
9#define TLS_IE(x)
10#define TLS_LD(x)
11#define TLS_GD(x)
12*/