Fix: ld testsuite: glibc-specific DT_RELR tests should not be run on musl systems

PR 30917
  * testsuite/ld-elf/dt-relr.exp: Skip for MUSL targets.
This commit is contained in:
A. Wilcox 2023-10-05 14:26:32 +01:00 committed by Nick Clifton
parent 99b06f8a80
commit 8838ac1c9e
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
PR 30917
* testsuite/ld-elf/dt-relr.exp: Skip for MUSL targets.
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
PR 30918

View File

@ -23,6 +23,10 @@ if { ![supports_dt_relr] } {
return
}
if { [istarget *-*-musl*] } {
return
}
run_cc_link_tests [list \
[list \
"Build dt-relr-glibc-1a.so" \