eh_personality.cc (PERSONALITY_FUNCTION): Replace _Unwind_Word with _uleb128_t in the SJLJ context.
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. From-SVN: r121145
This commit is contained in:
parent
b7c27d5169
commit
ca32e64edd
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -469,7 +469,7 @@ PERSONALITY_FUNCTION (int version,
|
||||
}
|
||||
else
|
||||
{
|
||||
_Unwind_Word cs_lp, cs_action;
|
||||
_uleb128_t cs_lp, cs_action;
|
||||
do
|
||||
{
|
||||
p = read_uleb128 (p, &cs_lp);
|
||||
|
Loading…
Reference in New Issue
Block a user