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 <[email protected]>
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 _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
