Module Name: src
Committed By: uwe
Date: Mon Oct 31 19:08:46 UTC 2011
Modified Files:
src/sys/arch/sh3/include: ptrace.h
Log Message:
#if-0'ed defines for PT_GETFPREGS and PT_SETFPREGS. Not used yet, but
reserve the numbers as they are "leaked" to readelf(1), that has to know
them as NT_NETBSDCORE_FIRSTMACH + x (see get_netbsd_elfcore_note_type).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sh3/include/ptrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sh3/include/ptrace.h
diff -u src/sys/arch/sh3/include/ptrace.h:1.9 src/sys/arch/sh3/include/ptrace.h:1.10
--- src/sys/arch/sh3/include/ptrace.h:1.9 Fri Jan 28 21:06:07 2011
+++ src/sys/arch/sh3/include/ptrace.h Mon Oct 31 19:08:45 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: ptrace.h,v 1.9 2011/01/28 21:06:07 uwe Exp $ */
+/* $NetBSD: ptrace.h,v 1.10 2011/10/31 19:08:45 uwe Exp $ */
/*
* Copyright (c) 1993 Christopher G. Demetriou
@@ -46,6 +46,11 @@
#define PT_GETREGS (PT_FIRSTMACH + 3)
#define PT_SETREGS (PT_FIRSTMACH + 4)
+#if 0 /* XXX: not yet, but reserve the numbers "leaked" to readelf(1). */
+#define PT_GETFPREGS (PT_FIRSTMACH + 5)
+#define PT_SETFPREGS (PT_FIRSTMACH + 6)
+#endif
+
#define PT_MACHDEP_STRINGS \
"PT_STEP", \
"PT___GETREGS40", \