Introduce common-regcache.h
[deliverable/binutils-gdb.git] / gdb / gdbserver / regcache.h
index 891feada43e437edd2e148e345902d6f964429ef..bf2e51fed471e1a1a2ef0465f98426b5217afc1d 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef REGCACHE_H
 #define REGCACHE_H
 
+#include "common-regcache.h"
+
 struct thread_info;
 struct target_desc;
 
@@ -91,7 +93,7 @@ void registers_to_string (struct regcache *regcache, char *buf);
 
 void registers_from_string (struct regcache *regcache, char *buf);
 
-CORE_ADDR regcache_read_pc (struct regcache *regcache);
+/* For regcache_read_pc see common/common-regcache.h.  */
 
 void regcache_write_pc (struct regcache *regcache, CORE_ADDR pc);
 
This page took 0.025921 seconds and 4 git commands to generate.