Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2013-07-02 11:27:41 +0400
committerTristan Gingold <gingold@adacore.com>2013-07-02 11:27:41 +0400
commite24355b1ea6fa56af886e8c6fd4dc151fc335c48 (patch)
tree32eb53cdb724c83fc7c580ca21b38e9f20b38e9a /include/coff/xcoff.h
parent5073668c61818d54189e08ca0cfa690558751870 (diff)
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h
index 31b5071e4..67502cda7 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. */