<p dir="ltr">Yes, please do. </p>
<p dir="ltr">Alexandre Demers</p>
<br><div class="gmail_quote"><div dir="ltr">On Fri, May 26, 2017, 10:17 Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 05/25/2017 09:09 PM, Alexandre Demers wrote:<br>
> Fixes linking error in libOSmesa when using libunwind.<br>
><br>
> CXXLD    libOSMesa.la<br>
> src/gallium/auxiliary/.libs/libgallium.a(u_debug_stack.o): In function `symbol_name_cached':<br>
> ./src/gallium/auxiliary/util/u_debug_stack.c:87: undefined reference to `_ULx86_64_get_proc_name'<br>
> src/gallium/auxiliary/.libs/libgallium.a(u_debug_stack.o): In function `debug_backtrace_capture':<br>
> ./src/gallium/auxiliary/util/u_debug_stack.c:114: undefined reference to `_Ux86_64_getcontext'<br>
> ./src/gallium/auxiliary/util/u_debug_stack.c:115: undefined reference to `_ULx86_64_init_local'<br>
> ./src/gallium/auxiliary/util/u_debug_stack.c:117: undefined reference to `_ULx86_64_step'<br>
> ./src/gallium/auxiliary/util/u_debug_stack.c:123: undefined reference to `_ULx86_64_get_reg'<br>
> ./src/gallium/auxiliary/util/u_debug_stack.c:124: undefined reference to `_ULx86_64_get_proc_info'<br>
> ./src/gallium/auxiliary/util/u_debug_stack.c:120: undefined reference to `_ULx86_64_step'<br>
> collect2: error: ld returned 1 exit status<br>
><br>
> v2 : Fixes title and adds the original error it is fixing.<br>
><br>
> Signed-off-by: Alexandre Demers <<a href="mailto:alexandre.f.demers@gmail.com" target="_blank">alexandre.f.demers@gmail.com</a>><br>
> ---<br>
>   src/gallium/targets/osmesa/Makefile.am | 3 ++-<br>
>   1 file changed, 2 insertions(+), 1 deletion(-)<br>
><br>
> diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am<br>
> index 6d340f1d92..2b4af57d5b 100644<br>
> --- a/src/gallium/targets/osmesa/Makefile.am<br>
> +++ b/src/gallium/targets/osmesa/Makefile.am<br>
> @@ -66,7 +66,8 @@ lib@OSMESA_LIB@_la_LIBADD = \<br>
>       $(top_builddir)/src/mapi/glapi/<a href="http://libglapi.la" rel="noreferrer" target="_blank">libglapi.la</a> \<br>
>       $(SHARED_GLAPI_LIB) \<br>
>       $(OSMESA_LIB_DEPS) \<br>
> -     $(CLOCK_LIB)<br>
> +     $(CLOCK_LIB) \<br>
> +     $(LIBUNWIND_LIBS)<br>
><br>
>   if HAVE_GALLIUM_LLVM<br>
>   AM_CPPFLAGS += -DGALLIUM_LLVMPIPE<br>
<br>
Looks OK to me.<br>
<br>
Reviewed-by: Brian Paul <<a href="mailto:brianp@vmware.com" target="_blank">brianp@vmware.com</a>><br>
<br>
Do you need me to push this for you?<br>
<br>
-Brian<br>
<br>
<br>
</blockquote></div>