diff --git a/tests/testsuite/interesting-cases.sh b/tests/testsuite/interesting-cases.sh index cda90e4..ca792ac 100644 --- a/tests/testsuite/interesting-cases.sh +++ b/tests/testsuite/interesting-cases.sh @@ -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" \