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. 93063aa69bbd3f19faa85baefd1b7fa9363a6790


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  93063aa69bbd3f19faa85baefd1b7fa9363a6790 (commit)
      from  5c328c057e963faacc50796c650a5feb06762c67 (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=93063aa69bbd3f19faa85baefd1b7fa9363a6790

commit 93063aa69bbd3f19faa85baefd1b7fa9363a6790
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Feb 24 12:03:05 2014 +0800

    Unbreak mips native build
    
    When I build mips native gdb today, I get the follow error,
    
    ../../../git/gdb/mips-linux-nat.c: In function '_initialize_mips_linux_nat':
    ../../../git/gdb/mips-linux-nat.c:792:15: error: assignment from incompatible pointer type [-Werror]
    cc1: all warnings being treated as errors
    
    It looks an oversight of recent target_ops delegation patches.  This
    patch is to fix the build error.
    
    gdb:
    
    2014-02-24  Yao Qi  <yao@codesourcery.com>
    
    	* mips-linux-nat.c (super_close): Update its type.
    	(mips_linux_close): Pass 'self' to super_close.

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

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