]> sourceware.org Git - glibc.git/commitdiff
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 b0187e0a2935af2a10d7e1c7eff857c7b7c7df95..bac95b2012ffdff76bffe1519c1592e2974fe2e1 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 3d4d9f18f11d0d16c274c30c2ead47b0a9b3c809..1375b97a74ab3524934123c1888010b2d0568f34 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
This page took 0.059029 seconds and 5 git commands to generate.