From owner-cvs-all Fri Dec 20 21:11:41 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 5FAF837B401; Fri, 20 Dec 2002 21:11:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C54643EDE; Fri, 20 Dec 2002 21:11:40 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL5Bdfh094791; Fri, 20 Dec 2002 21:11:39 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBL5BdTO094790; Fri, 20 Dec 2002 21:11:39 -0800 (PST) Message-Id: <200212210511.gBL5BdTO094790@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 20 Dec 2002 21:11:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/stdlib div.S ldiv.S X-FreeBSD-CVS-Branch: HEAD 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 tjr 2002/12/20 21:11:39 PST Modified files: lib/libc/i386/stdlib div.S ldiv.S Log: Import newer versions of div() and ldiv() from NetBSD which handle the -fpcc-struct-return calling convention properly instead of returning garbage. This may break backwards compatibility with some old binaries that were compiled when -fno-pcc-struct-return was the default. Revision Changes Path 1.9 +12 -34 src/lib/libc/i386/stdlib/div.S 1.9 +12 -34 src/lib/libc/i386/stdlib/ldiv.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message