From: H.J. Lu Date: Fri, 7 Aug 2009 17:40:45 +0000 (-0700) Subject: Add the missing "; \". X-Git-Tag: fedora/glibc-2.10.90-13~1^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0eca608d0568e7d7cab670b5ba77c641ca0d547d;p=thirdparty%2Fglibc.git Add the missing "; \". --- diff --git a/ChangeLog b/ChangeLog index b0187e0a293..bac95b2012f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-07 H.J. Lu + + * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \". + 2009-08-07 Andreas Schwab * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of diff --git a/sysdeps/i386/i686/multiarch/strlen.S b/sysdeps/i386/i686/multiarch/strlen.S index 3d4d9f18f11..1375b97a74a 100644 --- a/sysdeps/i386/i686/multiarch/strlen.S +++ b/sysdeps/i386/i686/multiarch/strlen.S @@ -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