* config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.

* config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
This commit is contained in:
Mark Kettenis 2002-05-18 19:29:37 +00:00
parent ca10c62d56
commit f0f625e28b
3 changed files with 5 additions and 6 deletions

View 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.

View 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"

View 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"