about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strlen-sse2.S
diff options
context:
space:
mode:
authorLiubov Dmitrieva <liubov.dmitrieva@intel.com>2011-09-07 22:28:44 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-07 22:28:44 -0400
commit48882a1abe30ccfc262866c9afcf9e62fc400ae4 (patch)
tree2e0f36c220b695a086f269220d4c99e2210426dc /sysdeps/i386/i686/multiarch/strlen-sse2.S
parent3d4837df4ab1a826871e31822694e137779fd7d0 (diff)
downloadglibc-48882a1abe30ccfc262866c9afcf9e62fc400ae4.tar.gz
glibc-48882a1abe30ccfc262866c9afcf9e62fc400ae4.tar.xz
glibc-48882a1abe30ccfc262866c9afcf9e62fc400ae4.zip
Fix up x86-32 section names for Atom code
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