diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 08:20:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 08:20:42 +0000 |
commit | 236da5677a53227c6dc184858a2be53b81172be7 (patch) | |
tree | 385c682161e720b25661ef31e2aabeba47d61b4f /sys/arch/vax/include/exec.h | |
parent | 6b4b1e72e45a98113890e3f1772545351866c016 (diff) |
sync to 0611
Diffstat (limited to 'sys/arch/vax/include/exec.h')
-rw-r--r-- | sys/arch/vax/include/exec.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h index 684cd2ab3c3..3493e317afa 100644 --- a/sys/arch/vax/include/exec.h +++ b/sys/arch/vax/include/exec.h @@ -46,10 +46,4 @@ struct relocation_info_vax { }; #define relocation_info relocation_info_vax -#define ELF_TARG_CLASS ELFCLASS32 -#define ELF_TARG_DATA ELFDATA2LSB -#define ELF_TARG_MACH EM_VAX - -#define DO_AOUT /* support a.out */ - #endif /* _VAX_EXEC_H_ */ |