]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Use gdb_byte * instead of void *
authorYao Qi <yao@codesourcery.com>
Mon, 16 Dec 2013 06:39:12 +0000 (14:39 +0800)
committerYao Qi <yao@codesourcery.com>
Thu, 23 Jan 2014 03:50:29 +0000 (11:50 +0800)
commit17fde6d091a9a661119d152e2304012de5fce056
tree36ecc8f415c6af93427403bff0cf9b15a151da96
parentf5a027733231f3af637a0cdcc0aaaa8c7870902d
Use gdb_byte * instead of void *

This patch changes the argument type to gdb_byte * in order to align
with the to_xfer_partial interface.

gdb:

2014-01-23  Yao Qi  <yao@codesourcery.com>

* target.c (raw_memory_xfer_partial): Change argument type
from void * to gdb_byte *.
(memory_xfer_partial_1, memory_xfer_partial): Likewise.
gdb/ChangeLog
gdb/target.c