diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-25 10:49:04 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-25 10:51:04 -0700 |
commit | 7ab70c98e87b6fbcb3c2c02075b0949ed239ad7e (patch) | |
tree | 64a4a9ec40f54c20c0aeb2207897bd9eb0a211f4 /ChangeLog | |
parent | 39e7a5a66828a60008543db5f03f46dc7081668b (diff) | |
download | glibc-7ab70c98e87b6fbcb3c2c02075b0949ed239ad7e.tar glibc-7ab70c98e87b6fbcb3c2c02075b0949ed239ad7e.tar.gz glibc-7ab70c98e87b6fbcb3c2c02075b0949ed239ad7e.tar.bz2 glibc-7ab70c98e87b6fbcb3c2c02075b0949ed239ad7e.zip |
x86: Remove assembly versions of index_cpu_*/index_arch_*
Since assembly versions of HAS_CPU_FEATURE and HAS_ARCH_FEATURE have
been removed, assembly versions of index_cpu_* and index_arch_* can
also be removed.
Tested on i686 and x86-64 with and without --disable-multi-arch.
* sysdeps/x86/cpu-features.h [__ASSEMBLER__]
(index_cpu_*, index_arch_*): Removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-08-25 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86/cpu-features.h [__ASSEMBLER__] + (index_cpu_*, index_arch_*): Removed. + 2017-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com> * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (elf_greg_t): |