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. bc113b4e3e6a47e0a5f351a3b9406fa0b1584dbe


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  bc113b4e3e6a47e0a5f351a3b9406fa0b1584dbe (commit)
      from  01cb880427d5fe2f652ca8b455012fd05ae962ac (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=bc113b4e3e6a47e0a5f351a3b9406fa0b1584dbe

commit bc113b4e3e6a47e0a5f351a3b9406fa0b1584dbe
Author: Yao Qi <yao@codesourcery.com>
Date:   Sun Feb 23 14:34:29 2014 +0800

    Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE
    
    Nowadays, TARGET_XFER_E_UNAVAILABLE isn't regarded as an error in
    to_xfer_partial interface, so _E_ looks odd.  This patch is to
    replace TARGET_XFER_E_UNAVAILABLE with TARGET_XFER_UNAVAILABLE,
    and change its value from -2 to 2.  Since there is no comparison
    on the value of 'enum target_xfer_status', so it should be safe.
    
    gdb:
    
    2014-02-24  Yao Qi  <yao@codesourcery.com>
    
    	* target.h (enum target_xfer_status)
    	<TARGET_XFER_E_UNAVAILABLE>: Rename it to ...
    	<TARGET_XFER_UNAVAILABLE>: ... it with setting value 2
    	explicitly.  New.
    	* corefile.c (memory_error_message): User updated.
    	* exec.c (section_table_read_available_memory): Likewise.
    	* record-btrace.c (record_btrace_xfer_partial): Likewise.
    	* target.c (target_xfer_status_to_string): Likewise.
    	(raw_memory_xfer_partial): Likewise.
    	(memory_xfer_partial_1, target_xfer_partial): Likewise.
    	* valops.c (read_value_memory): Likewise.
    	* exec.h: Update comments.

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

Summary of changes:
 gdb/ChangeLog       |   15 +++++++++++++++
 gdb/corefile.c      |    4 ++--
 gdb/exec.c          |    4 ++--
 gdb/exec.h          |    2 +-
 gdb/record-btrace.c |    6 +++---
 gdb/target.c        |    8 ++++----
 gdb/target.h        |    9 ++++-----
 gdb/valops.c        |    2 +-
 8 files changed, 32 insertions(+), 18 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]