aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2015-08-26 16:10:00 -0700
committerRoland McGrath <roland@hack.frob.com>2015-08-26 16:10:43 -0700
commitfff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1 (patch)
tree178d336afbbe2df8521eccc7e4e16f66ab60531c /ChangeLog
parent55504a3df099b70e06cd14064adfe6bd815cedbd (diff)
downloadglibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar
glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar.gz
glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar.bz2
glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.zip
Disable uninitialized warning with GCC 4.8
As with other spots in the code, GCC 4.8 unnecessarily complains about an uninitialized variable in tanl calcs, so this patch disables. With it, the library and sees the usual set of test passes. * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>. (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b191c408a4..5132b96807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-26 Stan Shebs <stanshebs@google.com>
+
+ * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
+ (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
+
2015-08-26 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
* sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC.