mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
Remove defines.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2004-08-15 Mark Kettenis <kettenis@gnu.org>
|
2004-08-15 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
|
||||||
|
Remove defines.
|
||||||
|
|
||||||
* linux-nat.c (kill_inferior): Add missing third and fourth
|
* linux-nat.c (kill_inferior): Add missing third and fourth
|
||||||
arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
|
arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
|
||||||
|
|
||||||
|
@ -52,12 +52,6 @@ extern unsigned long amd64_linux_dr_get_status (void);
|
|||||||
amd64_linux_dr_get_status ()
|
amd64_linux_dr_get_status ()
|
||||||
|
|
||||||
|
|
||||||
/* Type of the third argument to the `ptrace' system call. */
|
|
||||||
#define PTRACE_ARG3_TYPE long
|
|
||||||
|
|
||||||
/* Type of the fourth argument to the `ptrace' system call. */
|
|
||||||
#define PTRACE_XFER_TYPE long
|
|
||||||
|
|
||||||
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
|
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
|
||||||
#define FETCH_INFERIOR_REGISTERS
|
#define FETCH_INFERIOR_REGISTERS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user