summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2015-07-30 15:07:38 +0100
committerYao Qi <yao.qi@linaro.org>2015-07-30 15:07:38 +0100
commitdeca266c89cf61c679f759a74bdf362960b0cc2c (patch)
treea2eaf8048934260c9089bbb96c191d7c816a0546 /gdb/cp-valprint.c
parentec74129274bf2fb65aac9381a19731c570f7be29 (diff)
downloadbinutils-gdb-deca266c89cf61c679f759a74bdf362960b0cc2c.tar.gz
Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregset
In order to align with arm-linux-nat.c counterparts, we don't use arm_num_regs and arm_regmap in functions arm_fill_gregset and arm_store_gregset. Instead, we use register numbers. With this patch applied, arm_fill_gregset and arm_store_gregset don't need arm_num_regs and arm_regmap, and they will be moved to a separate file shared for both arm and aarch64 in the following patch. gdb/gdbserver: 2015-07-30 Yao Qi <yao.qi@linaro.org> * linux-arm-low.c: Include arch/arm.h. (arm_fill_gregset): Don't use arm_num_regs and arm_regmap. (arm_store_gregset): Likewise.
Diffstat (limited to 'gdb/cp-valprint.c')
0 files changed, 0 insertions, 0 deletions