This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove NO_PTRACE_H from config/i386/*


NO_PTRACE_H is only used in infttrace.c, which is specific for HP-UX
native builds.  Since I'm pretty sure that Cygwin and DJGPP are not
HP-UX ;-), these defines can go.

Committed as obvious.

Mark

Index: ChangeLog
from  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.

Index: config/i386/nm-cygwin.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/nm-cygwin.h,v
retrieving revision 1.1
diff -u -p -r1.1 nm-cygwin.h
--- config/i386/nm-cygwin.h 4 Feb 2002 11:00:10 -0000 1.1
+++ config/i386/nm-cygwin.h 18 May 2002 19:28:34 -0000
@@ -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.
 
@@ -17,8 +17,6 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
-
-#define NO_PTRACE_H
 
 #define I386_USE_GENERIC_WATCHPOINTS
 
Index: config/i386/nm-go32.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/nm-go32.h,v
retrieving revision 1.3
diff -u -p -r1.3 nm-go32.h
--- config/i386/nm-go32.h 22 Mar 2001 09:35:19 -0000 1.3
+++ config/i386/nm-go32.h 18 May 2002 19:28:34 -0000
@@ -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.
 
@@ -17,8 +17,6 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
-
-#define NO_PTRACE_H
 
 #define I386_USE_GENERIC_WATCHPOINTS
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]