summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-31 20:33:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-31 20:33:24 +0000
commit765a75f65b86b8787bba5896651b4f46c633b6f2 (patch)
treedd35750ff829a3acf39c43e57ffae706c477330a /sys
parent1f2dd17b2678c900f9d5261b4060159e8bf7577a (diff)
fake out ELF stuff
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/vax/include/exec.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h
index df88191b9a5..fd9b62b6150 100644
--- a/sys/arch/vax/include/exec.h
+++ b/sys/arch/vax/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.6 2000/04/26 03:08:41 bjc Exp $ */
+/* $OpenBSD: exec.h,v 1.7 2002/07/31 20:33:23 deraadt Exp $ */
/* $NetBSD: exec.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */
/*
@@ -51,4 +51,10 @@ struct relocation_info_vax {
#define _KERN_DO_AOUT
+#define ARCH_ELFSIZE 32
+
+#define ELF_TARG_CLASS ELFCLASS32
+#define ELF_TARG_DATA ELFDATA2LSB
+#define ELF_TARG_MACH EM_VAX
+
#endif /* _VAX_EXEC_H_ */