diff --git a/ChangeLog b/ChangeLog index 6e53277670..7a3bcf7de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-19 Joseph Myers + + [BZ #22322] + * sysdeps/mips/bits/long-double.h: Move to .... + * sysdeps/mips/ieee754/bits/long-double.h: ... here. + 2017-10-17 Romain Naour (tiny change) [BZ #22296] diff --git a/NEWS b/NEWS index bf4fd66c82..cd6636d0e0 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,7 @@ The following bugs are resolved with this release: [22296] Let signbit use the builtin in C++ mode with gcc < 6.x [22320] glob: Fix one-byte overflow (CVE-2017-15670) [22321] sysconf: Fix missing definition of UIO_MAXIOV on Linux + [22322] libc: [mips64] wrong bits/long-double.h installed [22325] glibc: Memory leak in glob with GLOB_TILDE (CVE-2017-15671) Version 2.26 diff --git a/sysdeps/mips/bits/long-double.h b/sysdeps/mips/ieee754/bits/long-double.h similarity index 100% rename from sysdeps/mips/bits/long-double.h rename to sysdeps/mips/ieee754/bits/long-double.h