]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Do not search HWCAP subdirectories in statically linked binaries
authorFlorian Weimer <fweimer@redhat.com>
Wed, 7 Oct 2020 14:40:23 +0000 (16:40 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 7 Oct 2020 14:40:23 +0000 (16:40 +0200)
commit56f8d442942ee51824b4683be83f776a811a3f2a
tree20a815964f4d5d2b918fd08088e6332d3b5a4244
parent27fe5f2e67a0e4cc0526b1b32b55f8e519075edb
elf: Do not search HWCAP subdirectories in statically linked binaries

This functionality does not seem to be useful since static dlopen
is mostly used for iconv/character set conversion and NSS support.
gconv modules are loaded with full paths anyway, so that the
HWCAP subdirectory logic does not apply.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
NEWS
elf/Makefile
elf/dl-load.c