diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 02:24:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 02:24:30 +0000 |
commit | cc7ee40876d7ce47f1f778b48c31335cc3b5116c (patch) | |
tree | c2e6599a33b3b5e8bd261216dfe6641ab79cd96f | |
parent | 4ad0bbf4fa2073b8b2cb81866f68ff3e8c503174 (diff) | |
download | glibc-cc7ee40876d7ce47f1f778b48c31335cc3b5116c.tar.gz glibc-cc7ee40876d7ce47f1f778b48c31335cc3b5116c.tar.xz glibc-cc7ee40876d7ce47f1f778b48c31335cc3b5116c.zip |
Update.
2003-06-04 Jakub Jelinek <jakub@redhat.com> * config.make.in (ASFLAGS-config): New. * Makeconfig (ASFLAGS): Append $(ASFLAGS-config). * configure.in (libc_cv_as_noexecstack): New check. (ASFLAGS_config): Substitute. 2003-06-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/fpu/bits/mathinline.h (log1p, asinh, acosh, atanh, hypot, logb): Protect with #ifdef __FAST_MATH__. 2003-06-04 Thorsten Kukuk <kukuk@suse.de> * sysdeps/i386/fpu/bits/mathinline.h (ldexpf, ldexpl): Protect with #ifdef __FAST_MATH__. _POSIX_ prefix.
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | nptl/Banner | 2 |
2 files changed, 19 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 1079b47a5f..cfa7a319b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,26 @@ +2003-06-04 Jakub Jelinek <jakub@redhat.com> + + * config.make.in (ASFLAGS-config): New. + * Makeconfig (ASFLAGS): Append $(ASFLAGS-config). + * configure.in (libc_cv_as_noexecstack): New check. + (ASFLAGS_config): Substitute. + +2003-06-04 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/i386/fpu/bits/mathinline.h (log1p, asinh, acosh, atanh, + hypot, logb): Protect with #ifdef __FAST_MATH__. + +2003-06-04 Thorsten Kukuk <kukuk@suse.de> + + * sysdeps/i386/fpu/bits/mathinline.h (ldexpf, ldexpl): Protect with + #ifdef __FAST_MATH__. + 2003-06-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/glob.c [HAVE_D_TYPE] (glob_in_dir): Also allow DT_LNK entries if GLOB_ONLYDIR is set [PR libc/5043]. * posix/globtest.sh: Adjust for this change. -2003-06-02 Ulrich Drepper <drepper@redhat.com> - * sysdeps/unix/sysv/linux/ifaddrs.c (netlink_open): Call getsockname to get the actual PID value used in the records passed up. (getifaddrs): Don't initialize nh.pid here. @@ -18,7 +33,7 @@ * po/zh_CN.po: Update from translation team. * posix/getconf.c (main): Also recognize names without the - __POSIX_ prefix. + _POSIX_ prefix. * elf/Makefile (CFLAGS-dl-lookup.c): Define. diff --git a/nptl/Banner b/nptl/Banner index 6be466f573..7ab7cd4f22 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -NPTL 0.43 by Ulrich Drepper +NPTL 0.44 by Ulrich Drepper |