diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-18 19:23:43 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-18 19:23:43 +0000 |
commit | 482aec5d77671ce1ff0bec80fb9f6c9026c15038 (patch) | |
tree | 7fb6f37b99328a267159a53a7ed13c057bbd7d28 /sys/arch/vax/include | |
parent | 08a7747feb51aa087d605d2ee6137343dfa270ce (diff) |
More a.out detritus
ok miod@
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r-- | sys/arch/vax/include/exec.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h index 57eed034786..f5e3a1068b4 100644 --- a/sys/arch/vax/include/exec.h +++ b/sys/arch/vax/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.10 2013/10/17 08:02:17 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.11 2014/03/18 19:23:42 guenther Exp $ */ /* $NetBSD: exec.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */ /* @@ -33,20 +33,6 @@ #define __LDPGSZ 4096 -/* 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 */ - r_pcrel : 1, /* 1 if value should be pc-relative */ - r_length : 2, /* log base 2 of value's width */ - r_extern : 1, /* 1 if need to add symbol to value */ - r_baserel : 1, /* linkage table relative */ - r_jmptable : 1, /* relocate to jump table */ - r_relative : 1, /* load address relative */ - r_copy : 1; /* run time copy */ -}; -#define relocation_info relocation_info_vax - #define _NLIST_DO_ELF #define _KERN_DO_ELF |