From 48882a1abe30ccfc262866c9afcf9e62fc400ae4 Mon Sep 17 00:00:00 2001 From: Liubov Dmitrieva Date: Wed, 7 Sep 2011 22:28:44 -0400 Subject: Fix up x86-32 section names for Atom code --- sysdeps/i386/i686/multiarch/strlen-sse2.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sysdeps/i386/i686/multiarch/strlen-sse2.S') 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 -# 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 -- cgit 1.4.1