Subject: CVS commit: syssrc/sys/arch/arm/include
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/19/2001 03:18:21
Module Name:	syssrc
Committed By:	bjh21
Date:		Fri Oct 19 00:18:21 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/include: ptrace.h

Log Message:
Make sure that PT_STEP is defined for userland, even though we don't
support it in the kernel yet.  If we don't do this, GDB arbitrarily
assumes we wanted it to be 9, which is silly.

In the kernel, leave it undefined so that sys_process.c doesn't
generate code for it.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/include/ptrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.