diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-22 05:05:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-22 05:05:02 +0000 |
commit | a241310659df2e79bcc67b48193ae648eb505f78 (patch) | |
tree | ccca8a0acfe9cc6dae070d3b4bb6b833f4e67e21 /ChangeLog | |
parent | 54789f38162e12edd8bc2553ae7b72b558262f07 (diff) | |
download | glibc-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index ca51809b5b..e563e01590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -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. @@ -15,6 +18,11 @@ (__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. |