2007-06-28 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / shnbsd-tdep.h
index ede2f93b8311facb3181419063020564610c0178..2b366c0bbc201c60c30a61a9d011426b4fcf84a6 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent definitions for SuperH running NetBSD, for GDB.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
    This file is part of GDB.
 
    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.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef SH_NBSD_TDEP_H
 #define SH_NBSD_TDEP_H
 
-void   sh_nbsd_supply_registers (char *);
-void   sh_nbsd_supply_register (char *, int);
-
-void   sh_nbsd_fill_registers (char *);
-void   sh_nbsd_fill_register (char *, int);
+void shnbsd_supply_reg (struct regcache *, const char *, int);
+void shnbsd_fill_reg (const struct regcache *, char *, int);
 
 #endif /* SH_NBSD_TDEP_H */
This page took 0.023708 seconds and 4 git commands to generate.