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

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

Issue 15662012: Fix mcount counter generation (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config/i386/nacl.h
diff --git a/gcc/config/i386/nacl.h b/gcc/config/i386/nacl.h
index c82ec28c47fbd3b2f910933ca300413612483e4d..f1513680ef4fad4bf85a38303ac6e05b9091a591 100644
--- a/gcc/config/i386/nacl.h
+++ b/gcc/config/i386/nacl.h
@@ -278,3 +278,7 @@ Boston, MA 02111-1307, USA. */
if (TARGET_NACL && optimize_size) \
error ("-Os is not supported by the Native Client compiler"); \
} while (0)
+
+
+/* Profile counters are not available under Native Client. */
+#define NO_PROFILE_COUNTERS 1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698