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
Ruslan Ermilov
ru at FreeBSD.org
Wed Apr 28 07:31:45 PDT 2004
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
More information about the cvs-src
mailing list