diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-04 21:15:08 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-04 21:15:08 +0000 |
commit | c8dea68425800f4f9dccc43c2c462ac801558d0f (patch) | |
tree | 9cf09bf02f392d85c44eea00d7737e6d83f7b55f /libexec/ld.so/ld.so.1 | |
parent | 2fa1b9a766208be2a20696f44039dcd4005094fa (diff) |
Remove prebind support: binding to symbol table indices is too fragile
for our development process.
ok kettenis@ deraadt@
Diffstat (limited to 'libexec/ld.so/ld.so.1')
-rw-r--r-- | libexec/ld.so/ld.so.1 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 9f8aa76c6cd..6095068269b 100644 --- a/libexec/ld.so/ld.so.1 +++ b/libexec/ld.so/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.21 2014/02/22 02:54:36 guenther Exp $ +.\" $OpenBSD: ld.so.1,v 1.22 2016/07/04 21:15:06 guenther Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 22 2014 $ +.Dd $Mdocdate: July 4 2016 $ .Dt LD.SO 1 .Os .Sh NAME @@ -161,13 +161,6 @@ are recognised and have their usual meaning. When set, be verbose about what .Nm does. -.Pp -.It Ev LD_NOPREBIND -When set, ignore any prebind data associated with the program or libraries. -.Pp -.It Ev LD_PREBINDVALIDATE -When set, perform symbol relocation of the given binary and the associated -libraries, compare the results against the prebind values, then exit. .El .Sh FILES .Bl -tag -width /var/run/ld.so.hintsXXX -compact |