mirror of git://sourceware.org/git/glibc.git
Add the missing "; \".
This commit is contained in:
parent
7bc513cf18
commit
0eca608d05
|
|
@ -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>
|
2009-08-07 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
* elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
|
* elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,7 @@ END (__strlen_sse2)
|
||||||
# define ENTRY(name) \
|
# define ENTRY(name) \
|
||||||
.type __strlen_ia32, @function; \
|
.type __strlen_ia32, @function; \
|
||||||
.globl __strlen_ia32; \
|
.globl __strlen_ia32; \
|
||||||
.p2align 4
|
.p2align 4; \
|
||||||
__strlen_ia32: cfi_startproc; \
|
__strlen_ia32: cfi_startproc; \
|
||||||
CALL_MCOUNT
|
CALL_MCOUNT
|
||||||
# undef END
|
# undef END
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue