]> sourceware.org Git - glibc.git/commit
x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Jan 2021 22:41:10 +0000 (14:41 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 21 Jan 2021 18:22:26 +0000 (10:22 -0800)
commit7a5ab88e218d2091e876a9779a4acae426afb85c
treecdecfb845b1d9e4aacc7b302ed341c0d42085c7e
parent46c1c765d14c77c6c36df1b51dae6674a4eef06b
x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]

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>
sysdeps/x86/Makefile
sysdeps/x86/tst-ifunc-isa-1-static.c [new file with mode: 0644]
sysdeps/x86/tst-ifunc-isa-1.c [new file with mode: 0644]
sysdeps/x86/tst-ifunc-isa-2-static.c [new file with mode: 0644]
sysdeps/x86/tst-ifunc-isa-2.c [new file with mode: 0644]
sysdeps/x86/tst-ifunc-isa.h [new file with mode: 0644]
This page took 0.042289 seconds and 5 git commands to generate.