Add coverage for RHEL-42765
Aarch64: Fix DT_RELR with discarded sections
This commit is contained in:
parent
b9e16fe4fb
commit
4d3c8a8953
1 changed files with 10 additions and 0 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue