diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-08 03:27:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-08 03:27:53 +0000 |
commit | df7b6fea1396a0ff6e46ad8b2d40e4a15cbfd585 (patch) | |
tree | ddc5714a884da01d83236c3e2027e5ceab5bfc36 /ChangeLog | |
parent | c306d807358c5ef73f7cd7d79e5f401c60892ca4 (diff) | |
download | glibc-df7b6fea1396a0ff6e46ad8b2d40e4a15cbfd585.tar glibc-df7b6fea1396a0ff6e46ad8b2d40e4a15cbfd585.tar.gz glibc-df7b6fea1396a0ff6e46ad8b2d40e4a15cbfd585.tar.bz2 glibc-df7b6fea1396a0ff6e46ad8b2d40e4a15cbfd585.zip |
[BZ #4403]
2007-05-07 Ulrich Drepper <drepper@redhat.com>
[BZ #4403]
* string/strfry.c (strfry): Make result more random.
available in the compiler, add .arch directive to the assembly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,9 +1,14 @@ +2007-05-07 Ulrich Drepper <drepper@redhat.com> + + [BZ #4403] + * string/strfry.c (strfry): Make result more random. + 2007-05-07 Richard Henderson <rth@redhat.com> * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define if __NO_LONG_DOUBLE_MATH. * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not - available in the compiler, add .arch directive to ethe assembly. + available in the compiler, add .arch directive to the assembly. 2007-05-07 Jakub Jelinek <jakub@redhat.com> |