diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-11-02 15:05:12 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-11-02 15:05:12 +0000 |
commit | 6c5218dfdb7b38cc1617be7753cc1ec6d0612382 (patch) | |
tree | 2f43c891ef705d895538734d0fa48b8de4432ef6 /intl/plural-exp.h | |
parent | 852735806aa4343ba4bbe89656041800cf482918 (diff) | |
download | gdb-6c5218dfdb7b38cc1617be7753cc1ec6d0612382.zip gdb-6c5218dfdb7b38cc1617be7753cc1ec6d0612382.tar.gz gdb-6c5218dfdb7b38cc1617be7753cc1ec6d0612382.tar.bz2 |
Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_register_status
struct regcache_descr has two fields sizeof_raw_register_status
and sizeof_cooked_register_status, but they equal to nr_cooked_registers
and nr_raw_registers respectively, so this patch removes them.
gdb:
2017-11-02 Yao Qi <yao.qi@linaro.org>
* regcache.c (struct regcache_descr) <sizeof_raw_register_status>:
Remove.
<sizeof_cooked_register_status>: Remove.
(init_regcache_descr): Update.
(regcache::regcache): Use nr_cooked_registers and nr_raw_registers.
(regcache::save): Likewise.
(regcache::dump): Likewise.
Diffstat (limited to 'intl/plural-exp.h')
0 files changed, 0 insertions, 0 deletions