From owner-cvs-src@FreeBSD.ORG Sun Sep 5 08:39:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6682E16A4CE; Sun, 5 Sep 2004 08:39:42 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5D143D49; Sun, 5 Sep 2004 08:39:41 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i858dalf055014; Sun, 5 Sep 2004 09:39:36 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Marcel Moolenaar Date: Sun, 5 Sep 2004 09:40:17 +0100 User-Agent: KMail/1.6.2 References: <200409040004.i8404wx8061182@repoman.freebsd.org> In-Reply-To: <200409040004.i8404wx8061182@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200409050940.17182.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/ia64/string memcpy.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 08:39:42 -0000 On Saturday 04 September 2004 01:04, Marcel Moolenaar wrote: > marcel 2004-09-04 00:04:58 UTC > > FreeBSD src repository > > Modified files: > lib/libc/ia64/string memcpy.S > Log: > Unbreak memcpy(). memcpy() is defined to return the dst argument. > By using r8 instead of r14 to do the swap, we put the dst argument > in the return register. Since bcopy() doesn't clobber r8, we don't > have to do anything else. This fixes ports/textproc/aspell. Oops. Sorry about that one..