* linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE

to PTRACE_TYPE_ARG3.
	* linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
	to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
	PTRACE_TYPE_ARG4.
	* linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
	(PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
This commit is contained in:
Luis Machado
2013-08-14 02:22:19 +00:00
parent 1960b13439
commit b8e1b30ec5
4 changed files with 68 additions and 58 deletions

View File

@@ -22,8 +22,8 @@
#include "gdbthread.h"
#include "gdb_proc_service.h"
#define PTRACE_ARG3_TYPE void *
#define PTRACE_ARG4_TYPE void *
#define PTRACE_TYPE_ARG3 void *
#define PTRACE_TYPE_ARG4 void *
#define PTRACE_XFER_TYPE long
#ifdef HAVE_LINUX_REGSETS