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. 036cd38182bde32d8297b630cd5c861d53b8949e


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  036cd38182bde32d8297b630cd5c861d53b8949e (commit)
       via  c77c1e42faf2b5e340ffa2adbf81587c9e76c246 (commit)
      from  45741a9c329a5afa111f7842ba980bd6a106e020 (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=036cd38182bde32d8297b630cd5c861d53b8949e

commit 036cd38182bde32d8297b630cd5c861d53b8949e
Author: Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Date:   Thu May 22 16:07:20 2014 +0100

    Include asm/ptrace.h in aarch64-linux-nat.c
    
    A recent change to glibc removed asm/ptrace.h from user.h for
    AArch64. This meant that cross-native builds of gdb using trunk
    glibc broke because aarch64-linux-nat.c because user_hwdebug_state
    couldn't be found.
    
    Fixed by including asm/ptrace.h like other ports.
    
    2014-05-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
    
           * aarch64-linux-nat.c (asm/ptrace.h): Include.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c77c1e42faf2b5e340ffa2adbf81587c9e76c246

commit c77c1e42faf2b5e340ffa2adbf81587c9e76c246
Author: Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Date:   Thu May 22 16:06:33 2014 +0100

    Reinstate self to Write After Approval
    
    2014-05-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
    
    	* MAINTAINERS (Write After Approval): Move self back from
    	paper trail.

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

Summary of changes:
 gdb/ChangeLog           |    9 +++++++++
 gdb/MAINTAINERS         |    2 +-
 gdb/aarch64-linux-nat.c |    1 +
 3 files changed, 11 insertions(+), 1 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]