]> git.ipfire.org Git - thirdparty/glibc.git/commit
allocate_once: Apply asm redirection before first use
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 25 Oct 2022 13:42:16 +0000 (10:42 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 1 Nov 2022 12:51:10 +0000 (09:51 -0300)
commit8161978f89c3454e1b70e08efd98923e6a317a56
tree085c8b33bcaedd6a63034bd35df72a7fba9dcca6
parent34b358eb03e592fadd9887dd3ef8c1cfaba39688
allocate_once: Apply asm redirection before first use

Compilers may not be able to apply asm redirections to functions
after these functions are used for the first time, e.g. clang 15.

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