summaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-05-15 18:01:50 +0000
committerAndrew Cagney <cagney@redhat.com>2003-05-15 18:01:50 +0000
commit5385e804a617eb0296fffba2b7fe3435602ba334 (patch)
treea00e4a114e9c9c6f23d19d2dd8d99295642c8e82 /gdb/regcache.h
parentcf6da47c48187d9bce156bc5a9e5761b94aa72f5 (diff)
downloadgdb-5385e804a617eb0296fffba2b7fe3435602ba334.tar.gz
2003-05-15 Andrew Cagney <cagney@redhat.com>
* regcache.c (build_regcache): Set deprecated_register_valid directly. (deprecated_grub_regcache_for_register_valid): Delete function. * regcache.h (deprecated_grub_regcache_for_register_valid): Delete declaration.
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index 5d77095810b..f84820519af 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -196,7 +196,6 @@ extern void regcache_cpy_no_passthrough (struct regcache *dest, struct regcache
parameterized with FRAME or REGCACHE. */
extern char *deprecated_grub_regcache_for_registers (struct regcache *);
-extern char *deprecated_grub_regcache_for_register_valid (struct regcache *);
extern void deprecated_read_register_gen (int regnum, char *myaddr);
extern void deprecated_write_register_gen (int regnum, char *myaddr);
extern void deprecated_read_register_bytes (int regbyte, char *myaddr,