about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@rr.iij4u.or.jp>2014-12-12 08:07:35 +0900
committerKaz Kojima <kkojima@rr.iij4u.or.jp>2014-12-12 08:07:35 +0900
commitf82c43af8aebc5a270c8be06055ee5a38063bac3 (patch)
treeb170df4817e1987db8ea7ed76ece81a27fe3dcc7 /ChangeLog
parentfc00cf7bcdf3367da105d86185411f7b7eced239 (diff)
downloadglibc-f82c43af8aebc5a270c8be06055ee5a38063bac3.tar.gz
glibc-f82c43af8aebc5a270c8be06055ee5a38063bac3.tar.xz
glibc-f82c43af8aebc5a270c8be06055ee5a38063bac3.zip
* Fix SH specific compiler warnings which are for integer-pointer
  type conversions without cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7630e80a16..fad966f4aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+	* sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
+	pointer and cast to uintptr_t.
+	* sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
+	* sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
+	Add cast to avoid warning.
+	* sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
+
 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
 
 	* nptl/semaphore.h: Move to ...