diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-17 16:33:05 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-19 11:50:11 -0600 |
commit | b054aca50b31fc46fc736a542ec2719de2d23d30 (patch) | |
tree | 93ee452e46d1f803115f0368a183b26484aa3fb9 /mk/prog.mk | |
parent | f9e7a00ba9c9b179c697fc0af83a19e923c831b0 (diff) |
src/test/runtests.sh: drop 'readelf'-based tests
The 'readelf'-based tests cover a few situations:
1. undefined symbols in shared libraries
2. unexpected exports in shared libraries
Bug #575958 shows that [2.] implementation is too simplistic
in assuming that presence of relocation equals to export presence.
It is incorrect for PLT stubs and local symbols.
Let's just drop these tests.
If one needs to cover [1.] it is better to use LDFLAGS=-Wl,--no-undefined.
This closes #292.
X-Reported-by: Benda Xu
X-Gentoo-Bug: https://bugs.gentoo.org/575958
X-Gentoo-Bug-URL: https://bugs.gentoo.org/575958
Diffstat (limited to 'mk/prog.mk')
0 files changed, 0 insertions, 0 deletions