Remove {fetch,store}_fpregister and {fetch,store}_register
authorYao Qi <yao.qi@linaro.org>
Tue, 7 Jul 2015 15:58:19 +0000 (16:58 +0100)
committerYao Qi <yao.qi@linaro.org>
Tue, 7 Jul 2015 15:58:19 +0000 (16:58 +0100)
commit179bfe826ba62ca8aa43f3d20cc1b21dfc41b1d0
tree07506f03fa0eb1050fdee28d0a4b77e5b1329f99
parent3e221d361f5647b56b7cc3ebf5ff487f417ceed0
Remove {fetch,store}_fpregister and {fetch,store}_register

This patch is to remove fetch_fpregister, fech_register,
store_fpregister and store_register, and use fetch_fpregs,
fetch_regs, store_regs, and store_fpregs instead.

gdb:

2015-07-07  Yao Qi  <yao.qi@linaro.org>

* arm-linux-nat.c (store_fpregister): Remove.
(store_register): Likewise.
(fetch_fpregister): Likewise.
(fetch_register): Likewise.
(arm_linux_store_inferior_registers): Call store_regs and
store_fpregs instead.
(arm_linux_fetch_inferior_registers): Call fetch_fpregs and
fetch_regs instead.
gdb/ChangeLog
gdb/arm-linux-nat.c