forked from Imagelibrary/binutils-gdb
Remove regcache_raw_write_part
Remove regcache_raw_write_part, update callers to use regcache::raw_write_part instead. gdb/ChangeLog: * regcache.h (regcache_raw_write_part): Remove, update callers to use regcache::raw_write_part instead. * regcache.c (regcache_raw_write_part): Remove.
This commit is contained in:
@@ -873,12 +873,7 @@ readable_regcache::raw_read_part (int regnum, int offset, int len, gdb_byte *buf
|
||||
return read_part (regnum, offset, len, buf, true);
|
||||
}
|
||||
|
||||
void
|
||||
regcache_raw_write_part (struct regcache *regcache, int regnum,
|
||||
int offset, int len, const gdb_byte *buf)
|
||||
{
|
||||
regcache->raw_write_part (regnum, offset, len, buf);
|
||||
}
|
||||
/* See regcache.h. */
|
||||
|
||||
void
|
||||
regcache::raw_write_part (int regnum, int offset, int len,
|
||||
|
||||
Reference in New Issue
Block a user