diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-22 14:51:08 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-22 14:51:08 +0000 |
commit | 575b660a4d503622d7984556411f699a43a2a0b7 (patch) | |
tree | d804b16e87d3f127730954b3977303efa7bc911e /sys/arch/mvme88k/include/exec.h | |
parent | adfc95d92dfb44cc8440e06aa0ad81a0cd195768 (diff) |
Define ARCH_ELFSIZE that is the default elf size on this arch.
Diffstat (limited to 'sys/arch/mvme88k/include/exec.h')
-rw-r--r-- | sys/arch/mvme88k/include/exec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/exec.h b/sys/arch/mvme88k/include/exec.h index 8adb5fc2072..343fa69ffe2 100644 --- a/sys/arch/mvme88k/include/exec.h +++ b/sys/arch/mvme88k/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.8 2001/01/14 20:25:24 smurph Exp $ */ +/* $OpenBSD: exec.h,v 1.9 2001/01/22 14:51:05 art Exp $ */ #ifndef __MACHINE_EXEC_H__ #define __MACHINE_EXEC_H__ @@ -17,6 +17,8 @@ struct relocation_info_m88k { }; #define relocation_info relocation_info_m88k +#define ARCH_ELFSIZE 32 + #define ELF_TARG_CLASS ELFCLASS32 #define ELF_TARG_DATA ELFDATA2MSB #define ELF_TARG_MACH EM_88K |