* config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.

* config/nm-nbsd.h: Update copyright year.
(PTRACE_ARG3_TYPE): Remove define.
This commit is contained in:
Mark Kettenis 2004-08-14 23:56:49 +00:00
parent 49ec097fd5
commit 016ddeca84
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,9 @@
2004-08-15 Mark Kettenis <kettenis@gnu.org>
* config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
* config/nm-nbsd.h: Update copyright year.
(PTRACE_ARG3_TYPE): Remove define.
* sparc-nat.c (fetch_inferior_registers)
(store_inferior_registers, sparc_xfer_wcookie):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.

View File

@ -19,8 +19,5 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Type of the third argument to the `ptrace' system call. */
#define PTRACE_ARG3_TYPE caddr_t
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS

View File

@ -1,5 +1,6 @@
/* Native-dependent definitions for NetBSD.
Copyright 1994, 1996, 1999 Free Software Foundation, Inc.
Copyright 1994, 1996, 1999, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@ -18,8 +19,6 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define PTRACE_ARG3_TYPE char*
#define FETCH_INFERIOR_REGISTERS
#include "solib.h" /* Support for shared libraries. */