From 9dc9a56ebc902df4b34cda404da3f3062e9af616 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 11 Jun 2024 20:27:05 +0930 Subject: support_dt_relr aarch64 Tweak commit db335d7e0a so that support_dt_relr returns false for aarch64*-*-*ilp32. --- binutils/testsuite/lib/binutils-common.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index bf291d7..ebc4c73 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp @@ -473,7 +473,7 @@ proc supports_dt_relr {} { if { ([istarget x86_64-*-*] || [istarget i?86-*-*] || [istarget powerpc64*-*-*] - || [istarget aarch64*-*-*]) + || ([istarget aarch64*-*-*] && ![istarget *-*-*ilp32])) && ([istarget *-*-linux*] || [istarget *-*-gnu*]) } { return 1 -- cgit v1.1