]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
hurd: Define EXEC_PAGESIZE
[thirdparty/glibc.git] / ChangeLog
index 1d9e54b250f63621c95db942a5955f6923af437e..fdf0e469bb0f0c92b688ae066510acfecc8e854d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,52 @@
+2018-02-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * mach/Makefile (headers): Add mach/param.h.
+       * sysdeps/mach/hurd/bits/param.h: Include <mach/param.h>.
+       * sysdeps/mach/i386/mach/param.h: New file, defines EXEC_PAGESIZE
+
+2018-02-17  John David Anglin  <danglin@gcc.gnu.org>
+
+       * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
+       idouble to 1 ULP.
+
+2018-02-16  Rical Jasan  <ricaljasan@pacific.net>
+
+       * manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
+       syntax.
+
+2018-02-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+       * nptl/Makefile (tst-mutex8-ENV): Delete.
+       * nptl/tst-mutex8.c (check_type):
+       Add runtime check if mutex will be elided.
+
 2018-02-15  Joseph Myers  <joseph@codesourcery.com>
 
+       [BZ #20980]
+       [BZ #21234]
+       * manual/install.texi (Configuring and compiling): Describe
+       passing CC and CFLAGS on configure command line, not as
+       environment variables.  Use @code markup on those variables.
+       Specify what options go in CC and what go in CFLAGS.  Note the
+       requirement to compile with optimization.
+       * INSTALL: Regenerated.
+
+       [BZ #18124]
+       * sysdeps/hppa/bsd-setjmp.S: Include <sysdep.h>.
+       (setjmp): Use HIDDEN_JUMPTARGET with __sigsetjmp.
+       * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Call
+       __sigprocmask instead of sigprocmask.
+       * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext):
+       Likewise.
+       * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove entries for
+       __sigsetjmp and sigprocmask.
+
+       [BZ #15105]
+       * include/argz.h (argz_next): Use libc_hidden_proto.
+       (__argz_next): Likewise.
+       * string-argz-next.c (__argz_next): Use libc_hidden_def.
+       (argz_next): Use libc_hidden_weak.
+
        [BZ #15105]
        * include/sys/socket.h [!_ISOMAC] (__cmsg_nxthdr): Use
        libc_hidden_proto.