summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-15 21:17:59 +0000
committerobrien <obrien@FreeBSD.org>2002-05-15 21:17:59 +0000
commit1b12a0abfe8332e98f4c77639c7a8fdf2dcc4166 (patch)
tree67c871bb1dc7ca0414daf66596857c4042af9b7a /lib/libc/alpha/sys
parentdde959e18db5572801d46ad133c5e32be2c37c6c (diff)
downloadFreeBSD-src-1b12a0abfe8332e98f4c77639c7a8fdf2dcc4166.zip
FreeBSD-src-1b12a0abfe8332e98f4c77639c7a8fdf2dcc4166.tar.gz
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.
Diffstat (limited to 'lib/libc/alpha/sys')
-rw-r--r--lib/libc/alpha/sys/Makefile.inc2
-rw-r--r--lib/libc/alpha/sys/syscall.S32
2 files changed, 1 insertions, 33 deletions
diff --git a/lib/libc/alpha/sys/Makefile.inc b/lib/libc/alpha/sys/Makefile.inc
index f6a1490..bcd5231 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 2ccf4d3..0000000
--- 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)
OpenPOWER on IntegriCloud