summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-03-26 16:22:50 +0000
committermartin <martin@NetBSD.org>2022-03-26 16:22:50 +0000
commit74c282d1446917fd7c19407082799886bf98c3f8 (patch)
tree59c2c7e8028931aed75c25bbee3b09bcfb9ca18e /tests/lib/libc/sys
parentbe5c39e99e71b92c04f7cc0747cb48bc0183f9e0 (diff)
Add sparc* to the list of architectures that need an explicit address
with PT_CONTINUE in this test.
Diffstat (limited to 'tests/lib/libc/sys')
-rw-r--r--tests/lib/libc/sys/t_ptrace_core_wait.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/libc/sys/t_ptrace_core_wait.h b/tests/lib/libc/sys/t_ptrace_core_wait.h
index 3161cfd1a55..e08ef031c86 100644
--- a/tests/lib/libc/sys/t_ptrace_core_wait.h
+++ b/tests/lib/libc/sys/t_ptrace_core_wait.h
@@ -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 @@ ATF_TC_BODY(core_dump_procinfo, tc)
"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,