* config/mips/mips.h (NO_PROFILE_COUNTERS): Define.
From-SVN: r95716
+2005-02-28 James E Wilson <wilson@specifixinc.com>
+
+ * config/mips/mips.h (NO_PROFILE_COUNTERS): Define.
+
2005-02-28 Joseph S. Myers <joseph@codesourcery.com>
PR c/20245
fprintf (FILE, "\t.set\tat\n"); \
}
+/* No mips port has ever used the profiler counter word, so don't emit it
+ or the label for it. */
+
+#define NO_PROFILE_COUNTERS 1
+
/* Define this macro if the code for function profiling should come
before the function prologue. Normally, the profiling code comes
after. */