Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 1997 05:46:15 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/i386/string Makefile.inc memmove.S
Message-ID:  <199704201246.FAA19016@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/20 05:46:14

  Modified:    lib/libc/i386/string  Makefile.inc memmove.S
  Log:
  Use separate routines for memmove() and memcpy().  This lets me drop
  the (buggy) support for alternative entry points.  ALTENTRY() was only
  used for memmove().  Optimizing for space was particularly silly because
  memcpy() is rarely used (gcc normally inlines it).
  
  Obtained from:	NetBSD
  
  Revision  Changes    Path
  1.7       +2 -2      src/lib/libc/i386/string/Makefile.inc
  1.6       +2 -92     src/lib/libc/i386/string/memmove.S



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704201246.FAA19016>