Make regcache_cpy_no_passthrough static
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 13 May 2015 18:47:33 +0000 (20:47 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 13 May 2015 18:50:11 +0000 (20:50 +0200)
commitbd49952bd7fbe616e2cb488e8080502f2338aaa2
treedcd35ad3616260cc411e808fc451f8b8537876ef
parent46c03469b37d2ccb6a1eaa3ea4e21c57d07246fc
Make regcache_cpy_no_passthrough static

regcache_cpy_no_passthrough is no longer used for a standalone call.

gdb/ChangeLog
2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>

* regcache.c (regcache_cpy_no_passthrough): New declaration.
(regcache_cpy_no_passthrough): Make it static, add function comment.
* regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
(regcache_cpy_no_passthrough): Remove declaration.
gdb/ChangeLog
gdb/regcache.c
gdb/regcache.h