-2002-11-21 Roland McGrath <roland@frob.com>
+2002-11-20 Steven Munroe <sjmunroe@us.ibm.com>
- * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
- __libc_multiple_libcs here. Call __setfpucw.
+ * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
+ obtain lowest address for profiling in __monstartup call.
2002-11-21 Roland McGrath <roland@redhat.com>
+ * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
+ $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
+
* locale/localeinfo.h (struct locale_data): Revert last change.
* sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
(__NR_pwrite): Define to __NR_pwrite64 if not defined.
From Ian Wienand <ianw@gelato.unsw.edu.au>.
+2002-11-21 Roland McGrath <roland@frob.com>
+
+ * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
+ __libc_multiple_libcs here. Call __setfpucw.
+
2002-11-21 Ulrich Drepper <drepper@redhat.com>
* elf/Makefile (tests): Don't run test-arrayX tests for now.
#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. */
ifeq ($(subdir),math)
libm-sysdep_routines += libm_atan2_reg s_matherrf s_matherrl libm_reduce \
libm_tan libm_error \
- $(calls) $(calls:=f) $(long-c-$(long-double-fcts)) \
libm_frexp4 libm_frexp4f libm_frexp4l
sysdep_routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error