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/vax/include/exec.h | |
parent | 35ebe67b708457ec2cf2541a8d67f5698c58bee9 (diff) |
Remove support for a.out and ecoff. We only do elf now.
ok miod
Diffstat (limited to 'sys/arch/vax/include/exec.h')
-rw-r--r-- | sys/arch/vax/include/exec.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h index d073a46013b..57eed034786 100644 --- a/sys/arch/vax/include/exec.h +++ b/sys/arch/vax/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.9 2011/03/23 16:54:37 pirofti Exp $ */ +/* $OpenBSD: exec.h,v 1.10 2013/10/17 08:02:17 deraadt Exp $ */ /* $NetBSD: exec.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */ /* @@ -47,10 +47,7 @@ struct relocation_info_vax { }; #define relocation_info relocation_info_vax -#define _NLIST_DO_AOUT #define _NLIST_DO_ELF - -#define _KERN_DO_AOUT #define _KERN_DO_ELF #define ARCH_ELFSIZE 32 |