Remove regcache_raw_supply
[deliverable/binutils-gdb.git] / gdb / regcache.h
index 064930c6394e6a1be4457e56563d90f2b319a0a1..b60f0316838e3e7640ab889756c64653b6f2bed6 100644 (file)
@@ -71,8 +71,6 @@ extern void regcache_write_pc (struct regcache *regcache, CORE_ADDR pc);
    target.  These functions are called by the target in response to a
    target_fetch_registers() or target_store_registers().  */
 
-extern void regcache_raw_supply (struct regcache *regcache,
-                                int regnum, const void *buf);
 extern void regcache_raw_collect (const struct regcache *regcache,
                                  int regnum, void *buf);
 
@@ -243,6 +241,7 @@ public:
     : readable_regcache (gdbarch, has_pseudo)
   {}
 
+  /* Supply register REGNUM, whose contents are stored in BUF, to REGCACHE.  */
   void raw_supply (int regnum, const void *buf);
 
   void raw_supply (int regnum, const reg_buffer &src)
This page took 0.026009 seconds and 4 git commands to generate.