]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix spurious nop at start of __strspn_ia32
authorAndreas Schwab <schwab@redhat.com>
Fri, 20 Aug 2010 08:50:44 +0000 (10:50 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 27 Sep 2010 13:41:55 +0000 (15:41 +0200)
ChangeLog
sysdeps/i386/i686/multiarch/strspn.S

index 862fadc2a16b87c7f87df141bbd7278c220fa4a8..c8bf7dc441898b3d5cf1b2dfe82d91e508905523 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-27  Andreas Schwab  <schwab@redhat.com>
+
+       * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
+       backslash.
+
 2010-09-24  Petr Baudis <pasky@suse.cz>
 
        * debug/stack_chk_fail_local.c: Add missing licence exception.
index dbdf1af48229b09f05e68d7c6a759ce455d32828..cd26c80185b06ebca4642f735adb0515c3dbb830 100644 (file)
@@ -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) \