diff --git a/tests/testsuite/interesting-cases.sh b/tests/testsuite/interesting-cases.sh index 1d89f70..cda90e4 100644 --- a/tests/testsuite/interesting-cases.sh +++ b/tests/testsuite/interesting-cases.sh @@ -69,6 +69,26 @@ function verify_interesting_cases () { "Please support DT_RELR/pack-relative-relocs in RHEL10 on aarch64" \ "https://issues.redhat.com/browse/RHEL-31846" + verify_test "ld/section-order-1a" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + + verify_test "ld/section-order-1b" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + + verify_test "ld/section-order-1c" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + + verify_test "ld/section-order-1d" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + else rlLogInfo "No tests for $tool and RHEL-10" fi