Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel/arch/amd64 Define in CPPFLAGS symbol _KERNTYPES...



details:   https://anonhg.NetBSD.org/src/rev/c95d03ecbfcb
branches:  trunk
changeset: 349523:c95d03ecbfcb
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Dec 13 12:59:46 2016 +0000

description:
Define in CPPFLAGS symbol _KERNTYPES in order to get PRIxREGISTER

This type will be used in t_ptrace_wait* for the printf(3) function.

Sponsored by <The NetBSD Foundation>

diffstat:

 tests/kernel/arch/amd64/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 72d307fd5fcc -r c95d03ecbfcb tests/kernel/arch/amd64/Makefile
--- a/tests/kernel/arch/amd64/Makefile  Tue Dec 13 12:25:05 2016 +0000
+++ b/tests/kernel/arch/amd64/Makefile  Tue Dec 13 12:59:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/12/02 05:54:15 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/13 12:59:46 kamil Exp $
 
 NOMAN=         # defined
 
@@ -13,4 +13,6 @@
 TESTS_C+=      t_ptrace_waitid
 TESTS_C+=      t_ptrace_waitpid
 
+CPPFLAGS+=     -D_KERNTYPES
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index