|
From: <sv...@va...> - 2006-10-17 20:47:17
|
Author: sewardj Date: 2006-10-17 21:47:13 +0100 (Tue, 17 Oct 2006) New Revision: 6311 Log: Get rid of # comments in assembly files. Modified: trunk/coregrind/m_cpuid.S trunk/coregrind/m_syswrap/syscall-amd64-linux.S Modified: trunk/coregrind/m_cpuid.S =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_cpuid.S 2006-10-17 20:39:11 UTC (rev 6310) +++ trunk/coregrind/m_cpuid.S 2006-10-17 20:47:13 UTC (rev 6311) @@ -1,7 +1,7 @@ =20 -##--------------------------------------------------------------------## -##--- CPUID interface. m_cpuid.S ---## -##--------------------------------------------------------------------## +/*--------------------------------------------------------------------*/ +/*--- CPUID interface. m_cpuid.S ---*/ +/*--------------------------------------------------------------------*/ =20 /* This file is part of Valgrind, a dynamic binary instrumentation @@ -148,6 +148,6 @@ .section .note.GNU-stack,"",@progbits #endif =20 -##--------------------------------------------------------------------## -##--- end ---## -##--------------------------------------------------------------------## +/*--------------------------------------------------------------------*/ +/*--- end ---*/ +/*--------------------------------------------------------------------*/ Modified: trunk/coregrind/m_syswrap/syscall-amd64-linux.S =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_syswrap/syscall-amd64-linux.S 2006-10-17 20:39:11 U= TC (rev 6310) +++ trunk/coregrind/m_syswrap/syscall-amd64-linux.S 2006-10-17 20:47:13 U= TC (rev 6311) @@ -1,7 +1,7 @@ =20 -##--------------------------------------------------------------------## -##--- Support for doing system calls. syscall-amd64-linux.S ---## -##--------------------------------------------------------------------## +/*--------------------------------------------------------------------*/ +/*--- Support for doing system calls. syscall-amd64-linux.S ---*/ +/*--------------------------------------------------------------------*/ =20 /* This file is part of Valgrind, a dynamic binary instrumentation @@ -206,6 +206,6 @@ /* Let the linker know we don't need an executable stack */ .section .note.GNU-stack,"",@progbits =20 -##--------------------------------------------------------------------## -##--- end ---## -##--------------------------------------------------------------------## +/*--------------------------------------------------------------------*/ +/*--- end ---*/ +/*--------------------------------------------------------------------*/ |