diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
commit | 98421c3e0b0b25ab3a1e5956aea147e56dcdfa57 (patch) | |
tree | d515a4fa16f614d14d2923804ce9ae89bac27be8 /libexec/ld.so/ldconfig | |
parent | acedf914d93d5f889c448b773832ddeac5e72ae0 (diff) |
remove hppa64 port, which we never got going beyond broken single users.
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis
Diffstat (limited to 'libexec/ld.so/ldconfig')
-rw-r--r-- | libexec/ld.so/ldconfig/prebind.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/ld.so/ldconfig/prebind.c b/libexec/ld.so/ldconfig/prebind.c index d406cb51421..978a9a71498 100644 --- a/libexec/ld.so/ldconfig/prebind.c +++ b/libexec/ld.so/ldconfig/prebind.c @@ -1,4 +1,4 @@ -/* $OpenBSD: prebind.c,v 1.33 2015/12/17 18:37:58 mmcc Exp $ */ +/* $OpenBSD: prebind.c,v 1.34 2016/05/11 21:52:49 deraadt Exp $ */ /* * Copyright (c) 2006 Dale Rahn <drahn@dalerahn.com> * @@ -54,9 +54,6 @@ char *shstrtab; #ifdef __hppa__ #define RELOC_JMP_SLOT RELOC_IPLT #endif -#ifdef __hppa64__ -#define RELOC_JMP_SLOT RELOC_JMPSLOT -#endif #ifdef __i386__ #define RELOC_JMP_SLOT RELOC_JUMP_SLOT #endif |