[PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Carlos O'Donell
carlos@redhat.com
Wed Jul 8 08:10:00 GMT 2015
On 07/06/2015 11:01 PM, Steven Munroe wrote:
> We can add the symbol reference to detect old GLIBC and but I believe
> that existing GLIBC versioning would catch this anyway.
There is no implicit guarantee. It happens some times that you reference
another symbol that is new enough that it works and your library is
then subsequently dependent on the newer glibc, but there is no guarantee.
To add a guarantee you have to weave into your macros a reference to
a new dummy symbol with the right version.
c.
More information about the Libc-alpha
mailing list