From 2cae4995416cc25f381686902b4243f0095daedd Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 23 Aug 2011 15:53:51 +0200 Subject: Fix spurious nop at start of __strspn_ia32 --- sysdeps/i386/i686/multiarch/strspn.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/i386/i686/multiarch/strspn.S b/sysdeps/i386/i686/multiarch/strspn.S index dbdf1af482..cd26c80185 100644 --- a/sysdeps/i386/i686/multiarch/strspn.S +++ b/sysdeps/i386/i686/multiarch/strspn.S @@ -76,8 +76,8 @@ END(strspn) # define ENTRY(name) \ .type __strspn_ia32, @function; \ .globl __strspn_ia32; \ - .p2align 4 - __strspn_ia32: cfi_startproc; \ + .p2align 4; \ +__strspn_ia32: cfi_startproc; \ CALL_MCOUNT # undef END # define END(name) \ -- cgit 1.4.1