From: Mark Kettenis Date: Sat, 18 May 2002 19:29:37 +0000 (+0000) Subject: * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define. X-Git-Tag: binutils-2_13-branchpoint~830 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0f625e28bb5ce8ee3f4d46d023a29ddec4617d7;p=thirdparty%2Fbinutils-gdb.git * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define. * config/i386/nm-go32.h (NO_PTRACE_H): Remove define. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c94caff5e84..d4c83cc2310 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-05-18 Mark Kettenis + * 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. diff --git a/gdb/config/i386/nm-cygwin.h b/gdb/config/i386/nm-cygwin.h index b5e48907013..7eac99ba3fd 100644 --- a/gdb/config/i386/nm-cygwin.h +++ b/gdb/config/i386/nm-cygwin.h @@ -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" diff --git a/gdb/config/i386/nm-go32.h b/gdb/config/i386/nm-go32.h index 70b1907b67e..5947b745c0e 100644 --- a/gdb/config/i386/nm-go32.h +++ b/gdb/config/i386/nm-go32.h @@ -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"