]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix spurious nop at start of __strspn_ia32
authorAndreas Schwab <schwab@redhat.com>
Tue, 23 Aug 2011 13:53:51 +0000 (15:53 +0200)
committerAndreas Schwab <schwab@redhat.com>
Wed, 7 Sep 2011 09:48:06 +0000 (11:48 +0200)
(cherry picked from commit 2cae4995416cc25f381686902b4243f0095daedd)

ChangeLog
sysdeps/i386/i686/multiarch/strspn.S

index 823cf21a9bdc027fddb5b6d795566416a3f9842a..521c4533862e639d1655f9c9f954a0caa13af593 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-23  Andreas Schwab  <schwab@redhat.com>
+
+       * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
+       backslash.
+
 2011-08-22  Andreas Schwab  <schwab@redhat.com>
 
        * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
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) \