Date: Sun, 5 Sep 2004 09:40:17 +0100 From: Doug Rabson <dfr@nlsystems.com> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/ia64/string memcpy.S Message-ID: <200409050940.17182.dfr@nlsystems.com> In-Reply-To: <200409040004.i8404wx8061182@repoman.freebsd.org> References: <200409040004.i8404wx8061182@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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..
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409050940.17182.dfr>