From owner-cvs-all Tue Sep 24 7:45: 7 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 D18AE37B434 for ; Tue, 24 Sep 2002 07:45:00 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5720B43E4A for ; Tue, 24 Sep 2002 07:44:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14790 invoked from network); 24 Sep 2002 14:45:15 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 24 Sep 2002 14:45:15 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8OEivBv084840; Tue, 24 Sep 2002 10:44:57 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020923233405.GB79965@dragon.nuxi.com> Date: Tue, 24 Sep 2002 10:45:00 -0400 (EDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/contrib/gcc toplev.c Cc: Mike Barcroft , Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@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 23-Sep-2002 David O'Brien wrote: > 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? I committed most of it. I think bde had some objections to the few patches I still have outstanding. I also have several patches to try and cleanup the alpha inline asm that I still need to test. :-/ -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message