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


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  d16461aeef555da47e358b0f81c75912e4ea07e2 (commit)
      from  a8b1622022a0fb3531bfd4ce77e69f6b15312745 (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=d16461aeef555da47e358b0f81c75912e4ea07e2

commit d16461aeef555da47e358b0f81c75912e4ea07e2
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Feb 25 20:45:50 2014 -0500

    Re-implement ia64-linux-nat.c::ia64_linux_xfer_partial
    
    [description of this patch and ChangeLog entry by Joel Brobecker]
    The recent implementation was questionable, and if it worked, it was
    only by chance because the requested length is large enough that only
    one read was sufficient.  Note that the implementation before that
    also made that assumption, in the form of only handling
    TARGET_OBJECT_UNWIND_TABLE xfer requests when offset was zero.
    
    gdb/ChangeLog:
    
            * ia64-linux-nat.c (ia64_linux_xfer_partial): Reimplement
            handling of object == TARGET_OBJECT_UNWIND_TABLE.

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

Summary of changes:
 gdb/ChangeLog        |    5 +++++
 gdb/ia64-linux-nat.c |   35 +++++++++++++++++++++++------------
 2 files changed, 28 insertions(+), 12 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]