* infrun.c (adjust_pc_after_break): Do not assume software single-step
[deliverable/binutils-gdb.git] / gdb / shnbsd-tdep.h
index ec2296352511fe3f80d80430681a42300b76a9eb..2b366c0bbc201c60c30a61a9d011426b4fcf84a6 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent definitions for SuperH running NetBSD, for GDB.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
    This file is part of GDB.
@@ -22,7 +22,7 @@
 #ifndef SH_NBSD_TDEP_H
 #define SH_NBSD_TDEP_H
 
-void shnbsd_supply_reg (char *, int);
-void shnbsd_fill_reg (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.023287 seconds and 4 git commands to generate.