forked from Imagelibrary/binutils-gdb
* gdbarch.sh (deprecated_extract_return_value)
(deprecated_store_return_value): Remove. (extract_return_value, store_return_value): Remove default values. * gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c, arch-utils.h (legacy_extract_return_value) (legacy_store_return_value): Remove. * regcache.c, regcache.h (deprecated_grub_regcache_for_registers): Remove.
This commit is contained in:
@@ -388,12 +388,6 @@ regcache_valid_p (struct regcache *regcache, int regnum)
|
||||
return regcache->register_valid_p[regnum];
|
||||
}
|
||||
|
||||
gdb_byte *
|
||||
deprecated_grub_regcache_for_registers (struct regcache *regcache)
|
||||
{
|
||||
return regcache->registers;
|
||||
}
|
||||
|
||||
/* Global structure containing the current regcache. */
|
||||
/* FIXME: cagney/2002-05-11: The two global arrays registers[] and
|
||||
deprecated_register_valid[] currently point into this structure. */
|
||||
|
||||
Reference in New Issue
Block a user