This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Questions related to creation of libgcov.so


On Fri, 3 Aug 2018, Jakub Jelinek wrote:

> > 3) Should I come up with a symbol versioning of the libgcov API?
> 
> Certainly.

Furthermore, make sure that the libgcov.a symbols remain hidden (via 
building the static objects with $(vis_hide), since you're removing 
ATTRIBUTE_HIDDEN).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]