Date: Sat, 4 Sep 2004 00:04:58 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/string memcpy.S Message-ID: <200409040004.i8404wx8061182@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
  
  Revision  Changes    Path
  1.3       +5 -6      src/lib/libc/ia64/string/memcpy.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409040004.i8404wx8061182>
