]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Enable process record testsuite for RISC-V
authortimurgol007 <timurgol007@gmail.com>
Fri, 26 Sep 2025 14:51:24 +0000 (17:51 +0300)
committertimurgol007 <timurgol007@gmail.com>
Thu, 2 Oct 2025 23:30:58 +0000 (02:30 +0300)
When I ran GDB testsuite, I noticed that process record tests are not
currently supported on RISC-V. This patch fixes it.

Approved-By: Guinevere Larsen <guinevere@redhat.com>
gdb/testsuite/lib/gdb.exp

index 94978504a5b8fe45216c0a964c179649b935c2d9..797591801b3ab3fb2fc4b488b30ad27450d80469 100644 (file)
@@ -3905,7 +3905,8 @@ proc supports_process_record {} {
          || [istarget "aarch64*-*-linux*"]
         || [istarget "loongarch*-*-linux*"]
          || [istarget "powerpc*-*-linux*"]
-         || [istarget "s390*-*-linux*"] } {
+        || [istarget "s390*-*-linux*"]
+        || [istarget "riscv*-*-*"] } {
        return 1
     }