diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-17 08:02:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-17 08:02:22 +0000 |
commit | 1c86921d81610e1ef2eb9efef0f9f1a890d366d1 (patch) | |
tree | a9ffc9257c80a7b70ebe3bb5f77753b490df0c8a /sys/arch/m68k/include | |
parent | 35ebe67b708457ec2cf2541a8d67f5698c58bee9 (diff) |
Remove support for a.out and ecoff. We only do elf now.
ok miod
Diffstat (limited to 'sys/arch/m68k/include')
-rw-r--r-- | sys/arch/m68k/include/exec.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/m68k/include/exec.h b/sys/arch/m68k/include/exec.h index 879a7cce825..46c806e70e3 100644 --- a/sys/arch/m68k/include/exec.h +++ b/sys/arch/m68k/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.6 2013/02/09 19:21:29 miod Exp $ */ +/* $OpenBSD: exec.h,v 1.7 2013/10/17 08:02:16 deraadt Exp $ */ /* $NetBSD: exec.h,v 1.8 1994/11/21 21:33:39 gwr Exp $ */ /* @@ -39,12 +39,7 @@ #define ELF_TARG_DATA ELFDATA2MSB #define ELF_TARG_MACH EM_68K -#define _NLIST_DO_AOUT #define _NLIST_DO_ELF - -#define _KERN_DO_AOUT #define _KERN_DO_ELF -#define cpu_exec_aout_makecmds(p, epp) (ENOEXEC) - #endif /* _M68K_EXEC_H_ */ |