Date: Sun, 20 Apr 1997 05:09:23 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/i386/string bcopy.S Message-ID: <199704201209.FAA17856@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/04/20 05:09:22
Modified: lib/libc/i386/string bcopy.S
Log:
Merged with the 1996/11/12 NetBSD version:
- use a slightly less bogus copyright. This file was never contributed
to Berkeley. It still claims to be copright by the Regents.
- use <machine/asm.h> instead of "DEFS.h".
- use RCSID($Id$) instead of explicit assembly code and messy ifdefs.
The rcsid won't be put into the object file until we make RCSID()
non-null. NetBSD uses a LIBC_SCCS ifdef here. We used a LIBC_RCS
instead, but I want RCSID() to be controlled directly by LIBC_RCS
(actually by LIB_RCS). This is the only difference with the NetBSD
version.
- added ifdefs to support generation of memcpy() and memmove(). The
other changes are "while I'm here" to get this.
- improved style of the copy backwards case.
Revision Changes Path
1.6 +24 -10 src/lib/libc/i386/string/bcopy.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704201209.FAA17856>
