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:
Andrew Pinski 2007-01-24 22:45:20 +00:00 committed by Andrew Pinski
parent b7c27d5169
commit ca32e64edd
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);