From 43530ba1dc4fccd438fefa26f50977ff6bf284c7 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 11 Jul 2020 10:03:05 -0700 Subject: x86: Remove __ASSEMBLER__ check in init-arch.h Since commit 430388d5dc0e1861b869096f4f5d946d7d74232a Author: H.J. Lu Date: Fri Aug 3 08:04:49 2018 -0700 x86: Don't include in assembly codes removed all usages of from assembly codes, we can remove __ASSEMBLER__ check in init-arch.h. --- sysdeps/x86/init-arch.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sysdeps/x86/init-arch.h b/sysdeps/x86/init-arch.h index d6f59cf962..a174229941 100644 --- a/sysdeps/x86/init-arch.h +++ b/sysdeps/x86/init-arch.h @@ -15,11 +15,7 @@ License along with the GNU C Library; if not, see . */ -#ifdef __ASSEMBLER__ -# include -#else -# include -#endif +#include #include #include -- cgit 1.4.1