diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/gmon-start.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csu/gmon-start.c b/csu/gmon-start.c index dee8f6d4b7..d11c9b9532 100644 --- a/csu/gmon-start.c +++ b/csu/gmon-start.c @@ -71,11 +71,7 @@ __gmon_start__ (void) #endif /* Start keeping profiling records. */ -#ifdef ENTRY_POINT_DECL - __monstartup ((u_long) ENTRY_POINT, (u_long) &etext); -#else __monstartup ((u_long) TEXT_START, (u_long) &etext); -#endif /* Call _mcleanup before exiting; it will write out gmon.out from the collected data. */ |