libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] mips libunwind link failure


From: Arun Sharma
Subject: Re: [Libunwind-devel] mips libunwind link failure
Date: Mon, 15 Nov 2010 11:07:38 -0800

On Sat, Nov 13, 2010 at 9:31 PM, Joe Damato <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]