Chris Metcalf 7c1395a7e4 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.
2014-12-26 16:18:40 -05:00
..
2014-06-13 13:15:28 -07:00
2014-12-21 17:12:54 -05:00
2014-12-21 17:12:54 -05:00
2014-06-27 16:51:22 +00:00