185518Sjake/*
285518Sjake * Copyright (c) 1992, 1993
385518Sjake *	The Regents of the University of California.  All rights reserved.
485518Sjake *
585518Sjake * This software was developed by the Computer Systems Engineering group
685518Sjake * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
785518Sjake * contributed to Berkeley.
885518Sjake *
985518Sjake * Redistribution and use in source and binary forms, with or without
1085518Sjake * modification, are permitted provided that the following conditions
1185518Sjake * are met:
1285518Sjake * 1. Redistributions of source code must retain the above copyright
1385518Sjake *    notice, this list of conditions and the following disclaimer.
1485518Sjake * 2. Redistributions in binary form must reproduce the above copyright
1585518Sjake *    notice, this list of conditions and the following disclaimer in the
1685518Sjake *    documentation and/or other materials provided with the distribution.
1785518Sjake * 4. Neither the name of the University nor the names of its contributors
1885518Sjake *    may be used to endorse or promote products derived from this software
1985518Sjake *    without specific prior written permission.
2085518Sjake *
2185518Sjake * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2285518Sjake * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2385518Sjake * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2485518Sjake * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2585518Sjake * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2685518Sjake * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2785518Sjake * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2885518Sjake * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2985518Sjake * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3085518Sjake * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3185518Sjake * SUCH DAMAGE.
3285518Sjake *
3385518Sjake *	from: Header: ptrace.s,v 1.2 91/12/20 01:59:00 leres Exp
3485518Sjake *	from: NetBSD: ptrace.S,v 1.4 2000/07/24 00:11:10 mycroft Exp
3585518Sjake */
3685518Sjake
3785518Sjake#if defined(SYSLIBC_SCCS) && !defined(lint)
3899116Sobrien	.asciz "@(#)ptrace.s	8.1 (Berkeley) 6/4/93"
3985518Sjake#if 0
4085518Sjake	RCSID("$NetBSD: ptrace.S,v 1.4 2000/07/24 00:11:10 mycroft Exp $")
4185518Sjake#endif
4285518Sjake#endif /* SYSLIBC_SCCS and not lint */
4399116Sobrien#include <machine/asm.h>
4499116Sobrien__FBSDID("$FreeBSD: releng/10.3/lib/libc/sparc64/sys/ptrace.S 165903 2007-01-09 00:28:16Z imp $");
4585518Sjake
4685518Sjake#include "SYS.h"
4785518Sjake
4885518Sjake_SYSENTRY(ptrace)
4985518Sjake	save	%sp, -CCFSZ, %sp
5085518Sjake	call	CNAME(__error)
5185518Sjake	 nop
5285518Sjake	stw	%g0, [%o0]
5385518Sjake	restore
5485518Sjake	_SYSCALL(ptrace)
5599773Stmm	retl
5699773Stmm	 nop
5786536Sjake_SYSEND(ptrace)
58