From owner-cvs-all@FreeBSD.ORG Wed Apr 28 08:23:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76B716A4CE; Wed, 28 Apr 2004 08:23:31 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066E043D46; Wed, 28 Apr 2004 08:23:28 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3SFSbMU061250 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Apr 2004 18:28:40 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3SFNE76043851; Wed, 28 Apr 2004 18:23:14 +0300 (EEST) (envelope-from ru) Date: Wed, 28 Apr 2004 18:23:14 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20040428152314.GC43431@ip.net.ua> References: <200404281431.i3SEVjtb016009@repoman.freebsd.org> <200404281106.13952.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="F8dlzb82+Fcn6AgP" Content-Disposition: inline In-Reply-To: <200404281106.13952.jhb@FreeBSD.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 15:23:32 -0000 --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 28, 2004 at 11:06:13AM -0400, John Baldwin wrote: > On Wednesday 28 April 2004 10:31 am, Ruslan Ermilov wrote: > > 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. >=20 > Well, that just killed any local diff's anyone had to the boot code for a= =20 > trivial reason. as(1) worked just fine, I don't see why it's such a card= inal > sin to use as(1) to compile asm files. >=20 The problem is not with as(1) but with cpp(1) -- as explained in the commit log our comments weren't strictly speaking comments per se, yet you were the one who pointed this out once to me when I switched from m4(1) preprocessed .s files to cpp(1) preprocessed .S files. > Thanks for not even asking before hosing the history in cvs annotate: >=20 The history is still here, ``cvs annotate -rX.Y'' still works. > > grep jhb /usr/src/MAINTAINERS > cdboot jhb Pre-commit review requested. > pxeboot jhb Pre-commit review requested. > witness jhb Pre-commit review requested. > sys/boot/i386/cdboot/Makefile:MAINTAINER=3D jhb@FreeBSD.org > sys/boot/i386/pxeldr/Makefile:MAINTAINER=3D jhb@FreeBSD.org >=20 I don't look into makefiles for MAINTAINER bits anymore, and you'd better renaming "pxeboot" to "pxeldr" in src/MAINTAINERS. In any case, please feel free to revert the pxeldr/ or other changes if they damage some of your real work; just let me know when it's safe to reapply my .S comment fixes. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --F8dlzb82+Fcn6AgP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAj8xiUkv4P6juNwoRAmZuAJ4/o5WaQHnNkz/LU9Ld6eAPwb6RiQCcDVQP ylAGb60GoiYVoaAbQzs9F/o= =JRHf -----END PGP SIGNATURE----- --F8dlzb82+Fcn6AgP--