diff options
Diffstat (limited to 'sys/arch/m88k/include/exec.h')
-rw-r--r-- | sys/arch/m88k/include/exec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/m88k/include/exec.h b/sys/arch/m88k/include/exec.h index 94da6aa03ae..4e8fd93d6f7 100644 --- a/sys/arch/m88k/include/exec.h +++ b/sys/arch/m88k/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.6 2015/08/29 01:58:39 guenther Exp $ */ +/* $OpenBSD: exec.h,v 1.7 2017/02/08 05:09:25 guenther Exp $ */ #ifndef _M88K_EXEC_H_ #define _M88K_EXEC_H_ @@ -10,8 +10,6 @@ #define ELF_TARG_DATA ELFDATA2MSB #define ELF_TARG_MACH EM_88K -#define _KERN_DO_ELF - /* Processor specific dynamic tag values. */ #define DT_88K_ADDRBASE 0x70000001 #define DT_88K_PLTSTART 0x70000002 |