libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] [PATCH 0/9] more minor fixes


From: Arun Sharma
Subject: Re: [Libunwind-devel] [PATCH 0/9] more minor fixes
Date: Sun, 23 Jan 2011 20:04:43 -0800

Something along the lines of the patch below, but repeated for other
archs and other OSes?

 -Arun

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -272,7 +272,7 @@ libunwind_x86_64_la_SOURCES =
                             \
        x86_64/Gcreate_addr_space.c x86_64/Gget_save_loc.c x86_64/Gglobal.c \
        x86_64/Ginit.c x86_64/Ginit_local.c x86_64/Ginit_remote.c           \
        x86_64/Gget_proc_info.c x86_64/Gregs.c                              \
-       x86_64/Gresume.c x86_64/Gstep.c
+       x86_64/Gresume.c x86_64/Gstep.c x86_64/Gos-linux.c
 libunwind_x86_64_la_LIBADD = libunwind-x86_64-common.la libunwind-generic.la

 libunwind_ppc_local_la_SOURCES = ppc/Lcreate_addr_space.c              \
@@ -339,7 +339,6 @@ if ARCH_X86
  libunwind_os_local_la_SOURCES        += x86/Los-linux.c
 endif
 if ARCH_X86_64
- libunwind_os_la_SOURCES              += x86_64/Gos-linux.c
  libunwind_os_local_la_SOURCES        += x86_64/Los-linux.c
 endif
 endif


On Sun, Jan 23, 2011 at 6:51 PM, Arun Sharma <address@hidden> wrote:
> On Mon, Nov 08, 2010 at 05:16:32PM -0800, Zachary T Welch wrote:
>> This series includes additional cleaning of the libunwind build system.
>
> Something in this patchset introduced a new test error:
>
> ./check-namespace.sh -v
> Checking ../src/.libs/libunwind.so...
> -e   ERROR: Extraneous symbols:
> 000000000000aea3 T _Ux86_64_handle_signal_frame
> 000000000000ae7f T _Ux86_64_is_signal_frame
> Checking ../src/.libs/libunwind-x86_64.so...
> FAILURE: Detected 1 errors
>
> Could you please take a look? I think the issue is Gos-linux.o is getting 
> linked someplace where
> it was not earlier.
>
>  -Arun
>
> _______________________________________________
> Libunwind-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/libunwind-devel
>



reply via email to

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