* config/i386/nm-fbsd.h: Include "config/nm-bsd.h".

(PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
Remove defines.
* config/i386/nm-fbsd64.h: Likewise.
* config/i386/nm-obsd.h: Likewise.
* config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
* config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
This commit is contained in:
Mark Kettenis 2004-03-13 13:07:20 +00:00
parent 85cfd8d379
commit c3364ea481
7 changed files with 52 additions and 44 deletions

View file

@ -1,3 +1,13 @@
2004-03-13 Mark Kettenis <kettenis@gnu.org>
* config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
(PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
Remove defines.
* config/i386/nm-fbsd64.h: Likewise.
* config/i386/nm-obsd.h: Likewise.
* config/sparc/nm-fbsd.h: Likewise. Update copyright year.
* config/alpha/nm-fbsd.h: Likewise. Update copyright year.
2004-03-12 Kevin Buettner <kevinb@redhat.com> 2004-03-12 Kevin Buettner <kevinb@redhat.com>
* frv-tdep.c (set_variant_scratch_registers): New function. * frv-tdep.c (set_variant_scratch_registers): New function.

View file

@ -1,5 +1,6 @@
/* Native-dependent definitions for FreeBSD/Alpha. /* Native-dependent definitions for FreeBSD/Alpha.
Copyright 1986, 1987, 1989, 1992, 1996, 2000
Copyright 1986, 1987, 1989, 1992, 1996, 2000, 2004
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.
@ -22,14 +23,8 @@
#ifndef NM_FBSD_H #ifndef NM_FBSD_H
#define NM_FBSD_H #define NM_FBSD_H
/* Type of the third argument to the `ptrace' system call. */ /* Get generic BSD native definitions. */
#define PTRACE_ARG3_TYPE caddr_t #include "config/nm-bsd.h"
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS
/* We can attach and detach. */
#define ATTACH_DETACH
/* The Alpha does not step over a breakpoint. */ /* The Alpha does not step over a breakpoint. */
#define CANNOT_STEP_BREAKPOINT 1 #define CANNOT_STEP_BREAKPOINT 1

View file

@ -52,20 +52,14 @@ extern void i386bsd_dr_reset_addr (int regnum);
extern unsigned long i386bsd_dr_get_status (void); extern unsigned long i386bsd_dr_get_status (void);
/* Type of the third argument to the `ptrace' system call. */ /* Get generic BSD native definitions. */
#define PTRACE_ARG3_TYPE caddr_t #include "config/nm-bsd.h"
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS
/* Override child_resume in `infptrace.c' to work around a kernel bug. */ /* Override child_resume in `infptrace.c' to work around a kernel bug. */
#define CHILD_RESUME #define CHILD_RESUME
/* Override child_pid_to_exec_file in 'inftarg.c'. */ /* Override child_pid_to_exec_file in 'inftarg.c'. */
#define CHILD_PID_TO_EXEC_FILE #define CHILD_PID_TO_EXEC_FILE
/* We can attach and detach. */
#define ATTACH_DETACH
/* Support for the user struct. */ /* Support for the user struct. */

View file

@ -22,16 +22,10 @@
#ifndef NM_FBSD64_H #ifndef NM_FBSD64_H
#define NM_FBSD64_H #define NM_FBSD64_H
/* Type of the third argument to the `ptrace' system call. */ /* Get generic BSD native definitions. */
#define PTRACE_ARG3_TYPE caddr_t #include "config/nm-bsd.h"
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS
/* Override child_pid_to_exec_file in 'inftarg.c'. */ /* Override child_pid_to_exec_file in 'inftarg.c'. */
#define CHILD_PID_TO_EXEC_FILE #define CHILD_PID_TO_EXEC_FILE
/* We can attach and detach. */
#define ATTACH_DETACH
#endif /* nm-fbsd64.h */ #endif /* nm-fbsd64.h */

View file

@ -22,15 +22,8 @@
#ifndef NM_OBSD_H #ifndef NM_OBSD_H
#define NM_OBSD_H #define NM_OBSD_H
/* Type of the third argument to the `ptrace' system call. */ /* Get generic BSD native definitions. */
#define PTRACE_ARG3_TYPE caddr_t #include "config/nm-bsd.h"
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS
/* We can attach and detach. */
#define ATTACH_DETACH
/* Support for the user struct. */ /* Support for the user struct. */

29
gdb/config/nm-bsd.h Normal file
View file

@ -0,0 +1,29 @@
/* Native-dependent definitions for *BSD.
Copyright 2001, 2004 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
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
/* We can attach and detach. */
#define ATTACH_DETACH

View file

@ -1,6 +1,6 @@
/* Native-dependent definitions for FreeBSD/sparc64. /* Native-dependent definitions for FreeBSD/sparc64.
Copyright 2002, 2003 Free Software Foundation, Inc. Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by David E. O'Brien <obrien@FreeBSD.org>. Contributed by David E. O'Brien <obrien@FreeBSD.org>.
This file is part of GDB. This file is part of GDB.
@ -22,15 +22,8 @@
#ifndef NM_FBSD_H #ifndef NM_FBSD_H
#define NM_FBSD_H #define NM_FBSD_H
/* Type of the third argument to the `ptrace' system call. */ /* Get generic BSD native definitions. */
#define PTRACE_ARG3_TYPE caddr_t #include "config/nm-bsd.h"
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS
/* We can attach and detach. */
#define ATTACH_DETACH
/* Shared library support. */ /* Shared library support. */