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


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  2eec7d5ba1928301955f4da013072c3e2f69f4a0 (commit)
      from  00c06fdc57ab89d14789b5207763410a79c39a11 (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=2eec7d5ba1928301955f4da013072c3e2f69f4a0

commit 2eec7d5ba1928301955f4da013072c3e2f69f4a0
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Apr 9 15:01:33 2014 +0100

    [GDBserver] Fix SH/Linux build.
    
     sh-linux-gnu-gcc (...) src/gdb/gdbserver/linux-low.c
     .../src/gdb/gdbserver/linux-low.c: In function 'linux_read_loadmap':
     .../src/gdb/gdbserver/linux-low.c:5284:13: error: 'struct lwp_info' has no member named 'entry'
     make[1]: *** [linux-low.o] Error 1
    
    gdb/gdbserver/
    2014-04-09  Pedro Alves  <palves@redhat.com>
    
    	* linux-low.c (linux_read_loadmap): Pass current_inferior directly
    	to lwpid_of.

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

Summary of changes:
 gdb/gdbserver/ChangeLog   |    5 +++++
 gdb/gdbserver/linux-low.c |    2 +-
 2 files changed, 6 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]