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.
This commit is contained in:
David E. O'Brien 2001-03-02 08:46:15 +00:00
parent e70db7b576
commit 9dcc3a35a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73325

View File

@ -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. */