]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of # comments in assembly files.
authorJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 20:47:13 +0000 (20:47 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 20:47:13 +0000 (20:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6311

coregrind/m_cpuid.S
coregrind/m_syswrap/syscall-amd64-linux.S

index 17d444db46ceb767a24481a6215ecfeaf2249920..52583e7bc81ff7cad61a00025e77d21040e0c8f0 100644 (file)
@@ -1,7 +1,7 @@
 
-##--------------------------------------------------------------------##
-##--- CPUID interface.                                   m_cpuid.S ---##
-##--------------------------------------------------------------------##
+/*--------------------------------------------------------------------*/
+/*--- CPUID interface.                                   m_cpuid.S ---*/
+/*--------------------------------------------------------------------*/
 
 /*
   This file is part of Valgrind, a dynamic binary instrumentation
 .section .note.GNU-stack,"",@progbits
 #endif
 
-##--------------------------------------------------------------------##
-##--- end                                                          ---##
-##--------------------------------------------------------------------##
+/*--------------------------------------------------------------------*/
+/*--- end                                                          ---*/
+/*--------------------------------------------------------------------*/
index f403d0776137a1281c818ad32ed91c970762242a..02071d139e4ee2a5c10896af2e0d76c5d0a2f535 100644 (file)
@@ -1,7 +1,7 @@
 
-##--------------------------------------------------------------------##
-##--- Support for doing system calls.        syscall-amd64-linux.S ---##
-##--------------------------------------------------------------------##
+/*--------------------------------------------------------------------*/
+/*--- Support for doing system calls.        syscall-amd64-linux.S ---*/
+/*--------------------------------------------------------------------*/
 
 /*
   This file is part of Valgrind, a dynamic binary instrumentation
@@ -206,6 +206,6 @@ ML_(blksys_finished):       .quad 5b
 /* Let the linker know we don't need an executable stack */
 .section .note.GNU-stack,"",@progbits
 
-##--------------------------------------------------------------------##
-##--- end                                                          ---##
-##--------------------------------------------------------------------##
+/*--------------------------------------------------------------------*/
+/*--- end                                                          ---*/
+/*--------------------------------------------------------------------*/