Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sys Add sparc* to the list of architectures t...



details:   https://anonhg.NetBSD.org/src/rev/158a62aaf780
branches:  trunk
changeset: 364468:158a62aaf780
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Mar 26 16:22:50 2022 +0000

description:
Add sparc* to the list of architectures that need an explicit address
with PT_CONTINUE in this test.

diffstat:

 tests/lib/libc/sys/t_ptrace_core_wait.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r edf3312b7297 -r 158a62aaf780 tests/lib/libc/sys/t_ptrace_core_wait.h
--- a/tests/lib/libc/sys/t_ptrace_core_wait.h   Sat Mar 26 16:03:02 2022 +0000
+++ b/tests/lib/libc/sys/t_ptrace_core_wait.h   Sat Mar 26 16:22:50 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_core_wait.h,v 1.4 2021/07/24 08:39:54 rin Exp $       */
+/*     $NetBSD: t_ptrace_core_wait.h,v 1.5 2022/03/26 16:22:50 martin Exp $    */
 
 /*-
  * Copyright (c) 2016, 2017, 2018, 2019, 2020 The NetBSD Foundation, Inc.
@@ -209,7 +209,7 @@
            "without signal to be sent\n");
 
 #if defined(__aarch64__) || defined(__arm__) || defined(__powerpc__) || \
-    defined(__sh3__)
+    defined(__sh3__) || defined(sparc)
        /*
         * For these archs, program counter is not automatically incremented
         * by a trap instruction. We cannot increment PC in the trap handler,



Home | Main Index | Thread Index | Old Index