Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 11:04:13 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/i386/isa npx.c
Message-ID:  <20021021110058.Y8562-100000@gamplex.bde.org>
In-Reply-To: <200210201730.g9KHUUwT065160@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021021110058.Y8562-100000>