This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 17fde6d091a9a661119d152e2304012de5fce056


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  17fde6d091a9a661119d152e2304012de5fce056 (commit)
      from  f5a027733231f3af637a0cdcc0aaaa8c7870902d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=17fde6d091a9a661119d152e2304012de5fce056

commit 17fde6d091a9a661119d152e2304012de5fce056
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Dec 16 14:39:12 2013 +0800

    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.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    6 ++++++
 gdb/target.c  |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]