From owner-cvs-all Mon Sep 23 16:34:11 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 B2ACC37B401; Mon, 23 Sep 2002 16:34:10 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E7143E81; Mon, 23 Sep 2002 16:34:10 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8NNY5JF080079; Mon, 23 Sep 2002 16:34:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8NNY5Pa080078; Mon, 23 Sep 2002 16:34:05 -0700 (PDT) Date: Mon, 23 Sep 2002 16:34:05 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Mikhail Teterin , Mike Barcroft Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-ID: <20020923233405.GB79965@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Mikhail Teterin , Mike Barcroft References: <20020923192518.GA78132@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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, Sep 23, 2002 at 03:43:44PM -0400, John Baldwin wrote: > Is it due to stuff in __asm restraints that diff's like these would fix: > > --- i386/i386/math_emulate.c 20 Jun 2002 07:23:08 -0000 1.41 > +++ i386/i386/math_emulate.c 17 Jul 2002 02:53:57 -0000 > @@ -760,8 +760,7 @@ > if ((ti.sign = (ti.b < 0)) != 0) > __asm__("notl %0 ; notl %1\n\t" > "addl $1,%0 ; adcl $0,%1" > - :"=r" (ti.a),"=r" (ti.b) > - :"0" (ti.a),"1" (ti.b)); > + :"+r" (ti.a),"+r" (ti.b)); > int_to_real(&ti,tmp); > } > > (etc.. I have a bunch of these) We're you going to do a clean up pass a few months ago? (or was it someone else) Did you get very far? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message