Index: include/coff/internal.h |
diff --git a/include/coff/internal.h b/include/coff/internal.h |
index f52bfbb7ba97ed0ca7a8761f1fef0160d08d0c78..8b843247eddc42ef9e1610431a0e42be49662a77 100644 |
--- a/include/coff/internal.h |
+++ b/include/coff/internal.h |
@@ -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 */ |