diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-13 03:40:40 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-13 03:41:59 -0700 |
commit | b376899d27e5ac892f0339cf1bbb3d2158347db8 (patch) | |
tree | 10e8197ace2c56fee705a587232183c0357bb5fd /ChangeLog | |
parent | 1dfa4a94aea3249f9c6e577d795df420688cd8e3 (diff) | |
download | glibc-b376899d27e5ac892f0339cf1bbb3d2158347db8.tar.gz glibc-b376899d27e5ac892f0339cf1bbb3d2158347db8.tar.xz glibc-b376899d27e5ac892f0339cf1bbb3d2158347db8.zip |
Update x86 elision-conf.c for <cpu-features.h>
This patch updates x86 elision-conf.c to use the newly defined HAS_CPU_FEATURE from <cpu-features.h>. * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init): Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c0fe4cdf92..5d1cd0f5d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-08-13 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init): + Replace HAS_RTM with HAS_CPU_FEATURE (RTM). + +2015-08-13 H.J. Lu <hongjiu.lu@intel.com> + * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))): Remove $(objpfx)init-arch.o. * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove |