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

Unified Diff: include/coff/xcoff.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/ti.h ('k') | include/demangle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/coff/xcoff.h
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h
index 31b5071e49b971f77004bbe521702e5ab073ba1a..67502cda7c1f60330bd7485ca3a88f6b59a6798b 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. */
« no previous file with comments | « include/coff/ti.h ('k') | include/demangle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698