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


Why do you need a public symbol init_hwcapinfo?  If this function is 
called from outside the library that defines it, I'd have expected a 
private, implementation-namespace symbol __init_hwcapinfo, at version 
GLIBC_PRIVATE.  A public symbol should only be needed if it's a documented 
API for users to call.

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