Module Name: src
Committed By: tsutsui
Date: Sun Jan 12 15:19:57 UTC 2014
Modified Files:
src/sys/lib/libsa: Makefile
Removed Files:
src/sys/lib/libsa: exec.c
Log Message:
Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/lib/libsa/Makefile
cvs rdiff -u -r1.28 -r0 src/sys/lib/libsa/exec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libsa/Makefile
diff -u src/sys/lib/libsa/Makefile:1.79 src/sys/lib/libsa/Makefile:1.80
--- src/sys/lib/libsa/Makefile:1.79 Wed Aug 21 08:30:50 2013
+++ src/sys/lib/libsa/Makefile Sun Jan 12 15:19:57 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2013/08/21 08:30:50 matt Exp $
+# $NetBSD: Makefile,v 1.80 2014/01/12 15:19:57 tsutsui Exp $
LIB= sa
LIBISPRIVATE?= yes
@@ -28,10 +28,6 @@ SRCS+= alloc.c errno.c exit.c files.c \
panic.c printf.c qsort.c snprintf.c sprintf.c strerror.c \
subr_prf.c twiddle.c vsprintf.c checkpasswd.c
-.if (${MACHINE_CPU} != "mips")
-SRCS+= exec.c
-.endif
-
# string routines
.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "x86_64"
SRCS+= memcmp.c memcpy.c memmove.c memset.c strchr.c