On Sat, Nov 13, 2010 at 9:31 PM, Joe Damato <[email protected]> wrote: > Using nm on libunwind-ptrace.a I find: > > _UPT_find_proc_info.o: > 000001fc T _UPT_find_proc_info > U _UPTi_find_unwind_table >
This function is wrapped in: #elif UNW_TARGET_X86 || UNW_TARGET_X86_64 || UNW_TARGET_HPPA \ || UNW_TARGET_PPC32 || UNW_TARGET_PPC64 || UNW_TARGET_ARM Perhaps try adding UNW_TARGET_MIPS to the list and see what breaks? We should probably have a UNW_TARGET_DWARF, instead of having a long list of architectures. -Arun _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
