summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/include/tm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/include/tm.h b/gnu/usr.bin/cc/include/tm.h
index 8ab2309..5efd2e0 100644
--- a/gnu/usr.bin/cc/include/tm.h
+++ b/gnu/usr.bin/cc/include/tm.h
@@ -79,6 +79,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
fprintf (FILE, "\tcall mcount\n"); \
}
+#if 0 /* not ready for this; it should be decided at compile time */
#define FUNCTION_PROFILER_EPILOGUE(FILE) \
{ \
if (flag_pic) \
@@ -86,6 +87,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
else \
fprintf (FILE, "\tcall mexitcount\n"); \
}
+#endif
/* There are conflicting reports about whether this system uses
a different assembler syntax. wilson@cygnus.com says # is right. */
OpenPOWER on IntegriCloud