From cac83db9b71e1f38469afbd96c685c513d4cfd79 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 26 Nov 2018 13:56:19 +0000 Subject: [PATCH] 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 --- lib/libc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 4a456f0e4957..d6a3598ae314 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -6,8 +6,6 @@ SHLIBDIR?= /lib .include -# BIND_NOW in libc results in segfault at startup (PR 233333) -MK_BIND_NOW= no # Force building of libc_pic.a MK_TOOLCHAIN= yes