summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/exec.h')
-rw-r--r--sys/arch/i386/include/exec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/include/exec.h b/sys/arch/i386/include/exec.h
index f87531f2216..d2da6e9965e 100644
--- a/sys/arch/i386/include/exec.h
+++ b/sys/arch/i386/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.7 2000/08/05 22:07:31 niklas Exp $ */
+/* $OpenBSD: exec.h,v 1.8 2001/01/22 14:51:04 art Exp $ */
/* $NetBSD: exec.h,v 1.6 1994/10/27 04:16:05 cgd Exp $ */
/*
@@ -47,6 +47,8 @@ struct relocation_info_i386 {
};
#define relocation_info relocation_info_i386
+#define ARCH_ELFSIZE 32
+
#define ELF_TARG_CLASS ELFCLASS32
#define ELF_TARG_DATA ELFDATA2LSB
#define ELF_TARG_MACH EM_386 /* XXX - EM_486 is currently unused