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 _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
