2007-07-02 Markus Deuling <deuling@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / sparc-nat.h
index 25ecc637b28cd57b34dc5ddf329cb7bf1e9f5b43..90e0331da6d600c1b4e6ca06545991969ca3c0d9 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for SPARC.
 
-   Copyright 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -16,8 +16,8 @@
 
    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 SPARC_NAT_H
 #define SPARC_NAT_H 1
@@ -42,4 +42,7 @@ extern int sparc32_fpregset_supplies_p (int regnum);
 
 extern struct target_ops *sparc_target (void);
 
+extern void sparc_fetch_inferior_registers (struct regcache *, int);
+extern void sparc_store_inferior_registers (struct regcache *, int);
+
 #endif /* sparc-nat.h */
This page took 0.024332 seconds and 4 git commands to generate.