diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-29 14:45:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-29 14:45:26 +0000 |
commit | 519ca27d4a720c900ad74e8018cdd5cc08a8b3a6 (patch) | |
tree | 15e4700c597a8932ef07a70f09ebfb848980e46e /libc/string/sparc | |
parent | 2ea436fb13abd2793dc39cca24a8f90d8f3b6328 (diff) |
Remove stray code alignment (.align 16 and .align 4 directives)
from i386 and x86_64.
Diffstat (limited to 'libc/string/sparc')
-rw-r--r-- | libc/string/sparc/_glibc_inc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/sparc/_glibc_inc.h b/libc/string/sparc/_glibc_inc.h index 4eb4d755c..e0aef52c2 100644 --- a/libc/string/sparc/_glibc_inc.h +++ b/libc/string/sparc/_glibc_inc.h @@ -6,6 +6,8 @@ #include <features.h> #include <bits/wordsize.h> +/* Is alignment really needed? */ + #if __WORDSIZE == 32 # define ENTRY_ALIGN 4 #else |