Date: Wed, 28 Apr 2004 07:31:45 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot1.S sio.S src/sys/boot/i386/btx/btx btx.S src/sys/boot/i386/btx/btxldr btxldr.S src/sys/boot/i386/libi386 amd64_tramp.S src/sys/boot/i386/pxeldr pxeldr.S Message-ID: <200404281431.i3SEVjtb016009@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2004/04/28 07:31:44 PDT FreeBSD src repository Modified files: sys/boot/i386/boot2 boot1.S sio.S sys/boot/i386/btx/btx btx.S sys/boot/i386/btx/btxldr btxldr.S sys/boot/i386/libi386 amd64_tramp.S sys/boot/i386/pxeldr pxeldr.S Log: After talking to Bruce Evans and reading more standards specs, switch to using C99-style comments everywhere in preprocessed assembler. The reason is that lines starting with the regexp '^[[:space:]]#' are treated as preprocessing directives, and while it seems to work now with GCC, it's not necessarily has to work. Use C99 comments `//' for the trailing comments to save whitespace. Revision Changes Path 1.26 +210 -210 src/sys/boot/i386/boot2/boot1.S 1.8 +42 -42 src/sys/boot/i386/boot2/sio.S 1.36 +921 -920 src/sys/boot/i386/btx/btx/btx.S 1.16 +276 -276 src/sys/boot/i386/btx/btxldr/btxldr.S 1.3 +5 -5 src/sys/boot/i386/libi386/amd64_tramp.S 1.12 +167 -163 src/sys/boot/i386/pxeldr/pxeldr.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404281431.i3SEVjtb016009>