[patch+7.12.1 1/2] Code cleanup: write_exp_msymbol: +is_tls

Yao Qi qiyaoltc@gmail.com
Tue Oct 11 14:22:00 GMT 2016


On Sun, Oct 9, 2016 at 7:56 PM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> --- a/gdb/parse.c
> +++ b/gdb/parse.c
>
>    /* The minimal symbol might point to a function descriptor;
>       resolve it to the actual code address instead.  */
>    pc = gdbarch_convert_from_func_ptr_addr (gdbarch, addr, &current_target);
> -  if (pc != addr)
> +  if (!is_tls && pc != addr)

It does have functionality change.  This should be moved to patch #2?

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list