Use gdb_byte * instead of void * in push_stack_item
authorYao Qi <yao.qi@linaro.org>
Thu, 12 Nov 2015 09:14:20 +0000 (09:14 +0000)
committerYao Qi <yao.qi@linaro.org>
Thu, 12 Nov 2015 09:14:20 +0000 (09:14 +0000)
commitdf3b6708fe2384913e66d90340b619190cc4530e
treec72434feee9ff8e21ab9702a1194ac9cc8c2dbe2
parenta680de9a980e9d268846e8605af14ba1e7f3a39b
Use gdb_byte * instead of void * in push_stack_item

gdb:

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

* arm-tdep.c (push_stack_item): Change contents type to
const gdb_byte *.
gdb/ChangeLog
gdb/arm-tdep.c