Commit db50c798 by Richard Kenner

(FUNCTION_PROFILER): Fix misspellings in messages.

From-SVN: r9714
parent 32638aad
...@@ -655,7 +655,7 @@ enum reg_class ...@@ -655,7 +655,7 @@ enum reg_class
for profiling a function entry. */ for profiling a function entry. */
#define FUNCTION_PROFILER(FILE, LABELNO) \ #define FUNCTION_PROFILER(FILE, LABELNO) \
fprintf (FILE, "Error: No profiling availble.\n") fprintf (FILE, "Error: No profiling available.\n")
/* Define EXIT_IGNORE_STACK if, when returning from a function, the stack /* Define EXIT_IGNORE_STACK if, when returning from a function, the stack
pointer does not matter (provided there is a frame pointer). */ pointer does not matter (provided there is a frame pointer). */
......
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