From 430388d5dc0e1861b869096f4f5d946d7d74232a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 3 Aug 2018 08:04:49 -0700 Subject: x86: Don't include in assembly codes There is no need to include in assembly codes since all x86 IFUNC selector functions are written in C. Tested on i686 and x86-64. There is no code change in libc.so, ld.so and libmvec.so. * sysdeps/i386/i686/multiarch/bzero-ia32.S: Don't include . * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: Likewise. * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core-avx2.S: Likewise. * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Likewise. --- sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/x86_64/multiarch') diff --git a/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S b/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S index be6671759b..56b81f5cc5 100644 --- a/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S +++ b/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S @@ -19,7 +19,6 @@ #include #include -#include #if IS_IN (libc) # define MEMSET_SYMBOL(p,s) p##_sse2_##s -- cgit 1.4.1