This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCHv3] powerpc: ABI change - add HWCAP/HWCAP2/platform info to TCB


On Wed, 23 Sep 2015, Carlos Eduardo Seo wrote:

> OâDonell suggested we used a versioned symbol to track this change, so 
> it doesnât break applications when running against an old glibc:

But I don't see how the symbol, in the form you've added it, achieves 
that.  How do you ensure that applications using the new feature have an 
undefined reference to this symbol?  And in any case a symbol that is not 
part of the public API, but is exported from shared libraries, needs to be 
in the implementation namespace (__*).

-- 
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]