]> git.ipfire.org Git - thirdparty/glibc.git/commit
Apply asm redirection in gmp.h before first use
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Mar 2022 22:04:47 +0000 (19:04 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 7 Nov 2022 13:40:21 +0000 (10:40 -0300)
commit8d291eabd541029d7ac705cc1ea112c58dfbb05f
treeeaaaae753b2a5257460ac852f73540800a500c09
parent596183a1eed0699be96bdcd495ab1b497370afda
Apply asm redirection in gmp.h before first use

For clang the redeclaration after the first use, the visibility attribute
is silently ignored (symbol is STV_DEFAULT) while the asm label attribute
causes an error.

Reviewed-by: Fangrui Song <maskray@google.com>
include/gmp.h
stdlib/gmp.h