mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Remove regcache_cooked_write_part
Remove regcache_cooked_write_part, update callers to use regcache::cooked_write_part. gdb/ChangeLog: * regcache.h (regcache_cooked_write_part): Remove, update callers to use regcache::cooked_write_part. * regcache.c (regcache_cooked_write_part): Remove.
This commit is contained in:
@@ -871,13 +871,6 @@ readable_regcache::cooked_read_part (int regnum, int offset, int len,
|
||||
return read_part (regnum, offset, len, buf, false);
|
||||
}
|
||||
|
||||
void
|
||||
regcache_cooked_write_part (struct regcache *regcache, int regnum,
|
||||
int offset, int len, const gdb_byte *buf)
|
||||
{
|
||||
regcache->cooked_write_part (regnum, offset, len, buf);
|
||||
}
|
||||
|
||||
void
|
||||
regcache::cooked_write_part (int regnum, int offset, int len,
|
||||
const gdb_byte *buf)
|
||||
|
||||
Reference in New Issue
Block a user