OSDN Git Service

2000-07-17 matthew green <mrg@redhat.com>
authorjtc <jtc>
Mon, 17 Jul 2000 18:11:56 +0000 (18:11 +0000)
committerjtc <jtc>
Mon, 17 Jul 2000 18:11:56 +0000 (18:11 +0000)
        * config/sparc/nm-nbsd.h (GDB_GREGSET_T, GDB_FPREGSET_T): Define.

gdb/ChangeLog
gdb/config/sparc/nm-nbsd.h

index db405af..1c98105 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-17  matthew green  <mrg@redhat.com>
+
+       * config/sparc/nm-nbsd.h (GDB_GREGSET_T, GDB_FPREGSET_T): Define.
+
 Mon Jul 17 13:08:10 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * values.c (value_as_pointer): When VAL is an integer, explictly
index 016772a..2188aa3 100644 (file)
@@ -2,30 +2,29 @@
    Copyright (C) 1986, 1987, 1989, 1992, 1995, 1996
    Free Software Foundation, Inc.
 
-This file is part of GDB.
+   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 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.
+   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.  */
+   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.  */
 
 #ifndef NM_NBSD_H
 #define NM_NBSD_H
 
 /* Get generic NetBSD native definitions. */
 
-#include "nm-nbsd.h"
-
-#define FETCH_INFERIOR_REGISTERS
+#include "config/nm-nbsd.h"
 
 /* Before storing, we need to read all the registers.  */
 
@@ -54,4 +53,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define PTRACE_SETREGS  PT_SETREGS
 #define PTRACE_SETFPREGS PT_SETFPREGS
 
+#define GDB_GREGSET_T  struct reg
+#define GDB_FPREGSET_T struct fpreg
+
 #endif /* NM_NBSD_H */