Add coverage for RHEL-42765

Aarch64: Fix DT_RELR with discarded sections
This commit is contained in:
Miloš Prchlík 2024-07-02 16:32:50 +02:00
commit 4d3c8a8953

View file

@ -69,6 +69,16 @@ function verify_interesting_cases () {
"Please support DT_RELR/pack-relative-relocs in RHEL10 on aarch64" \
"https://issues.redhat.com/browse/RHEL-31846"
[ "$arch" == "aarch64" ] && verify_test "ld-aarch64/relr-discard-pie" \
"$tool_log" \
"Aarch64: Fix DT_RELR with discarded sections" \
"https://issues.redhat.com/browse/RHEL-42765"
[ "$arch" == "aarch64" ] && verify_test "ld-aarch64/relr-discard-shared" \
"$tool_log" \
"Aarch64: Fix DT_RELR with discarded sections" \
"https://issues.redhat.com/browse/RHEL-42765"
verify_test "ld/section-order-1a" \
"$tool_log" \
"Implement --section-ordering-file in the BFD linker" \