diff options
Diffstat (limited to 'sys/arch/vax/include/exec.h')
-rw-r--r-- | sys/arch/vax/include/exec.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h index fd9b62b6150..67900f666d5 100644 --- a/sys/arch/vax/include/exec.h +++ b/sys/arch/vax/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.7 2002/07/31 20:33:23 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.8 2008/03/30 18:24:30 miod Exp $ */ /* $NetBSD: exec.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */ /* @@ -33,7 +33,7 @@ #define __LDPGSZ 4096 -/* Relocation format. */ +/* a.out relocation format. */ struct relocation_info_vax { int r_address; /* offset in text or data segment */ unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ @@ -48,8 +48,10 @@ struct relocation_info_vax { #define relocation_info relocation_info_vax #define _NLIST_DO_AOUT +#define _NLIST_DO_ELF #define _KERN_DO_AOUT +#define _KERN_DO_ELF #define ARCH_ELFSIZE 32 |