forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user