aboutsummaryrefslogtreecommitdiff
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
commitb923b08ddfdf22cbf8e4e412510a44f57773ac5b (patch)
treead93a69e224c91bfaed14c549858c962e4b4522f /gdb/regcache.h
parenta6c0916fe939b4fe0aef208d54f57c0aff5b4acc (diff)
downloadfsf-binutils-gdb-b923b08ddfdf22cbf8e4e412510a44f57773ac5b.zip
fsf-binutils-gdb-b923b08ddfdf22cbf8e4e412510a44f57773ac5b.tar.gz
fsf-binutils-gdb-b923b08ddfdf22cbf8e4e412510a44f57773ac5b.tar.bz2
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 5d77095..f848205 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,