This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [COMMITTED] alpha: Fix static gettimeofday symbol
- From: Florian Weimer <fweimer at redhat dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Thu, 13 Feb 2020 13:04:08 +0100
- Subject: Re: [COMMITTED] alpha: Fix static gettimeofday symbol
- References: <20200213113824.32309-1-adhemerval.zanella@linaro.org>
* Adhemerval Zanella:
> By undef strong_alias on alpha implementation, the
> default_symbol_version macro becomes an empty macro on static build.
> It fixes the issue introduced at c953219420.
Aren't we using a different mechanism for this in other cases?
Like defining macros for the alias targets?
In any case, SET_VERSION for this macro isn't very descriptive.
Thanks,
Florian