From 228f76d4dfe9a8a9b50e4c5ac8161a991fc8107c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 23 May 2017 00:47:19 +0200 Subject: sparc: cleanup sparc64 bits and unused soft-fp Remove a lot of unused 64 Bit header stuff. --- libc/sysdeps/linux/sparc/_math_inc.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libc/sysdeps/linux/sparc/_math_inc.h') diff --git a/libc/sysdeps/linux/sparc/_math_inc.h b/libc/sysdeps/linux/sparc/_math_inc.h index 1bf84f04e..7c81459d4 100644 --- a/libc/sysdeps/linux/sparc/_math_inc.h +++ b/libc/sysdeps/linux/sparc/_math_inc.h @@ -4,20 +4,13 @@ */ #include -#include #define __ASSEMBLY__ -#ifndef __sparc_v9__ #include -#endif /* Is alignment really needed? */ -#if __WORDSIZE == 32 -# define ENTRY_ALIGN 4 -#else -# define ENTRY_ALIGN 2 -#endif +#define ENTRY_ALIGN 4 #define ENTRY(sym) \ .global sym; \ -- cgit v1.2.3