summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-02 08:46:15 +0000
committerobrien <obrien@FreeBSD.org>2001-03-02 08:46:15 +0000
commitdcea9e494b18dce83d4d450087b98973e47b484c (patch)
tree7cd3b31179dbc1db04649074962822d0fbb5cea2 /contrib/gcc/config
parented30b93b9e4dc84c53ee0dab568974c44bcef6f3 (diff)
downloadFreeBSD-src-dcea9e494b18dce83d4d450087b98973e47b484c.zip
FreeBSD-src-dcea9e494b18dce83d4d450087b98973e47b484c.tar.gz
Change "NO_PROFILE_DATA" to "NO_PROFILE_COUNTERS" to match the commit by
the FSF/GCC people in the stock 2.97 source that is like our custom change modulo the conditional compilation symbol.
Diffstat (limited to 'contrib/gcc/config')
-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