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. 96c4f946a8c8d53141189852c0ba28c45366830b


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  96c4f946a8c8d53141189852c0ba28c45366830b (commit)
      from  fffbe6a8c835b16b1c973766303a9e75ea646898 (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=96c4f946a8c8d53141189852c0ba28c45366830b

commit 96c4f946a8c8d53141189852c0ba28c45366830b
Author: Yao Qi <yao@codesourcery.com>
Date:   Wed Aug 6 14:02:35 2014 +0800

    Replace 0 with TARGET_XFER_EOF in to_xfer_partial
    
    I run splint in gdb source and get the following warnings:
    
      ../../../git/gdb/corelow.c:740: Return value type int does not match declared type enum target_xfer_status: 0
    
    'TARGET_XFER_EOF' (enum target_xfer_status) is expected to be returned,
    but 0 is returned.  This patch is to replace 0 with TARGET_XFER_EOF
    in the implementations of to_xfer_partial.
    
    gdb:
    
    2014-08-07  Yao Qi  <yao@codesourcery.com>
    
    	* corelow.c (core_xfer_partial): Replace 0 with TARGET_XFER_EOF.
    	* remote-m32r-sdi.c (m32r_xfer_memory): Likewise.
    	* remote.c (remote_read_bytes): Likewise.

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

Summary of changes:
 gdb/ChangeLog         |    6 ++++++
 gdb/corelow.c         |    2 +-
 gdb/remote-m32r-sdi.c |    6 +++---
 gdb/remote.c          |    2 +-
 4 files changed, 11 insertions(+), 5 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]