[Committed] Fix libstdc++ with SetJumpLongJump exceptions

Andrew_Pinski@PlayStation.Sony.Com Andrew_Pinski@PlayStation.Sony.Com
Wed Jan 24 22:43:00 GMT 2007


Hi, after http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01778.html, 
read_uleb128 now takes a _uleb128_t instead of _Unwind_Word.  There is 
code that is only enabled with SJLJ exceptions which were not fixed for 
this change.  This patch fixes the case.

Applied as obvious after a build and test on spu-elf which uses SJLJ 
exceptions.

Thanks,
Andrew Pinski

        * libsupc++/eh_personality.cc  (PERSONALITY_FUNCTION): Replace 
_Unwind_Word with 
        _uleb128_t in the SJLJ context.


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fixspu.diff.txt
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070124/3e0e3bf8/attachment.txt>


More information about the Gcc-patches mailing list