]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/m68hc11-tdep.c
regcache_cooked_read -> regcache->cooked_read
authorYao Qi <yao.qi@linaro.org>
Mon, 22 Jan 2018 11:02:49 +0000 (11:02 +0000)
committerYao Qi <yao.qi@linaro.org>
Mon, 22 Jan 2018 11:02:49 +0000 (11:02 +0000)
commit11f57cb67ecf5c69911eff21b54e05e93bbf2734
tree7a0b958ab007f4f0274d93fd089ffb0e859882bc
parent03f50fc878f75fcdebf0e3273f201fb4b62b0bae
regcache_cooked_read -> regcache->cooked_read

Similarly, this patch replaces regcache_cooked_read with
regcache->cooked_read.

gdb:

2018-01-22  Yao Qi  <yao.qi@linaro.org>

* ia64-tdep.c (ia64_pseudo_register_read): Call
regcache->cooked_read instead of regcache_cooked_read_unsigned.
* m32c-tdep.c (m32c_cat_read): Likewise.
(m32c_r3r2r1r0_read): Likewise.
* m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
* xtensa-tdep.c (xtensa_register_read_masked): Likewise.
gdb/ChangeLog
gdb/ia64-tdep.c
gdb/m32c-tdep.c
gdb/m68hc11-tdep.c
gdb/xtensa-tdep.c