summaryrefslogtreecommitdiffstats
path: root/libc/string/x86_64/_glibc_inc.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-19 06:48:05 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-19 06:48:05 +0000
commit8b96f0d1ca80a4ba9f8b06313dac4e7a351d728d (patch)
treeaba7c0f12efda51131ffb58eea03246f27f52b13 /libc/string/x86_64/_glibc_inc.h
parentee82aebd10ba586d3380d6524eae98ee259b133c (diff)
downloaduClibc-alpine-8b96f0d1ca80a4ba9f8b06313dac4e7a351d728d.tar.bz2
uClibc-alpine-8b96f0d1ca80a4ba9f8b06313dac4e7a351d728d.tar.xz
Synch arch specific part of libc/string for frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin
Diffstat (limited to 'libc/string/x86_64/_glibc_inc.h')
-rw-r--r--libc/string/x86_64/_glibc_inc.h7
1 files changed, 0 insertions, 7 deletions
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 <features.h>
#include <bits/wordsize.h>
-#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: