* config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
authorMark Kettenis <kettenis@gnu.org>
Sat, 14 Aug 2004 23:56:49 +0000 (23:56 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 14 Aug 2004 23:56:49 +0000 (23:56 +0000)
* config/nm-nbsd.h: Update copyright year.
(PTRACE_ARG3_TYPE): Remove define.

gdb/ChangeLog
gdb/config/nm-bsd.h
gdb/config/nm-nbsd.h

index 35fcf0f672daaf9ba7b22c43b9b95543b9b5fa3e..9e4e10e278cb65a151cbe66cee7b9c7dc6e73ea1 100644 (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.
index ca349a4ffd06cae3cc2a1ec2b3a07d2018a3ffa3..6597d0edabec63ff2133723ba5d2c7eb04d18eaf 100644 (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
index e895abc8a42c48485243f0050a702bad525395bc..72f49c971e9929d3d5e6ba3e8d7ea9e6b521591e 100644 (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. */
This page took 0.031992 seconds and 4 git commands to generate.