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

Marcel Moolenaar marcel at FreeBSD.org
Fri Sep 3 17:04:59 PDT 2004


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


More information about the cvs-src mailing list