tilegx32: avoid a a -Werror warning from unwinding
commit7c1395a7e4d3d994a986ef2bc5457ba3f4aaec22
authorChris Metcalf <cmetcalf@ezchip.com>
Fri, 26 Dec 2014 21:18:40 +0000 (26 16:18 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Fri, 26 Dec 2014 21:18:40 +0000 (26 16:18 -0500)
tree1cb658d905fd7cda0a042c52a4f8932c67040f5f
parent3c87c6167e1e6dc25cce9b4c67e4520b8be21e28
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.
ChangeLog
sysdeps/tile/jmpbuf-unwind.h