summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r--sys/arch/hp300/include/exec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/include/exec.h b/sys/arch/hp300/include/exec.h
index 393d2fe01f6..df79c23895b 100644
--- a/sys/arch/hp300/include/exec.h
+++ b/sys/arch/hp300/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.7 1997/01/12 15:13:34 downsj Exp $ */
+/* $OpenBSD: exec.h,v 1.8 2001/01/22 14:51:03 art Exp $ */
/* $NetBSD: exec.h,v 1.10 1995/11/20 01:15:26 thorpej Exp $ */
/*
@@ -47,6 +47,8 @@ struct relocation_info_m68k {
};
#define relocation_info relocation_info_m68k
+#define ARCH_ELFSIZE 32
+
#define ELF_TARG_CLASS ELFCLASS32
#define ELF_TARG_DATA ELFDATA2MSB
#define ELF_TARG_MACH EM_68K