]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Disable ifuncmain{1,5,5pic,5pie} when using LLD
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 26 Oct 2021 11:30:18 +0000 (08:30 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 29 Oct 2021 12:21:37 +0000 (09:21 -0300)
commit66a273d16a63d1ed74a8d14a210a04c6a0f5dd45
tree1d1440964c68df68eb150fe7584861817c1c40f9
parent88e316b06414ee7c944cd6f8b30b07a972b78499
elf: Disable ifuncmain{1,5,5pic,5pie} when using LLD

These tests takes the address of a protected symbol (foo_protected)
and lld does not support copy relocations on protected data symbols.

Checked on x86_64-linux-gnu.

Reviewed-by: Fangrui Song <maskray@google.com>
elf/Makefile