Commit f50c57ba by James E Wilson Committed by Jim Wilson

Don't emit the unused counter word and label when profiling.

* config/mips/mips.h (NO_PROFILE_COUNTERS): Define.

From-SVN: r95716
parent 2a4a7830
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
......
......@@ -2332,6 +2332,11 @@ typedef struct mips_args {
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment