about summary refs log tree commit diff
path: root/ports/ChangeLog.mips
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-20 02:40:12 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-20 02:40:12 +0000
commitaa099ade815644694e37c44cb129d3267c297d06 (patch)
tree327c872cfa84516daa6ed02a248181243cb09387 /ports/ChangeLog.mips
parentbd077d205aab57df26d5b2b3f1766c52b8dd7583 (diff)
downloadglibc-aa099ade815644694e37c44cb129d3267c297d06.tar.gz
glibc-aa099ade815644694e37c44cb129d3267c297d06.tar.xz
glibc-aa099ade815644694e37c44cb129d3267c297d06.zip
Fix int-to-pointer-cast warnings for MIPS.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r--ports/ChangeLog.mips14
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 2a77f26978..23f772e1bc 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,5 +1,19 @@
 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
+	_Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
+	type.
+	* sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
+	ss_sp to long before casting to sp_type.
+	* sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
+	_ABIO32] (GET_PC): Cast to unsigned long before casting to a
+	pointer type.
+	[_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
+	[_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
+	[_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
+	[_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
+	[_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
+
 	* sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
 	(__arch_compare_and_exchange_xxx_8_int): Separate assignments to
 	__prev and __cmp.  Cast __cmp to void.