* config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
authorMark Kettenis <kettenis@gnu.org>
Sat, 18 May 2002 19:29:37 +0000 (19:29 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 18 May 2002 19:29:37 +0000 (19:29 +0000)
* config/i386/nm-go32.h (NO_PTRACE_H): Remove define.

gdb/ChangeLog
gdb/config/i386/nm-cygwin.h
gdb/config/i386/nm-go32.h

index c94caff5e84c2db2782c67dd9dbec3ad7edc84b9..d4c83cc231028550af8e08f48fb4a0cadc95adf8 100644 (file)
@@ -1,5 +1,8 @@
 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
+       * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
+
        * corelow.c (core_open): Only call set_gdbarch_from_file if
        exec_bfd is NULL.
 
index b5e48907013bcd801780cbdd0e29a237241e0e60..7eac99ba3fdee1fb1368355578ff6c84f546cbd3 100644 (file)
@@ -1,5 +1,5 @@
 /* Native definitions for Intel x86 running CYGWIN.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,8 +18,6 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define NO_PTRACE_H
-
 #define I386_USE_GENERIC_WATCHPOINTS
 
 #include "i386/nm-i386.h"
index 70b1907b67e29e95f562d1b4d51860e025e51719..5947b745c0e3043b38c37beae71dcd233a53303a 100644 (file)
@@ -1,5 +1,5 @@
 /* Native definitions for Intel x86 running DJGPP.
-   Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,8 +18,6 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define NO_PTRACE_H
-
 #define I386_USE_GENERIC_WATCHPOINTS
 
 #include "i386/nm-i386.h"
This page took 0.029287 seconds and 4 git commands to generate.