summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-10-17 08:02:14 +0000
committerderaadt <deraadt@openbsd.org>2013-10-17 08:02:14 +0000
commitd335c2c784d090b7e0de13aa3490c7db51a9fc7d (patch)
tree722e461222c69cbb857819f6e7d93fba4bc535d4 /sys/arch/sparc
parenttweak previous; (diff)
downloadwireguard-openbsd-d335c2c784d090b7e0de13aa3490c7db51a9fc7d.tar.xz
wireguard-openbsd-d335c2c784d090b7e0de13aa3490c7db51a9fc7d.zip
Remove support for a.out and ecoff. We only do elf now.
ok miod
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/include/exec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/include/exec.h b/sys/arch/sparc/include/exec.h
index addb144422f..6aa92960940 100644
--- a/sys/arch/sparc/include/exec.h
+++ b/sys/arch/sparc/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.16 2013/02/09 19:20:39 miod Exp $ */
+/* $OpenBSD: exec.h,v 1.17 2013/10/17 08:02:17 deraadt Exp $ */
/* $NetBSD: exec.h,v 1.7 1994/11/20 20:53:02 deraadt Exp $ */
/*
@@ -94,9 +94,7 @@
#define ELF_TARG_DATA ELFDATA2MSB
#define ELF_TARG_MACH EM_SPARC
-#define _NLIST_DO_AOUT
#define _NLIST_DO_ELF
-
#define _KERN_DO_ELF
#endif /* _MACHINE_EXEC_H_ */