aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-03 22:28:47 +0000
committerRoland McGrath <roland@gnu.org>2006-02-03 22:28:47 +0000
commitf2a2deef4de6c97f557b925e6701135dddce2eac (patch)
tree636a6270bfe54fffad416a4a140ef2f0b3069d3c /ChangeLog
parentee926fc8f961697ee4c5d55da6c78716f12853c1 (diff)
downloadglibc-f2a2deef4de6c97f557b925e6701135dddce2eac.tar
glibc-f2a2deef4de6c97f557b925e6701135dddce2eac.tar.gz
glibc-f2a2deef4de6c97f557b925e6701135dddce2eac.tar.bz2
glibc-f2a2deef4de6c97f557b925e6701135dddce2eac.zip
[BZ #2268]
2006-02-03 Roland McGrath <roland@redhat.com> [BZ #2268] * sysdeps/posix/profil.c (__profil): Use __profile_frequency to choose timer interval, don't assume smallest possible interval is it. * sysdeps/powerpc/fpu/bits/fenvinline.h (fegetround): Make asm volatile.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f5c3aafd3..ecbf595f2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
+2006-02-03 Roland McGrath <roland@redhat.com>
+
+ [BZ #2268]
+ * sysdeps/posix/profil.c (__profil): Use __profile_frequency to choose
+ timer interval, don't assume smallest possible interval is it.
+
2006-02-03 Jakub Jelinek <jakub@redhat.com>
+ * sysdeps/powerpc/fpu/bits/fenvinline.h (fegetround): Make asm
+ volatile.
+
* stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r):
Guard with [__USE_SVID || __USE_XOPEN_EXTENDED].