446cf2
commit 43530ba1dc4fccd438fefa26f50977ff6bf284c7
446cf2
Author: H.J. Lu <hjl.tools@gmail.com>
446cf2
Date:   Sat Jul 11 10:03:05 2020 -0700
446cf2
446cf2
    x86: Remove __ASSEMBLER__ check in init-arch.h
446cf2
    
446cf2
    Since
446cf2
    
446cf2
    commit 430388d5dc0e1861b869096f4f5d946d7d74232a
446cf2
    Author: H.J. Lu <hjl.tools@gmail.com>
446cf2
    Date:   Fri Aug 3 08:04:49 2018 -0700
446cf2
    
446cf2
        x86: Don't include <init-arch.h> in assembly codes
446cf2
    
446cf2
    removed all usages of <init-arch.h> from assembly codes, we can remove
446cf2
    __ASSEMBLER__ check in init-arch.h.
446cf2
446cf2
diff --git a/sysdeps/x86/init-arch.h b/sysdeps/x86/init-arch.h
446cf2
index bc860fcd69a605b3..63a7f8562010e5e2 100644
446cf2
--- a/sysdeps/x86/init-arch.h
446cf2
+++ b/sysdeps/x86/init-arch.h
446cf2
@@ -15,11 +15,7 @@
446cf2
    License along with the GNU C Library; if not, see
446cf2
    <http://www.gnu.org/licenses/>.  */
446cf2
 
446cf2
-#ifdef  __ASSEMBLER__
446cf2
-# include <cpu-features.h>
446cf2
-#else
446cf2
-# include <ldsodefs.h>
446cf2
-#endif
446cf2
+#include <ldsodefs.h>
446cf2
 #include <ifunc-init.h>
446cf2
 #include <isa.h>
446cf2