xref: /freebsd/lib/libc/arm/string/bzero.S (revision 1d386b48a555f61cb7325543adbbb5c3f3407a66)
12357939bSOlivier Houchard/*	$NetBSD: bzero.S,v 1.3 2003/10/14 07:51:45 scw Exp $	*/
22357939bSOlivier Houchard
32357939bSOlivier Houchard/*-
42357939bSOlivier Houchard * Copyright (c) 1997 The NetBSD Foundation, Inc.
52357939bSOlivier Houchard * All rights reserved.
62357939bSOlivier Houchard *
72357939bSOlivier Houchard * This code is derived from software contributed to The NetBSD Foundation
82357939bSOlivier Houchard * by Neil A. Carson and Mark Brinicombe
92357939bSOlivier Houchard *
102357939bSOlivier Houchard * Redistribution and use in source and binary forms, with or without
112357939bSOlivier Houchard * modification, are permitted provided that the following conditions
122357939bSOlivier Houchard * are met:
132357939bSOlivier Houchard * 1. Redistributions of source code must retain the above copyright
142357939bSOlivier Houchard *    notice, this list of conditions and the following disclaimer.
152357939bSOlivier Houchard * 2. Redistributions in binary form must reproduce the above copyright
162357939bSOlivier Houchard *    notice, this list of conditions and the following disclaimer in the
172357939bSOlivier Houchard *    documentation and/or other materials provided with the distribution.
182357939bSOlivier Houchard *
192357939bSOlivier Houchard * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
202357939bSOlivier Houchard * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
212357939bSOlivier Houchard * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
222357939bSOlivier Houchard * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
232357939bSOlivier Houchard * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
242357939bSOlivier Houchard * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
252357939bSOlivier Houchard * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
262357939bSOlivier Houchard * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
272357939bSOlivier Houchard * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
282357939bSOlivier Houchard * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
292357939bSOlivier Houchard * POSSIBILITY OF SUCH DAMAGE.
302357939bSOlivier Houchard */
312357939bSOlivier Houchard
322357939bSOlivier Houchard#include <machine/asm.h>
332357939bSOlivier Houchard#define _BZERO
342357939bSOlivier Houchard#include "memset.S"
35