From owner-cvs-lib Sun Apr 20 05:09:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA17863 for cvs-lib-outgoing; Sun, 20 Apr 1997 05:09:25 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA17856; Sun, 20 Apr 1997 05:09:23 -0700 (PDT) Date: Sun, 20 Apr 1997 05:09:23 -0700 (PDT) From: Bruce Evans Message-Id: <199704201209.FAA17856@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/i386/string bcopy.S Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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