Enable multi-arch test in catch-syscall.exp on aarch64
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / catch-syscall.exp
index df0004a2d3ccfdeda7641e347c84d38d324821f5..40ca148c73663ec3fb2723b83a86de528462ae1d 100644 (file)
@@ -403,8 +403,11 @@ proc test_catch_syscall_multi_arch {} {
        verbose "Not testing ARM for multi-arch syscall support"
        return
     } elseif { [istarget "aarch64*-linux*"] } {
-       verbose "Not testing AARCH64 for multi-arch syscall support"
-       return
+       set arch1 "aarch64"
+       set arch2 "arm"
+       set syscall1_name "reboot"
+       set syscall2_name "_newselect"
+       set syscall_number 142
     } elseif { [istarget "s390*-linux*"] } {
        set arch1 "s390:31-bit"
        set arch2 "s390:64-bit"
This page took 0.025011 seconds and 4 git commands to generate.