aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch/strlen-sse2.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i686/multiarch/strlen-sse2.S')
-rw-r--r--sysdeps/i386/i686/multiarch/strlen-sse2.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/i386/i686/multiarch/strlen-sse2.S b/sysdeps/i386/i686/multiarch/strlen-sse2.S
index ca549bafc2..2dbc4a9e76 100644
--- a/sysdeps/i386/i686/multiarch/strlen-sse2.S
+++ b/sysdeps/i386/i686/multiarch/strlen-sse2.S
@@ -22,8 +22,6 @@
# ifndef USE_AS_STRCAT
# include <sysdep.h>
-# include "asm-syntax.h"
-
# define CFI_PUSH(REG) \
cfi_adjust_cfa_offset (4); \
cfi_rel_offset (REG, 0)
@@ -39,7 +37,7 @@
# define ENTRANCE
# define RETURN ret
- .text
+ atom_text_section
ENTRY (__strlen_sse2)
ENTRANCE
mov STR(%esp), %edx