From dcea9e494b18dce83d4d450087b98973e47b484c Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 2 Mar 2001 08:46:15 +0000 Subject: 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. --- contrib/gcc/config/i386/freebsd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/gcc/config') 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. */ -- cgit v1.1