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. 5c328c057e963faacc50796c650a5feb06762c67


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  5c328c057e963faacc50796c650a5feb06762c67 (commit)
      from  605a662f6ad5841f77467727bad6611234f232cc (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=5c328c057e963faacc50796c650a5feb06762c67

commit 5c328c057e963faacc50796c650a5feb06762c67
Author: Yao Qi <yao@codesourcery.com>
Date:   Sun Feb 23 12:24:08 2014 +0800

    Remove TARGET_XFER_STATUS_ERROR_P
    
    This patch removes macro TARGET_XFER_STATUS_ERROR_P, as Pedro pointed
    out during patches review that TARGET_XFER_STATUS_ERROR_P tends to
    be unnecessary.
    
    gdb:
    
    2014-02-24  Yao Qi  <yao@codesourcery.com>
    
    	* target.h (TARGET_XFER_STATUS_ERROR_P): Remove.
    	* corefile.c (read_memory): Adjusted.
    	* target.c (target_write_with_progress): Adjusted.

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

Summary of changes:
 gdb/ChangeLog  |    6 ++++++
 gdb/corefile.c |    9 +++------
 gdb/target.c   |    7 ++-----
 gdb/target.h   |    2 --
 4 files changed, 11 insertions(+), 13 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]