summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-01-22 14:51:08 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-01-22 14:51:08 +0000
commit575b660a4d503622d7984556411f699a43a2a0b7 (patch)
treed804b16e87d3f127730954b3977303efa7bc911e /sys/arch/pmax
parentadfc95d92dfb44cc8440e06aa0ad81a0cd195768 (diff)
Define ARCH_ELFSIZE that is the default elf size on this arch.
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r--sys/arch/pmax/include/exec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/exec.h b/sys/arch/pmax/include/exec.h
index 22ad23ebf19..4c91f1a58bc 100644
--- a/sys/arch/pmax/include/exec.h
+++ b/sys/arch/pmax/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.7 1996/12/23 02:42:34 deraadt Exp $ */
+/* $OpenBSD: exec.h,v 1.8 2001/01/22 14:51:06 art Exp $ */
/* $NetBSD: exec.h,v 1.5 1994/10/26 21:09:39 cgd Exp $ */
/*-
@@ -44,6 +44,8 @@
#define NATIVE_EXEC_ELF
#define EXEC_SCRIPT
+#define ARCH_ELFSIZE 32
+
#define ELF_TARG_CLASS ELFCLASS32
#define ELF_TARG_DATA ELFDATA2LSB
#define ELF_TARG_MACH EM_MIPS