diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2024-06-13 13:40:35 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2024-06-25 11:07:51 +0100 |
commit | 22a8698b561094bd24d0bd620c486463ecceac2c (patch) | |
tree | 0e124be26e3261332510a26333e095aa87c6855c /binutils | |
parent | c9cf7bdfe53a5c8446f8dc6e6f1bafa4c3636f59 (diff) | |
download | binutils-22a8698b561094bd24d0bd620c486463ecceac2c.zip binutils-22a8698b561094bd24d0bd620c486463ecceac2c.tar.gz binutils-22a8698b561094bd24d0bd620c486463ecceac2c.tar.bz2 |
aarch64: Add DT_RELR tests for ILP32 ABI
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/lib/binutils-common.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index 5bfcde5..f013657 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 *-*-*ilp32])) + || [istarget aarch64*-*-*]) && ([istarget *-*-linux*] || [istarget *-*-gnu*]) } { return 1 |