libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] [PATCH 9/9] Use more convenience libraries


From: Arun Sharma
Subject: Re: [Libunwind-devel] [PATCH 9/9] Use more convenience libraries
Date: Tue, 1 Feb 2011 21:48:09 -0800
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Nov 08, 2010 at 05:16:41PM -0800, Zachary T Welch wrote:
> Eliminates obfuscating variables in favor of adding files directly
> to library SOURCES.  Eliminates the need for EXTRA_DIST variable.
> 
> Signed-off-by: Zachary T Welch <address@hidden>

I had to revert this patch. It broke x86_32. The main issue is that
convenience libraries aren't dealing with symbol visibility properly.

x86/Gos-linux.c for example refers a hidden symbol:
dwarf_make_proc_info(). This works fine when the object files are
linked together like before, but not when using convenience libraries.

 -Arun



reply via email to

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