This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Committed] Fix libstdc++ with SetJumpLongJump exceptions


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.


Attachment: fixspu.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]