aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-03-14 10:44:34 -0700
committerRoland McGrath <roland@hack.frob.com>2014-03-14 11:32:51 -0700
commit498a22333b835a598ccaed4656e97a0ec3573665 (patch)
treef02f8e2d4dcf1a93467f0747c56af83c74300101 /ChangeLog
parentc7de50250367167d8c9f35594b264f6a0af8dd0c (diff)
downloadglibc-498a22333b835a598ccaed4656e97a0ec3573665.tar.xz
glibc-498a22333b835a598ccaed4656e97a0ec3573665.zip
Compile with -Wundef.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d851557f9..4357cb741d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2014-03-14 Roland McGrath <roland@hack.frob.com>
+
+ * Makeconfig (+gccwarn): Add -Wundef.
+ * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
+ a dl-sysdep.h breaking its contract.
+ [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
+ * include/stackinfo.h: New file.
+ * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
+ * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
+ * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
+ * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
+ * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
+ * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
+ * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+ * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+ * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+ * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+ * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+ * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
+ * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+ * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+ * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
+
2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
[BZ #16707]