This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Provide string description of definition, visibility and resolution in LTO plug-in.
- From: Martin Liška <mliska at suse dot cz>
- To: binutils at sourceware dot org
- Date: Fri, 8 Mar 2019 11:36:32 +0100
- Subject: Re: [PATCH] Provide string description of definition, visibility and resolution in LTO plug-in.
- References: <c6183e18-1908-aaff-d2fb-ad30b09042a8@suse.cz>
PING^1
On 2/26/19 3:41 PM, Martin Liška wrote:
> Hi.
>
> I would like to enhance get_symbols function to report string
> representation of definition, visibility and resolution.
> It's easier for users to read it.
>
> Patch survives tests on x86_64-linux-gnu.
>
> ld/ChangeLog:
>
> 2019-02-26 Martin Liska <mliska@suse.cz>
>
> * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
> lto_visibility_str and use then to inform about plugin-symbols.
> * testsuite/ld-plugin/plugin-12.d: Adjust expected pattern.
> ---
> ld/plugin.c | 37 ++++++++++++++++++++++++++++--
> ld/testsuite/ld-plugin/plugin-12.d | 8 +++----
> 2 files changed, 39 insertions(+), 6 deletions(-)
>
>