This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATH: Add the missing "; \"


Hi,

This patch adds the missing "; \".


H.J.
---
2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>

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

diff --git a/sysdeps/i386/i686/multiarch/strlen.S b/sysdeps/i386/i686/multiarch/strlen.S
index 3d4d9f1..1375b97 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]