Support displaced stepping in support_displaced_stepping for aarch64*-*-linux*
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index 9eaf721dab884423e5b845ab3738e2e76e3710b3..048070b55b26982684600db91ff1197daeb1530c 100644 (file)
@@ -2472,7 +2472,8 @@ proc support_displaced_stepping {} {
 
     if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"]
         || [istarget "arm*-*-linux*"] || [istarget "powerpc-*-linux*"]
-        || [istarget "powerpc64-*-linux*"] || [istarget "s390*-*-*"] } {
+        || [istarget "powerpc64-*-linux*"] || [istarget "s390*-*-*"]
+        || [istarget "aarch64*-*-linux*"] } {
        return 1
     }
 
This page took 0.024163 seconds and 4 git commands to generate.