------- Comment #24 from mikpe at it dot uu dot se 2010-05-11 06:51 ------- Your gcc appears confused about whether to use the newer _Unwind_GetIPInfo() or the older _Unwind_GetIP(). Most likely it's because you're building for uclibc rather than glibc. I think you need to bisect between the last working gcc and the first broken one to identify the responsible commit. Once that's done the fix may be apparent.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43911