cvs commit: src/lib/libc/ia64/string memcpy.S

Doug Rabson dfr at nlsystems.com
Sun Sep 5 01:39:42 PDT 2004


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..


More information about the cvs-src mailing list