[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH 10/19] Change test-varargs to check libunwi
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] [PATCH 10/19] Change test-varargs to check libunwind backtracing |
Date: |
Mon, 10 Sep 2012 17:25:13 -0700 |
On Mon, Sep 10, 2012 at 5:16 PM, Cody P Schafer <address@hidden> wrote:
> This breaks building test-varargs for me with
>
> /bin/sh ../libtool --tag=CC --mode=link gcc -ggdb -g3 -fexceptions -Wall
> -Wsign-compare -o test-varargs test-varargs.o
> libtool: link: gcc -ggdb -g3 -fexceptions -Wall -Wsign-compare -o
> test-varargs test-varargs.o
> test-varargs.o: In function `b':
> /root/cody/build.libunwind/tests/../../libunwind/tests/test-varargs.c:22:
> undefined reference to `unw_backtrace'
> collect2: ld returned 1 exit status
>
> During build on ppc64.
Are you configuring with UNW_REMOTE_ONLY by any chance?
Tommi: if this is the problem, I think we should guard the test also
the same way in tests/Makefile.am.
-Arun
[Libunwind-devel] [PATCH 16/19] ARM: invalidate proc info after non-dwarf unw_step(), Tommi Rantala, 2012/09/05
[Libunwind-devel] [PATCH 15/19] Implement _UCD_access_reg() for ARM, Tommi Rantala, 2012/09/05
[Libunwind-devel] [PATCH 19/19] Rename and share `ALIGN' macro from _UCD_internal.h, Tommi Rantala, 2012/09/05
[Libunwind-devel] [PATCH 18/19] Fix IA64 separate builddir cursor generation, Tommi Rantala, 2012/09/05
[Libunwind-devel] [PATCH 17/19] Fix incorrect .debug_frame lookup with non-zero text segment vaddr, Tommi Rantala, 2012/09/05