mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix spurious nop at start of __strspn_ia32
This commit is contained in:
parent
873a772e30
commit
2cae499541
@ -1,3 +1,8 @@
|
||||
2011-08-23 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
|
||||
backslash.
|
||||
|
||||
2011-07-04 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user