[PATCH 17/25] math: Consolidate acosh and asinh internal table

Adhemerval Zanella Netto adhemerval.zanella@linaro.org
Tue Sep 16 14:29:37 GMT 2025



On 16/09/25 11:19, enh wrote:
> is there a reason glibc doesn't _default_ to hidden? bionic had a lot of this kind of problem a decade or so ago, but it's a mistake that's impossible to make if hidden is the default.

I think it something no one really tracked that would work on old gcc/linker
version on all support architectures. I think now that we bumped the minimum
supports gcc version I think it should be easier.

We still have some missed optimization code for some global, and we need
to enable it with some hacks to avoid issues with static-pie support.

> 
> On Tue, Sep 16, 2025, 10:15 DJ Delorie <dj@redhat.com <mailto:dj@redhat.com>> wrote:
> 
>     Adhemerval Zanella Netto <adhemerval.zanella@linaro.org <mailto:adhemerval.zanella@linaro.org>> writes:
>     > Hum are your asking if we need attribute_hidden to the new internal symbol,
>     > or why this patch adds attribute_hidden?
> 
>     If we need to add attribute_hidden to hide new internal symbols.
>     Specifically, new data symbols.
> 



More information about the Libc-alpha mailing list