diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-05 17:35:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-05 17:35:39 +0000 |
commit | 655fd0bc1863c2bee731b9328183f52328a15e87 (patch) | |
tree | 82e74c5bb9016853403b0ab513a47a9705bb0951 /sys/arch/hppa/include/exec.h | |
parent | 37ab08f17bd1d64ddbc26cf971321517444a2f1b (diff) |
do elf and som, no a.out and ecoff
Diffstat (limited to 'sys/arch/hppa/include/exec.h')
-rw-r--r-- | sys/arch/hppa/include/exec.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/exec.h b/sys/arch/hppa/include/exec.h index e778910d213..fb7b24e2b3c 100644 --- a/sys/arch/hppa/include/exec.h +++ b/sys/arch/hppa/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.1 1998/06/23 19:45:21 mickey Exp $ */ +/* $OpenBSD: exec.h,v 1.2 1998/12/05 17:35:38 mickey Exp $ */ /* * Copyright (c) 1994, The University of Utah and @@ -32,6 +32,13 @@ #define ELF_TARG_DATA ELFDATA2LSB #define ELF_TARG_MACH EM_PARISC -#define _NLIST_DO_AOUT -#define _NLIST_DO_ECOFF +/* #define _NLIST_DO_AOUT */ +/* #define _NLIST_DO_ECOFF */ +#define _NLIST_DO_ELF +#define _NLIST_DO_SOM + +/* #define _KERN_DO_AOUT */ +/* #define _KERN_DO_ECOFF */ +#define _KERN_DO_ELF +#define _KERN_DO_SOM |