diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-09-17 07:26:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-09-17 07:26:24 +0000 |
commit | fb146a76a5bfbd4a7afd65a8c749715336444241 (patch) | |
tree | f4e85e84d5442fab7fc5b91873c89369ac3d4c06 /ChangeLog | |
parent | bd6d3b7dadf39f8afbbb5736614c378aa970f5c3 (diff) | |
download | glibc-fb146a76a5bfbd4a7afd65a8c749715336444241.zip glibc-fb146a76a5bfbd4a7afd65a8c749715336444241.tar.gz glibc-fb146a76a5bfbd4a7afd65a8c749715336444241.tar.bz2 |
* io/Makefile (CFLAGS-fstatat.c): Set.
(CFLAGS-fstatat64.c): Likewise.
(CFLAGS-mknodat.c): Likewise.
* sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
* sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
2006-09-14 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,17 @@ 2006-09-14 Jakub Jelinek <jakub@redhat.com> + + * io/Makefile (CFLAGS-fstatat.c): Set. + (CFLAGS-fstatat64.c): Likewise. + (CFLAGS-mknodat.c): Likewise. + + * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes. + * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise. + * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten. + * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten. + +2006-09-14 Jakub Jelinek <jakub@redhat.com> Steven Munroe <sjmunroe@us.ibm.com> - + * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap names to the beginning. Rename "cell" to "cellbe". (_dl_powerpc_platforms): New. |