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

@ -343,6 +343,8 @@ struct internal_aouthdr
#define C_FUN (0x8e)
#define C_BSTAT (0x8f)
#define C_ESTAT (0x90)
#define C_GTLS (0x97)
#define C_STTLS (0x98)
/* Storage classes for Thumb symbols */
#define C_THUMBEXT (128 + C_EXT) /* 130 */