* config/i386/cygming.h (NO_PROFILE_COUNTERS): Define.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 1 Jun 2005 00:50:21 +0000 (00:50 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Wed, 1 Jun 2005 00:50:21 +0000 (00:50 +0000)
From-SVN: r100419

gcc/ChangeLog
gcc/config/i386/cygming.h

index ec8ed235f8e747fa29aa92ee7450c2004d128803..4773bb707632ca817ff76b590d79373bbc2b4a75 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * config/i386/cygming.h (NO_PROFILE_COUNTERS): Define.
+
 2005-05-31  Geoffrey Keating  <geoffk@geoffk.org>
 
        * config/rs6000/rs6000.md (sync_boolcshort_internal): New.
index 6b78909b5e3c52698b9e2c05d4aefcf0200eba31..4c63729cf106bf6cc2c04c80fd1a84e47d21b465 100644 (file)
@@ -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