diff options
Diffstat (limited to 'libexec/ld.so/ldconfig/prebind.c')
-rw-r--r-- | libexec/ld.so/ldconfig/prebind.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/ld.so/ldconfig/prebind.c b/libexec/ld.so/ldconfig/prebind.c index 9d84a9a6458..ecded88cc51 100644 --- a/libexec/ld.so/ldconfig/prebind.c +++ b/libexec/ld.so/ldconfig/prebind.c @@ -1,4 +1,4 @@ -/* $OpenBSD: prebind.c,v 1.20 2013/05/04 09:23:33 jsg Exp $ */ +/* $OpenBSD: prebind.c,v 1.21 2013/07/05 21:10:50 miod Exp $ */ /* * Copyright (c) 2006 Dale Rahn <drahn@dalerahn.com> * @@ -73,6 +73,9 @@ char *shstrtab; #ifdef __m88k__ #define RELOC_JMP_SLOT RELOC_GOTP_ENT #endif +#ifdef __vax__ +#define RELOC_JMP_SLOT R_VAX_JMP_SLOT +#endif /* powerpc uses RELOC_JMP_SLOT */ /* sparc uses RELOC_JMP_SLOT */ /* sparc64 uses RELOC_JMP_SLOT */ |