From owner-cvs-all Sat Dec 22 23:11:59 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7971F37B405; Sat, 22 Dec 2001 23:11:55 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA18354; Sun, 23 Dec 2001 18:11:53 +1100 Date: Sun, 23 Dec 2001 18:12:01 +1100 (EST) From: Bruce Evans X-X-Sender: To: Jake Burkholder Cc: , Subject: Re: cvs commit: src/sys/sparc64/sparc64 db_disasm.c In-Reply-To: <200112230700.fBN70Or81958@freefall.freebsd.org> Message-ID: <20011223180829.J11014-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sat, 22 Dec 2001, Jake Burkholder wrote: > jake 2001/12/22 23:00:24 PST > > Modified files: > sys/sparc64/sparc64 db_disasm.c > Log: > Define our own version of abs now that we compile with -ffreestanding by > default. The bug mostly is in the -ffreestanding commit. It is in the wrong place (not in bsd.kern.mk, so it doesn't affect modules) and is missing -fbuiltin. Builtin functions were intentionally used for certain optimization, so -fbuiltin is needed until these optimizations are done more explicitly. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message