Skip to content

Commit

Permalink
Add the missing "; \".
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu authored and Ulrich Drepper committed Aug 7, 2009
1 parent 7bc513c commit 0eca608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-08-07 H.J. Lu <hongjiu.lu@intel.com>

* sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".

2009-08-07 Andreas Schwab <schwab@redhat.com>

* elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/i386/i686/multiarch/strlen.S
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ END (__strlen_sse2)
# define ENTRY(name) \
.type __strlen_ia32, @function; \
.globl __strlen_ia32; \
.p2align 4
.p2align 4; \
__strlen_ia32: cfi_startproc; \
CALL_MCOUNT
# undef END
Expand Down

0 comments on commit 0eca608

Please sign in to comment.