From 519ca27d4a720c900ad74e8018cdd5cc08a8b3a6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 29 Jul 2007 14:45:26 +0000 Subject: Remove stray code alignment (.align 16 and .align 4 directives) from i386 and x86_64. --- libc/string/x86_64/_glibc_inc.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc/string/x86_64/_glibc_inc.h') diff --git a/libc/string/x86_64/_glibc_inc.h b/libc/string/x86_64/_glibc_inc.h index 88cef2ea3..415ce90a7 100644 --- a/libc/string/x86_64/_glibc_inc.h +++ b/libc/string/x86_64/_glibc_inc.h @@ -6,15 +6,8 @@ #include #include -#if __WORDSIZE == 32 -# define ENTRY_ALIGN 4 -#else -# define ENTRY_ALIGN 2 -#endif - #define ENTRY(sym) \ .global sym; \ - .align ENTRY_ALIGN; \ .type sym,%function; \ sym: -- cgit v1.2.3