From c02773794214b897f3a1613a866dcc67dd447049 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 15 May 2002 21:17:59 +0000 Subject: [PATCH] Our default syscall.S is identical to what was explicitly being done for Alpha and IA-64. So there is no need for special handling. --- lib/libc/alpha/sys/Makefile.inc | 2 +- lib/libc/alpha/sys/syscall.S | 32 -------------------------------- lib/libc/ia64/sys/Makefile.inc | 2 +- lib/libc/ia64/sys/syscall.S | 33 --------------------------------- 4 files changed, 2 insertions(+), 67 deletions(-) delete mode 100644 lib/libc/alpha/sys/syscall.S delete mode 100644 lib/libc/ia64/sys/syscall.S diff --git a/lib/libc/alpha/sys/Makefile.inc b/lib/libc/alpha/sys/Makefile.inc index f6a14901c168..bcd52315738f 100644 --- a/lib/libc/alpha/sys/Makefile.inc +++ b/lib/libc/alpha/sys/Makefile.inc @@ -1,7 +1,7 @@ # $FreeBSD$ MDASM+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S \ - sbrk.S setlogin.S sigreturn.S syscall.S + sbrk.S setlogin.S sigreturn.S # Don't generate default code for these syscalls: NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \ diff --git a/lib/libc/alpha/sys/syscall.S b/lib/libc/alpha/sys/syscall.S deleted file mode 100644 index 2ccf4d315e8d..000000000000 --- a/lib/libc/alpha/sys/syscall.S +++ /dev/null @@ -1,32 +0,0 @@ -/* $NetBSD: syscall.S,v 1.1 1995/02/10 17:50:44 cgd Exp $ */ - -/* - * Copyright (c) 1994, 1995 Carnegie-Mellon University. - * All rights reserved. - * - * Author: Chris G. Demetriou - * - * Permission to use, copy, modify and distribute this software and - * its documentation is hereby granted, provided that both the copyright - * notice and this permission notice appear in all copies of the - * software, derivative works or modified versions, and any portions - * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND - * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * - * Carnegie Mellon requests users of this software to return to - * - * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU - * School of Computer Science - * Carnegie Mellon University - * Pittsburgh PA 15213-3890 - * - * any improvements or extensions that they make and grant Carnegie the - * rights to redistribute these changes. - */ - -#include "SYS.h" - -RSYSCALL(syscall) diff --git a/lib/libc/ia64/sys/Makefile.inc b/lib/libc/ia64/sys/Makefile.inc index 7d9a6c6d12cc..fbbb8ba99f6a 100644 --- a/lib/libc/ia64/sys/Makefile.inc +++ b/lib/libc/ia64/sys/Makefile.inc @@ -1,7 +1,7 @@ # $FreeBSD$ MDASM+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S \ - sbrk.S setlogin.S sigreturn.S syscall.S + sbrk.S setlogin.S sigreturn.S # Don't generate default code for these syscalls: NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \ diff --git a/lib/libc/ia64/sys/syscall.S b/lib/libc/ia64/sys/syscall.S deleted file mode 100644 index 8e071f4457b5..000000000000 --- a/lib/libc/ia64/sys/syscall.S +++ /dev/null @@ -1,33 +0,0 @@ -/* $FreeBSD$ */ -/* $NetBSD: syscall.S,v 1.1 1995/02/10 17:50:44 cgd Exp $ */ - -/* - * Copyright (c) 1994, 1995 Carnegie-Mellon University. - * All rights reserved. - * - * Author: Chris G. Demetriou - * - * Permission to use, copy, modify and distribute this software and - * its documentation is hereby granted, provided that both the copyright - * notice and this permission notice appear in all copies of the - * software, derivative works or modified versions, and any portions - * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND - * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * - * Carnegie Mellon requests users of this software to return to - * - * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU - * School of Computer Science - * Carnegie Mellon University - * Pittsburgh PA 15213-3890 - * - * any improvements or extensions that they make and grant Carnegie the - * rights to redistribute these changes. - */ - -#include "SYS.h" - -RSYSCALL(syscall)