mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
support_dt_relr aarch64
Tweak commit db335d7e0a so that support_dt_relr returns false for
aarch64*-*-*ilp32.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user