diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-10-24 19:28:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-10-24 19:28:21 +0000 |
commit | 28b1193f9a634b12531e7ca224c8f6184cf06f86 (patch) | |
tree | 060830bccf34e960b08438a01b6da6171873e7b4 /sys | |
parent | 510e5df86100444fda56ed35121c152c835e25de (diff) |
nlist does no aout no more, fuget about som too
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/exec.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/exec.h b/sys/arch/hppa/include/exec.h index e19ea91a86b..851ee99cb90 100644 --- a/sys/arch/hppa/include/exec.h +++ b/sys/arch/hppa/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.7 2002/09/05 18:34:47 mickey Exp $ */ +/* $OpenBSD: exec.h,v 1.8 2002/10/24 19:28:20 mickey Exp $ */ /* * Copyright (c) 1994, The University of Utah and @@ -37,12 +37,8 @@ #define ELF_TARG_DATA ELFDATA2MSB #define ELF_TARG_MACH EM_PARISC -#define _NLIST_DO_AOUT #define _NLIST_DO_ELF -#define _NLIST_DO_SOM - #define _KERN_DO_ELF -#define _KERN_DO_SOM /* * the following MD ELF values defenitions are from the: |