Skip to content

Commit

Permalink
Fix spurious nop at start of __strspn_ia32
Browse files Browse the repository at this point in the history
(cherry picked from commit 2cae499)
  • Loading branch information
Andreas Schwab committed Sep 7, 2011
1 parent e9f35ea commit 8c0c0e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/i386/i686/multiarch/strspn.S
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 8c0c0e8

Please sign in to comment.