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


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  af19829b117d124842b41da499b3161690bbca1a (commit)
      from  7089dca47b1738d9b65b8c3795e14aa92ac30f43 (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=af19829b117d124842b41da499b3161690bbca1a

commit af19829b117d124842b41da499b3161690bbca1a
Author: Yao Qi <yao@codesourcery.com>
Date:   Wed Aug 6 17:26:27 2014 +0800

    Remove duplicated include file
    
    File x86-linux-nat.h is included twice in amd64-linux-nat.c and
    i386-linux-nat.c.  This patch is to remove one.
    
    gdb:
    
    2014-08-06  Yao Qi  <yao@codesourcery.com>
    
    	* amd64-linux-nat.c: Remove duplicated include
    	"x86-linux-nat.h".
    	* i386-linux-nat.c: Likewise.

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

Summary of changes:
 gdb/ChangeLog         |    6 ++++++
 gdb/amd64-linux-nat.c |    1 -
 gdb/i386-linux-nat.c  |    1 -
 3 files changed, 6 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]