bug-readline
[Top][All Lists]
Advanced

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

Re: [Bug-readline] [PATCH] Enable visibility annotations


From: Pedro Alves
Subject: Re: [Bug-readline] [PATCH] Enable visibility annotations
Date: Thu, 14 Apr 2016 15:07:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1

On 04/14/2016 01:28 PM, Yury Gribov wrote:

> Thanks, this sounds as a general problem with visibility enabling.  Is
> there some (relatively straightforward) way to find all used symbols?
> I'm afraid there'll be more than just _rl_*...

I don't know of one, other than a mass rebuild (which is something
that I have never done myself).

A cheap proxy may be to look under /usr/bin /usr/lib etc. for
binaries with DTNEEDED readline, and then compare all of readline's
extern symbols with the binary binaries' set of extern symbols,
check for overlap in symbols that are not prefixed "rl_".

Thanks,
Pedro Alves




reply via email to

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