From 575b660a4d503622d7984556411f699a43a2a0b7 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 22 Jan 2001 14:51:08 +0000 Subject: Define ARCH_ELFSIZE that is the default elf size on this arch. --- sys/arch/sun3/include/exec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/sun3/include') diff --git a/sys/arch/sun3/include/exec.h b/sys/arch/sun3/include/exec.h index 7e24e867ab0..18d5c002912 100644 --- a/sys/arch/sun3/include/exec.h +++ b/sys/arch/sun3/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.7 1997/09/21 04:21:08 niklas Exp $ */ +/* $OpenBSD: exec.h,v 1.8 2001/01/22 14:51:07 art Exp $ */ /* $NetBSD: exec.h,v 1.8 1994/11/21 21:33:39 gwr 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 -- cgit v1.2.3