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

Side by Side Diff: gcc/gcc/config/nacl.opt

Issue 3320011: [noupstream] Instrument for thread suspension. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: +bug Created 10 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | gcc/gcc/tree-profile.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Processor-independent options for GNU/Linux. 1 ; Processor-independent options for GNU/Linux.
2 ; 2 ;
3 ; Copyright (C) 2006, 2007 Free Software Foundation, Inc. 3 ; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
4 ; Contributed by Google 4 ; Contributed by Google
5 ; 5 ;
6 ; This file is part of GCC. 6 ; This file is part of GCC.
7 ; 7 ;
8 ; GCC is free software; you can redistribute it and/or modify it under 8 ; GCC is free software; you can redistribute it and/or modify it under
9 ; the terms of the GNU General Public License as published by the Free 9 ; the terms of the GNU General Public License as published by the Free
10 ; Software Foundation; either version 3, or (at your option) any later 10 ; Software Foundation; either version 3, or (at your option) any later
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 Common RejectNegative Joined UInteger 45 Common RejectNegative Joined UInteger
46 46
47 fnacl-library-mode 47 fnacl-library-mode
48 Common Report Var(flag_nacl_library_mode,1) Init(0) 48 Common Report Var(flag_nacl_library_mode,1) Init(0)
49 49
50 fnacl-align-16 50 fnacl-align-16
51 Common Report Var(flag_nacl_align_pow2,4) Init(NACL_ALIGN_POW2) 51 Common Report Var(flag_nacl_align_pow2,4) Init(NACL_ALIGN_POW2)
52 52
53 fnacl-align-32 53 fnacl-align-32
54 Common Report Var(flag_nacl_align_pow2,5) 54 Common Report Var(flag_nacl_align_pow2,5)
55
56 finstrument-for-thread-suspension
57 Common Report Var(flag_instrument_for_thread_suspension)
OLDNEW
« no previous file with comments | « no previous file | gcc/gcc/tree-profile.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698