Add the missing "; \".
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 7 Aug 2009 17:40:45 +0000 (10:40 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 7 Aug 2009 17:40:45 +0000 (10:40 -0700)
ChangeLog
sysdeps/i386/i686/multiarch/strlen.S

index b0187e0..bac95b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3d4d9f1..1375b97 100644 (file)
@@ -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