Displaying 1 result from an estimated 1 matches for "__gnu_unwind_pr_common".
2012 Mar 14
0
[LLVMdev] ARM EHABI support in LLVM + clang
Hi all,
I found some problem when trying to use exception handling with LLVM (SVN revision 152113) + clang combination (SVN revision 152115). I am observing failure in __gnu_unwind_pr_common unwind-arm.c (gcc/config/arm dir in gcc 4.5.3 source). Personality routine 0 is used.
Inside __gnu_unwind_pr_common after "switch (((offset & 1) << 1) | (len & 1))" control reaches default: return _URC_FAILURE. offset was == 0x808f and len was == 0xff. (((offset &a...