revert r340640 "libc: forcibly disable BIND_NOW"

When immediate bind mode is requested, as of r340675 rtld processes
irelocs in PLT immediately after other PLT relocs.  That addresses the
libc + BIND_NOW startup crash the workaround is no longer needed.

PR:		233333
This commit is contained in:
Ed Maste 2018-11-26 13:56:19 +00:00
parent d25f8522be
commit cac83db9b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340969

View File

@ -6,8 +6,6 @@ SHLIBDIR?= /lib
.include <src.opts.mk>
# BIND_NOW in libc results in segfault at startup (PR 233333)
MK_BIND_NOW= no
# Force building of libc_pic.a
MK_TOOLCHAIN= yes