From owner-cvs-all Tue Nov 20 12:59:36 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 3BB5D37B405; Tue, 20 Nov 2001 12:59:32 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id HAA16264; Wed, 21 Nov 2001 07:59:31 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01KAYIPT49344DBNQF@cim.alcatel.com.au>; Wed, 21 Nov 2001 07:59:28 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id fAKKxRA74195; Wed, 21 Nov 2001 07:59:27 +1100 Content-return: prohibited Date: Wed, 21 Nov 2001 07:59:27 +1100 From: Peter Jeremy Subject: Re: cvs commit: src/sys/i386/include atomic.h In-reply-to: <200111121657.fACGvYF20899@freefall.freebsd.org>; from jhb@FreeBSD.ORG on Mon, Nov 12, 2001 at 08:57:33AM -0800 To: John Baldwin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-Followup-To: John Baldwin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20011121075927.A74178@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200111121657.fACGvYF20899@freefall.freebsd.org> 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 On Mon, Nov 12, 2001 at 08:57:33AM -0800, John Baldwin wrote: >jhb 2001/11/12 08:57:33 PST > > Modified files: > sys/i386/include atomic.h > Log: > Use newer constraints for inline assembly for an operand that is both an > input and an output by using the '+' modifier rather than listing the > operand in both the input and output sections. This change still leaves the non-memory operand's constraint as "ir" in all cases - this isn't correct for the char or short cases. I have some old patches to fix this. In any case, -stable also needs the change to use "+". Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message