[PATCH] libubacktrace: do not try to wrap _Unwind_GetIP with function pointer

Mike Frysinger vapier at gentoo.org
Sat Dec 31 04:02:48 UTC 2011


On Fri, Dec 30, 2011 at 15:45, Abdoulaye Walsimou Gaye wrote:
> Trying to wrap _Unwind_GetIP with function pointer makes libubacktrace
> not working for ARM, as it is defined as a preprocessor macro like this
> in gcc-4.6.2:
> #define _Unwind_GetIP(context) \
>  (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)

this change however breaks the whole point -- to not link against
libgcc_s.so directly
-mike


More information about the uClibc mailing list