2013-07-02 Tristan Gingold <gingold@adacore.com>

* internal.h (C_STTLS, C_GTLS): Define.
	* xcoff.h (XMC_TL, XMC_TU, XMC_TE): Define.
This commit is contained in:
Tristan Gingold
2013-07-02 07:27:41 +00:00
parent 5073668c61
commit e24355b1ea
3 changed files with 11 additions and 0 deletions

View File

@ -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. */