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

Unified Diff: gcc/config/i386/nacl.opt

Issue 8479017: Add a compatibility function attribute (and flag) for nacl-gcc to (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: period Created 9 years, 1 month 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 | « gcc/config/i386/i386.c ('k') | gcc/function.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config/i386/nacl.opt
diff --git a/gcc/config/i386/nacl.opt b/gcc/config/i386/nacl.opt
index 2b915220c9683006d6a3af92c8443d4d45866f27..e0622f995d04295f01bd3f7efb1245e3fb411071 100644
--- a/gcc/config/i386/nacl.opt
+++ b/gcc/config/i386/nacl.opt
@@ -22,3 +22,8 @@
mtls-use-call
Target Var(TARGET_TLS_USE_CALL) Init(0)
Use a function call rather than direct segment register access for TLS
+
+mpnacl-cconv
+Target Var(TARGET_PNACL_CCONV) Init(0)
+Use the PNaCl calling convention on x86-64 and pass by-value structures
+and unions on the stack instead of registers.
« no previous file with comments | « gcc/config/i386/i386.c ('k') | gcc/function.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698