aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/tst-ifunc-isa-1-static.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]H.J. Lu1-0/+1
Check ifunc resolver with CPU_FEATURE_USABLE and tunables in dynamic and static executables to verify that CPUID features are initialized early in static PIE. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>