summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/gcc/config/i386/freebsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h
index 4568cbd..b4c2cb4 100644
--- a/contrib/gcc/config/i386/freebsd.h
+++ b/contrib/gcc/config/i386/freebsd.h
@@ -208,8 +208,8 @@ Boston, MA 02111-1307, USA. */
} while (0);
/* Tell final.c that we don't need a label passed to mcount. */
-#undef NO_PROFILE_DATA
-#define NO_PROFILE_DATA
+#undef NO_PROFILE_COUNTERS
+#define NO_PROFILE_COUNTERS
/* Output assembler code to FILE to begin profiling of the current function.
LABELNO is an optional label. */
OpenPOWER on IntegriCloud