* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Replace
_Unwind_Word with _uleb128_t in the SJLJ context.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121145
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-01-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
+
+ * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Replace
+ _Unwind_Word with _uleb128_t in the SJLJ context.
+
2007-01-24 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/29722 continued
}
else
{
- _Unwind_Word cs_lp, cs_action;
+ _uleb128_t cs_lp, cs_action;
do
{
p = read_uleb128 (p, &cs_lp);