Remove MAX_REGISTER_SIZE from frv-linux-tdep.c
gdb/ * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed. * regcache.c (regcache::raw_supply_zeroed): New function. * regcache.h (regcache::raw_supply_zeroed): New declaration.
This commit is contained in:
parent
35837774a7
commit
f81fdd350e
4 changed files with 30 additions and 5 deletions
|
@ -294,6 +294,8 @@ public:
|
|||
|
||||
void raw_supply (int regnum, const void *buf);
|
||||
|
||||
void raw_supply_zeroed (int regnum);
|
||||
|
||||
enum register_status get_register_status (int regnum) const;
|
||||
|
||||
void raw_set_cached_value (int regnum, const gdb_byte *buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue