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. 2e4bb98a0e52acbb2da4ae441b89a568af26adf8


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  2e4bb98a0e52acbb2da4ae441b89a568af26adf8 (commit)
      from  22af555fc2a2fceb7c58e23a174a34a16af79221 (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=2e4bb98a0e52acbb2da4ae441b89a568af26adf8

commit 2e4bb98a0e52acbb2da4ae441b89a568af26adf8
Author: Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Date:   Mon Sep 8 13:37:23 2014 -0300

    Fix ppc_collect/supply_ptrace_register() routines
    
    This patch fixes the routines to collect and supply ptrace registers on ppc64le
    gdbserver. Originally written for big endian arch, they were causing several
    issues on little endian. With this fix, the number of unexpected failures in
    the testsuite dropped from 263 to 72 on ppc64le.
    
    gdb/gdbserver/ChangeLog
    
    	* linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
    	endianness into account.
    	(ppc_supply_ptrace_register): Likewise.

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

Summary of changes:
 gdb/gdbserver/ChangeLog       |    6 +++++
 gdb/gdbserver/linux-ppc-low.c |   45 ++++++++++++++++++++++++++++++++--------
 2 files changed, 42 insertions(+), 9 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]