This is the mail archive of the libc-alpha@sources.redhat.com 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: Symbol was GLOBAL DEFAULT, now it's LOCAL HIDDEN.


> 
> I believe in this case it's actually a libgcc interface, and should go
> in libgcc-compat.  That's a guess; it varies from platform to platform
> whether libc has a copy, but libgcc always seems to.
> 

I think you are correct Daniel, it does seem like it leaked from libgcc. 
>From glibc's viewpoint HPPA, i386 and PowerPC don't have __clz_tab 
defined (mp_clz_tab.c). However the longlong.h in gcc has a const
static definition regardless of the architecture. I'll go talk to the
gcc folks.

Thanks!

Cheers,
Carlos.


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