summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-12-04 21:19:17 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-12-04 21:19:17 +0000
commitb37984ad36f2617fff1eb499b0aba4234b30a029 (patch)
tree3991cae507c8a68ca2c6953c1b60830d4c4a4435 /ChangeLog
parentc8df52eccfa2d1ace13d887aa6bdab1178c1edb4 (diff)
downloadglibc-b37984ad36f2617fff1eb499b0aba4234b30a029.tar.gz
Fix ldbl-128ibm "set but not used" warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55007877f7..d53920d18a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-12-04 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
+ variable LX with __attribute__ ((unused)).
+ * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
+ Likewise.
+ * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
+ * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
+ * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
+ with __attribute__ ((unused)).
+
2012-12-04 David S. Miller <davem@abraco.davemloft.net>
* sysdeps/generic/memcopy.h: Add multiple inclusion protection.