aarch64: Add DT_RELR tests for ILP32 ABI

This commit is contained in:
Szabolcs Nagy
2024-06-13 13:40:35 +01:00
parent c9cf7bdfe5
commit 22a8698b56
6 changed files with 166 additions and 1 deletions

View File

@@ -473,7 +473,7 @@ proc supports_dt_relr {} {
if { ([istarget x86_64-*-*]
|| [istarget i?86-*-*]
|| [istarget powerpc64*-*-*]
|| ([istarget aarch64*-*-*] && ![istarget *-*-*ilp32]))
|| [istarget aarch64*-*-*])
&& ([istarget *-*-linux*]
|| [istarget *-*-gnu*]) } {
return 1