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

Unified Diff: include/elf/ia64.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/elf/i386.h ('k') | include/elf/metag.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/elf/ia64.h
diff --git a/include/elf/ia64.h b/include/elf/ia64.h
index d8f6f5015e8c1e8cac7b6517a31757c039ca2bc7..7f2453d0eaa200d2ae989b34570847ad8cd17dcf 100644
--- a/include/elf/ia64.h
+++ b/include/elf/ia64.h
@@ -209,6 +209,10 @@
# define VMS_STL_STD 2 /* Standard linkage with return value. */
# define VMS_STL_LNK 3 /* Explicit represented in .vms_linkages. */
+/* OpenVMS specific symbol binding values. */
+#define STB_VMS_WEAK 11 /* VMS weak symbol. */
+#define STB_VMS_SYSTEM 12 /* System symbol. */
+
/* OpenVMS specific fixup and relocation structures. */
typedef struct
« no previous file with comments | « include/elf/i386.h ('k') | include/elf/metag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698