From a2e0658045625ad772d6de1578fc13c05f5758bb Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Sat, 16 Mar 2002 00:25:53 +0000 Subject: Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the MI ptrace.h, since all platforms define them. Keep the MD ptrace.h around for FIX_SSTEP (which is currently only needed on Alpha). --- sys/powerpc/include/ptrace.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index ea3477e11d81..7f4e7db7cc21 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -37,14 +37,4 @@ #ifndef _MACHINE_PTRACE_H_ #define _MACHINE_PTRACE_H_ -/* - * Machine dependent trace commands. - */ -#define PT_GETREGS (PT_FIRSTMACH + 1) -#define PT_SETREGS (PT_FIRSTMACH + 2) -#define PT_GETFPREGS (PT_FIRSTMACH + 3) -#define PT_SETFPREGS (PT_FIRSTMACH + 4) -#define PT_GETDBREGS (PT_FIRSTMACH + 5) -#define PT_SETDBREGS (PT_FIRSTMACH + 6) - #endif -- cgit v1.3