lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | /* 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 | */ |