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: [PATCH] BZ #19590: Fixed build of shared objects that use libmvec.so functions


On Wed, 10 Feb 2016, H.J. Lu wrote:

> >> I don't think we should put a GCC bug workaround in glibc. It should
> >> be fixed or worked around it in GCC.
> >
> > Since GCC 4.9 vector function name is formed based on asm declaration
> > name, to support that GCC versions we need to have such workaround.
> >
> 
> So it is the part of ABI, isn't it?

It is deliberately only part of the static library ABI, not part of the 
shared library ABI, because the shared libraries should not need more than 
one internal-namespace exported name for the same interface (and it's a 
compiler limitation that the other name exists at all).

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