Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/libexec/ld.elf_so



Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 21 19:08:09 UTC 2025

Modified Files:
        src/tests/libexec/ld.elf_so: Makefile h_r_rel.c t_r_rel.sh

Log Message:
tests/libexec/ld.elf_so/t_r_rel: Make sure helper is compiled as PIE.

Otherwise this test doesn't work: the whole point is to check for
relative relocations, which are only used in position-independent
code.

Should fix the test on platforms that don't do PIE by default like
alpha and sparc64.

PR bin/59360: ld.elf_so(8): missing RELR support


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/tests/libexec/ld.elf_so/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/libexec/ld.elf_so/h_r_rel.c
cvs rdiff -u -r1.2 -r1.3 src/tests/libexec/ld.elf_so/t_r_rel.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index