aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-02 08:46:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-02 08:46:15 +0000
commit9dcc3a35a1812da90e52fa0655545d653d46ef35 (patch)
tree0f108b166ef10173f3fc4c38d603ea61aba0d9a8 /contrib/gcc
parente70db7b576e4d0baea798b509b10cf29ebd83d68 (diff)
downloadsrc-9dcc3a35a1812da90e52fa0655545d653d46ef35.tar.gz
src-9dcc3a35a1812da90e52fa0655545d653d46ef35.zip
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.
Notes
Notes: svn path=/head/; revision=73325
Diffstat (limited to 'contrib/gcc')
-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 4568cbddc6fb..b4c2cb4a4b5e 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. */