diff --git a/ChangeLog b/ChangeLog index 5f82d00b69..75796ee7d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-07-30 H.J. Lu + + [BZ #23458] + * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static. + 2018-07-28 Samuel Thibault * sysdeps/mach/hurd/dl-unistd.h (__access, __brk, __lseek, __read, diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile index 672bb19489..337b0b63dc 100644 --- a/sysdeps/x86/Makefile +++ b/sysdeps/x86/Makefile @@ -5,7 +5,7 @@ endif ifeq ($(subdir),elf) sysdep-dl-routines += dl-get-cpu-features -tests += tst-get-cpu-features +tests += tst-get-cpu-features tst-get-cpu-features-static tests-static += tst-get-cpu-features-static endif