diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-29 14:15:45 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-29 14:15:45 -0700 |
commit | 99541e80777c82fb0cea14944209877ef961aa9f (patch) | |
tree | 862ac17d49e4a3f8045ffdff38ca94732fbc8231 /ChangeLog | |
parent | d4e16af1aea18abe082bd7bf213b85b0c432d304 (diff) | |
download | glibc-99541e80777c82fb0cea14944209877ef961aa9f.tar.gz glibc-99541e80777c82fb0cea14944209877ef961aa9f.tar.xz glibc-99541e80777c82fb0cea14944209877ef961aa9f.zip |
Fix up ChangeLog formatting.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index aea6ecedf0..5fa802c07a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,7 +34,6 @@ instead of ELFOSABI_LINUX. [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases - * stdlib/strtof_l.c (SET_MANTISSA): Rewrite. * stdlib/strtod_l.c (SET_MANTISSA): Likewise. * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA): @@ -73,9 +72,12 @@ * sysdeps/unix/bsd/ptsname.c: Likewise. * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: + Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: + Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: + Likewise. * sysdeps/unix/sysv/linux/ptsname.c: Likewise. 2013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com> |