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


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  bd1f77885b60e39e5a4125053ae2ae2a26244419 (commit)
      from  9877c63c84d71d43e3b9ce3c2e54ba3b4065459a (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=bd1f77885b60e39e5a4125053ae2ae2a26244419

commit bd1f77885b60e39e5a4125053ae2ae2a26244419
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Jan 7 17:28:48 2014 +0800

    Fix missing-prototypes error for '_initialize_spu_nat'
    
    This patch fixes this build error below:
    
    ../../binutils-gdb/gdb/spu-linux-nat.c:616:1: error: no previous prototype for â??_initialize_spu_natâ?? [-Werror=missing-prototypes]
    
    gdb:
    
    2014-01-07  Yao Qi  <yao@codesourcery.com>
    
    	* spu-linux-nat.c (_initialize_spu_nat): Declare.

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

Summary of changes:
 gdb/ChangeLog       |    4 ++++
 gdb/spu-linux-nat.c |    2 ++
 2 files changed, 6 insertions(+), 0 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]