Change type of cpsr in arm_sigreturn_next_pc
authorYao Qi <yao.qi@linaro.org>
Thu, 5 May 2016 08:00:56 +0000 (09:00 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 5 May 2016 08:00:56 +0000 (09:00 +0100)
commitcf2ebb6e0958c9193c7c65620cd7a8b990d8b316
treeadefb0846f2f0b5a749c398ad3dd4e1102931d43
parentd4758f96f74225319f8cc9412acd72c228a187b9
Change type of cpsr in arm_sigreturn_next_pc

Variable cpsr holds the value of cpsr register, which is 32-bit.  It
is better to explicitly use uint32_t.

gdb/gdbserver:

2016-05-05  Yao Qi  <yao.qi@linaro.org>

* linux-arm-low.c (arm_sigreturn_next_pc): Change type of cpsr
to uint32_t.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-arm-low.c
This page took 0.024129 seconds and 4 git commands to generate.