From owner-cvs-all Sun Oct 20 22:36:41 2002 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 BF97637B401; Sun, 20 Oct 2002 22:36:40 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3AF43E65; Sun, 20 Oct 2002 22:36:39 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g9L5aQ01066392; Mon, 21 Oct 2002 07:36:32 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa npx.c In-Reply-To: Your message of "Mon, 21 Oct 2002 11:04:13 +1000." <20021021110058.Y8562-100000@gamplex.bde.org> Date: Mon, 21 Oct 2002 07:36:26 +0200 Message-ID: <66391.1035178586@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20021021110058.Y8562-100000@gamplex.bde.org>, Bruce Evans writes: >On Sun, 20 Oct 2002, Poul-Henning Kamp wrote: > >> phk 2002/10/20 10:30:30 PDT >> >> Modified files: >> sys/i386/isa npx.c >> Log: >> Hide inline assembly if lint is defined. >> >> Revision Changes Path >> 1.133 +1 -1 src/sys/i386/isa/npx.c > >Inline assembly was already correctly hidden by a __GNUC__ ifdef. It >is a feature that broken lints which define __GNUC__ without actually >being supporting all features of gcc barf on unsupported features. >Please back this out. Our kernel is too __GNUC__ infected to making linting it without defining __GNUC__ an option. At the present time, no other compiler stands a chance at compiling our kernel, and it therefore seems far more productive to be able to run lint on the code we have and use, than the code we don't have and don't use. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message