]> git.ipfire.org Git - thirdparty/glibc.git/commit
Improve IFUNC check [BZ #25506]
authorFangrui Song <maskray@google.com>
Wed, 5 Feb 2020 05:55:44 +0000 (21:55 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 8 Mar 2020 13:07:19 +0000 (14:07 +0100)
commit75fa5fd7c37417b29d66294bee3431b9567416bf
treed0caa5d8bbba1f9b8111b76d55dc7edb902bc78c
parentd53f5cac5012de3a2b947e86619d39a01784ed42
Improve IFUNC check [BZ #25506]

GNU ld's RISCV port does not support IFUNC. ld -no-pie produces no
relocation and the test passed incorrectly. Be more rigid by testing
IRELATIVE explicitly.

Tested-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 87a698a21646b7ee620923ef5ffa9735471a8ddd)
configure
configure.ac