From: Roland McGrath Date: Fri, 22 Nov 2002 05:05:02 +0000 (+0000) Subject: 2002-11-20 Steven Munroe X-Git-Tag: upstream/2.20~13691 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a241310659df2e79bcc67b48193ae648eb505f78;p=platform%2Fupstream%2Flinaro-glibc.git 2002-11-20 Steven Munroe * 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 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set __libc_multiple_libcs here. Call __setfpucw. --- diff --git a/ChangeLog b/ChangeLog index ca51809..e563e01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -2002-11-21 Roland McGrath +2002-11-20 Steven Munroe - * 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 + * 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. @@ -15,6 +18,11 @@ (__NR_pwrite): Define to __NR_pwrite64 if not defined. From Ian Wienand . +2002-11-21 Roland McGrath + + * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set + __libc_multiple_libcs here. Call __setfpucw. + 2002-11-21 Ulrich Drepper * elf/Makefile (tests): Don't run test-arrayX tests for now. diff --git a/csu/gmon-start.c b/csu/gmon-start.c index dee8f6d..d11c9b9 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. */ diff --git a/sysdeps/ia64/fpu/Makefile b/sysdeps/ia64/fpu/Makefile index 922b68b..6d1b0c1 100644 --- a/sysdeps/ia64/fpu/Makefile +++ b/sysdeps/ia64/fpu/Makefile @@ -1,7 +1,6 @@ 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