about summary refs log tree commit diff
path: root/csu
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-22 05:05:02 +0000
committerRoland McGrath <roland@gnu.org>2002-11-22 05:05:02 +0000
commita241310659df2e79bcc67b48193ae648eb505f78 (patch)
treeccca8a0acfe9cc6dae070d3b4bb6b833f4e67e21 /csu
parent54789f38162e12edd8bc2553ae7b72b558262f07 (diff)
downloadglibc-a241310659df2e79bcc67b48193ae648eb505f78.tar.gz
glibc-a241310659df2e79bcc67b48193ae648eb505f78.tar.xz
glibc-a241310659df2e79bcc67b48193ae648eb505f78.zip
2002-11-20 Steven Munroe <sjmunroe@us.ibm.com>
	* csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
	obtain lowest address for profiling in __monstartup call.
	* sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
	$(calls) $(calls:=f) $(long-c-$(long-double-fcts)).

2002-11-21  Roland McGrath  <roland@frob.com>

	* sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
	__libc_multiple_libcs here.  Call __setfpucw.
Diffstat (limited to 'csu')
-rw-r--r--csu/gmon-start.c4
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.  */