summaryrefslogtreecommitdiff
path: root/gcc/config/i386/freebsd.h
diff options
context:
space:
mode:
authorobrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-02 21:53:53 +0000
committerobrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-02 21:53:53 +0000
commitd4e27e31a262a219d4b0e2b41ecf8505d0506f75 (patch)
tree6eefbb9edcfec64fae82348086625a3bbb3bfc01 /gcc/config/i386/freebsd.h
parentfe150d468da05b05d74cc72044a03ec369986169 (diff)
downloadgcc-d4e27e31a262a219d4b0e2b41ecf8505d0506f75.tar.gz
2000-10-02 David O'Brien <obrien@dragon.nuxi.com>
* config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define. Approved by: Richard Henderson <rth@cygnus.com> <20001002132531.A16477@cygnus.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36694 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/freebsd.h')
-rw-r--r--gcc/config/i386/freebsd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h
index 4653346f4bb..9cd5437cc02 100644
--- a/gcc/config/i386/freebsd.h
+++ b/gcc/config/i386/freebsd.h
@@ -52,6 +52,9 @@ Boston, MA 02111-1307, USA. */
#undef DBX_REGISTER_NUMBER
#define DBX_REGISTER_NUMBER(n) svr4_dbx_register_map[n]
+#undef NO_PROFILE_COUNTERS
+#define NO_PROFILE_COUNTERS
+
/* Tell final.c that we don't need a label passed to mcount. */
#undef FUNCTION_PROFILER