Define SYS_compat_13_sigreturn13.

This commit is contained in:
thorpej 1998-10-01 00:29:51 +00:00
parent 1a0a0103aa
commit 8b220e1148
9 changed files with 18 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.7 1998/09/30 22:23:13 thorpej Exp $
# $NetBSD: genassym.cf,v 1.8 1998/10/01 00:29:51 thorpej Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -183,6 +183,7 @@ define ISR_ARG offsetof(struct isr, isr_arg)
# system calls
define SYS_exit SYS_exit
define SYS___sigreturn14 SYS___sigreturn14
define SYS_compat_13_sigreturn13 SYS_compat_13_sigreturn13
# miscellaneous custom chip register offsets
define CIAICR offsetof(struct CIA, icr)

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.8 1998/09/30 22:23:14 thorpej Exp $
# $NetBSD: genassym.cf,v 1.9 1998/10/01 00:29:52 thorpej Exp $
#-
# Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -185,6 +185,7 @@ define SP SP
define SYS_exit SYS_exit
define SYS_execve SYS_execve
define SYS___sigreturn14 SYS___sigreturn14
define SYS_compat_13_sigreturn13 SYS_compat_13_sigreturn13
# processor type from loader
define ATARI_68020 ATARI_68020

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.12 1998/09/30 22:23:14 thorpej Exp $
# $NetBSD: genassym.cf,v 1.13 1998/10/01 00:29:52 thorpej Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -226,6 +226,7 @@ define FR_SIZE sizeof(struct trapframe)
define SYS_exit SYS_exit
define SYS_execve SYS_execve
define SYS___sigreturn14 SYS___sigreturn14
define SYS_compat_13_sigreturn13 SYS_compat_13_sigreturn13
# errno
define EFAULT EFAULT

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.10 1998/09/30 22:23:14 thorpej Exp $
# $NetBSD: genassym.cf,v 1.11 1998/10/01 00:29:52 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -161,6 +161,7 @@ define FR_SIZE sizeof(struct trapframe)
define SYS_exit SYS_exit
define SYS_execve SYS_execve
define SYS___sigreturn14 SYS___sigreturn14
define SYS_compat_13_sigreturn13 SYS_compat_13_sigreturn13
# errno
define ENOENT ENOENT

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.9 1998/09/30 22:23:14 thorpej Exp $
# $NetBSD: genassym.cf,v 1.10 1998/10/01 00:29:52 thorpej Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -198,6 +198,7 @@ define FR_ADJ offsetof(struct frame, f_stackadj)
define SYS_exit SYS_exit
define SYS_execve SYS_execve
define SYS___sigreturn14 SYS___sigreturn14
define SYS_compat_13_sigreturn13 SYS_compat_13_sigreturn13
# errno
define EFAULT EFAULT

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.2 1998/09/30 22:23:14 thorpej Exp $
# $NetBSD: genassym.cf,v 1.3 1998/10/01 00:29:52 thorpej Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -188,6 +188,7 @@ define FR_SIZE sizeof(struct trapframe)
define SYS_exit SYS_exit
define SYS_execve SYS_execve
define SYS___sigreturn14 SYS___sigreturn14
define SYS_compat_13_sigreturn13 SYS_compat_13_sigreturn13
# errno
define EFAULT EFAULT

View File

@ -1,4 +1,4 @@
/* $NetBSD: genassym.c,v 1.45 1998/09/30 22:23:15 thorpej Exp $ */
/* $NetBSD: genassym.c,v 1.46 1998/10/01 00:29:53 thorpej Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -150,6 +150,7 @@ struct nv assyms[] = {
/* system calls */
def1(SYS_exit),
def1(SYS___sigreturn14),
def1(SYS_compat_13_sigreturn13),
/* errno-isms */
def1(EFAULT),

View File

@ -1,4 +1,4 @@
/* $NetBSD: genassym.c,v 1.17 1998/09/30 22:23:15 thorpej Exp $ */
/* $NetBSD: genassym.c,v 1.18 1998/10/01 00:29:53 thorpej Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -143,6 +143,7 @@ struct nv assyms[] = {
/* system calls */
def1(SYS_exit),
def1(SYS___sigreturn14),
def1(SYS_compat_13_sigreturn13),
/* errno-isms */
def1(EFAULT),

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.6 1998/09/30 22:23:15 thorpej Exp $
# $NetBSD: genassym.cf,v 1.7 1998/10/01 00:29:53 thorpej Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -198,6 +198,7 @@ define FR_SIZE sizeof(struct trapframe)
define SYS_exit SYS_exit
define SYS_execve SYS_execve
define SYS___sigreturn14 SYS___sigreturn14
define SYS_compat_13_sigreturn13 SYS_compat_13_sigreturn13
# errno
define EFAULT EFAULT