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:
parent
99b06f8a80
commit
8838ac1c9e
@ -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
|
||||
|
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user