summaryrefslogtreecommitdiff
path: root/gcc/config/i386/cygming.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-06-01 00:50:21 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2005-06-01 00:50:21 +0000
commitd68c2f42dc71adddb3acae1a2469a28d0783f34c (patch)
treed18686a6bbfac2c098395dcdaa2791a26ed932bb /gcc/config/i386/cygming.h
parenta9c9d3fa23bf97cd72cfffd9fff018734145e056 (diff)
downloadgcc-d68c2f42dc71adddb3acae1a2469a28d0783f34c.tar.gz
* config/i386/cygming.h (NO_PROFILE_COUNTERS): Define.
From-SVN: r100419
Diffstat (limited to 'gcc/config/i386/cygming.h')
-rw-r--r--gcc/config/i386/cygming.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h
index 6b78909b5e3..4c63729cf10 100644
--- a/gcc/config/i386/cygming.h
+++ b/gcc/config/i386/cygming.h
@@ -403,6 +403,10 @@ extern int i386_pe_dllimport_name_p (const char *);
/* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler } */ \
{ "selectany", 0, 0, true, false, false, ix86_handle_selectany_attribute }
+/* mcount() does not need a counter variable. */
+#undef NO_PROFILE_COUNTERS
+#define NO_PROFILE_COUNTERS 1
+
#undef TREE
#ifndef BUFSIZ