about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@ezchip.com>2014-12-26 16:18:40 -0500
committerChris Metcalf <cmetcalf@ezchip.com>2014-12-26 16:18:40 -0500
commit7c1395a7e4d3d994a986ef2bc5457ba3f4aaec22 (patch)
tree1cb658d905fd7cda0a042c52a4f8932c67040f5f /ChangeLog
parent3c87c6167e1e6dc25cce9b4c67e4520b8be21e28 (diff)
downloadglibc-7c1395a7e4d3d994a986ef2bc5457ba3f4aaec22.tar.gz
glibc-7c1395a7e4d3d994a986ef2bc5457ba3f4aaec22.tar.xz
glibc-7c1395a7e4d3d994a986ef2bc5457ba3f4aaec22.zip
tilegx32: avoid a a -Werror warning from unwinding
The _Unwind_GetCFA() routine returns a 64-bit value,
which we interpret as a pointer.  Add an intermediate
cast to long so that in ILP32 mode we don't get a warning
about casting a wrong-sized integer to a pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7bfe91372..3b01ed88d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
+
+	* sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
+	long before casting to pointer to avoid a cast warning.
+
 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
 
 	* sysdeps/tile/tilegx/Implies: New file.