freebsd.h (NO_PROFILE_COUNTERS): Define.
authorDavid O'Brien <obrien@dragon.nuxi.com>
Mon, 2 Oct 2000 21:53:53 +0000 (21:53 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Mon, 2 Oct 2000 21:53:53 +0000 (21:53 +0000)
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>

From-SVN: r36694

gcc/ChangeLog
gcc/config/i386/freebsd.h

index 3f9f5914edb9800b925a96a182aed61df5ec98c6..0c964c307c4dc5049fa34118d7a34941b3bbae86 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
+
+       * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
+
 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
 
        * config/ns32k/genix.h: Remove.
index 4653346f4bb24541e6c857d4352fa6ee12d35462..9cd5437cc02ec7447a612346eb3907f7800846c7 100644 (file)
@@ -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