K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-11-26T13:56:19.242423Z K 7 svn:log V 268 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 END