summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-09-05 18:34:48 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-09-05 18:34:48 +0000
commit3ad06bff7e5ac83057ab6646361350aeb0d69622 (patch)
tree50d976a7c93982135ac67dbfe3c98357bb7ce9f2 /sys
parent62814cb9c7ad3185d738ee54071b794e6971cd4d (diff)
sort out the nlist and do defines
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/include/exec.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/exec.h b/sys/arch/hppa/include/exec.h
index 1aa6fba56fe..e19ea91a86b 100644
--- a/sys/arch/hppa/include/exec.h
+++ b/sys/arch/hppa/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.6 2001/01/22 14:51:03 art Exp $ */
+/* $OpenBSD: exec.h,v 1.7 2002/09/05 18:34:47 mickey Exp $ */
/*
* Copyright (c) 1994, The University of Utah and
@@ -37,13 +37,10 @@
#define ELF_TARG_DATA ELFDATA2MSB
#define ELF_TARG_MACH EM_PARISC
-/* #define _NLIST_DO_AOUT */
-/* #define _NLIST_DO_ECOFF */
+#define _NLIST_DO_AOUT
#define _NLIST_DO_ELF
#define _NLIST_DO_SOM
-/* #define _KERN_DO_AOUT */
-/* #define _KERN_DO_ECOFF */
#define _KERN_DO_ELF
#define _KERN_DO_SOM