]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Avoid linker warnings in various x86/amd64 testcases.
authorFlorian Krohm <flo2030@eich-krohm.de>
Sat, 25 Oct 2025 20:50:22 +0000 (20:50 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Sat, 25 Oct 2025 20:50:22 +0000 (20:50 +0000)
commitf22e76d1bf99aa6e7ed63627ebcd3b89a10bb957
tree2113a4264880a3fa9a8a312bdd7e42a929ec3a34
parent4ccb893e7b35e63060e717aa34dc51aecb73b9f2
Avoid linker warnings in various x86/amd64 testcases.

Like so:
/usr/bin/ld: int3-x86.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE

Link with -no-pie.
cachegrind/tests/x86/Makefile.am
memcheck/tests/amd64-linux/Makefile.am
memcheck/tests/x86-linux/Makefile.am
memcheck/tests/x86/Makefile.am
none/tests/x86/Makefile.am