Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: include/coff/internal.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/coff/arm.h ('k') | include/coff/pe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « include/coff/arm.h ('k') | include/coff/pe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698