New proc is_aarch32_target
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / disp-step-syscall.exp
index b13dce46d24021d62cf630c3100f2dcf39dcd089..ec3fccc2ffc932d149a44f20698b0de7aa30fea3 100644 (file)
@@ -26,7 +26,7 @@ set syscall_insn ""
 
 if { [istarget "i\[34567\]86-*-linux*"] || [istarget "x86_64-*-linux*"] } {
     set syscall_insn "\[ \t\](int|syscall|sysenter)\[ \t\]"
-} elseif [istarget "arm*-*-linux*"] {
+} elseif [is_aarch32_target] {
     set syscall_insn "\[ \t\](swi|svc)\[ \t\]"
 } else {
     return -1
This page took 0.024315 seconds and 4 git commands to generate.