diff options
author | Tristan Gingold <gingold@adacore.com> | 2013-07-02 07:27:41 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2013-07-02 07:27:41 +0000 |
commit | 9d3056cd1d007df30bca4871421b3bea29525930 (patch) | |
tree | 703a22998d7a4a86d4f8a5053c979cd10d1ed3a1 /include/coff/xcoff.h | |
parent | cc0efaa8024bd8b8774cb9f1bea0241f81e20a67 (diff) | |
download | binutils-gdb-9d3056cd1d007df30bca4871421b3bea29525930.tar.gz |
2013-07-02 Tristan Gingold <gingold@adacore.com>
* internal.h (C_STTLS, C_GTLS): Define.
* xcoff.h (XMC_TL, XMC_TU, XMC_TE): Define.
Diffstat (limited to 'include/coff/xcoff.h')
-rw-r--r-- | include/coff/xcoff.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index 31b5071e49b..67502cda7c1 100644 --- a/include/coff/xcoff.h +++ b/include/coff/xcoff.h @@ -171,6 +171,10 @@ #define XMC_TD 16 /* Read-write data in TOC */ #define XMC_SV64 17 /* Read-only 64 bit supervisor call */ #define XMC_SV3264 18 /* Read-only 32 or 64 bit supervisor call */ +/* 19 ??? */ +#define XMC_TL 20 /* Read-write initialized TLS data */ +#define XMC_TU 21 /* Read-write uninitialized TLS data */ +#define XMC_TE 22 /* Same as XMC_TC but mapped after it */ /* The ldhdr structure. This appears at the start of the .loader section. */ |