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

Unified Diff: gcc/config/nacl.opt

Issue 6995077: Get rid of bundle size controls in gcc (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 9 years, 6 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 | « gcc/config/i386/i386.c ('k') | gcc/opts.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config/nacl.opt
diff --git a/gcc/config/nacl.opt b/gcc/config/nacl.opt
index ad0a815b59336b899f25960523984f57f6a8c205..c4637747be938036c009393e53583d61819c3399 100644
--- a/gcc/config/nacl.opt
+++ b/gcc/config/nacl.opt
@@ -23,35 +23,5 @@ fcontrol-integrity
Common Report Var(flag_control_integrity) Init(1)
Expand indirect call, jmp, and rets
-falign-functions
-Common Report Var(align_functions,NACL_ALIGN_BYTES) Init(NACL_ALIGN_BYTES)
-Align the start of functions
-
-falign-functions=
-Common RejectNegative Joined UInteger
-
-falign-jumps
-Common Report Var(align_jumps,NACL_ALIGN_BYTES) Init(NACL_ALIGN_BYTES)
-Align labels which are only reached by jumping
-
-falign-jumps=
-Common RejectNegative Joined UInteger
-
-falign-labels
-Common Report Var(align_labels,NACL_ALIGN_BYTES) Init(NACL_ALIGN_BYTES)
-Align all labels
-
-falign-labels=
-Common RejectNegative Joined UInteger
-
-fnacl-library-mode
-Common Report Var(flag_nacl_library_mode,1) Init(0)
-
-fnacl-align-16
-Common Report Var(flag_nacl_align_pow2,4) Init(NACL_ALIGN_POW2)
-
-fnacl-align-32
-Common Report Var(flag_nacl_align_pow2,5)
-
finstrument-for-thread-suspension
Common Report Var(flag_instrument_for_thread_suspension)
« no previous file with comments | « gcc/config/i386/i386.c ('k') | gcc/opts.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698