git: lib/csu: Add ifunc support for statically linked programs.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Nov 4 14:59:40 PST 2020
commit 9189eb5eb09dde1734a2d828c3b5f97cd105fd46
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Nov 4 10:31:21 2020 +0000
lib/csu: Add ifunc support for statically linked programs.
This assumes that both _init_tls() and _rtld_call_init() paths in libc
will not contain ifunc calls. For now should be enough since there was
no ifunc support previously.
Derived-from: NetBSD crt0-common.c implementation
Summary of changes:
lib/csu/x86_64/crt1.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9189eb5eb09dde1734a2d828c3b5f97cd105fd46
--
DragonFly BSD source repository
More information about the Commits
mailing list