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


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

commit e26167887817eaf9d6a4db73b96ca1dde47a7ac2
Author: Honggyu Kim <hong.gyu.kim@lge.com>
Date:   Tue Jan 7 01:25:10 2014 -0200

    Remove duplicated #include's from GDB
    
    This patch simply removes duplicated #include statements in the gdb/
    directory.  If there are two duplicated #include statements, this patch
    keeps the first #include and removes the second.
    
    Those duplicates have been found by using the checkincludes.pl tool from
    the Linux kernel and double checked manually once again if the #include
    statements are affected by #ifdef macros.
    
    2014-01-06  Honggyu Kim  <hong.gyu.kim@lge.com>
    
    	* ada-lang.c: Remove duplicated include statements.
    	* alphabsd-nat.c: Ditto.
    	* amd64-darwin-tdep.c: Ditto.
    	* amd64fbsd-nat.c: Ditto.
    	* auto-load.c: Ditto.
    	* ax-gdb.c: Ditto.
    	* breakpoint.c: Ditto.
    	* dbxread.c: Ditto.
    	* fork-child.c: Ditto.
    	* gdb_usleep.c: Ditto.
    	* i386-darwin-tdep.c: Ditto.
    	* i386fbsd-nat.c: Ditto.
    	* infcmd.c: Ditto.
    	* inferior.c: Ditto.
    	* jv-lang.c: Ditto.
    	* linux-nat.c: Ditto.
    	* linux-tdep.c: Ditto.
    	* m68kbsd-nat.c: Ditto.
    	* m68klinux-nat.c: Ditto.
    	* microblaze-tdep.c: Ditto.
    	* mips-linux-tdep.c: Ditto.
    	* mn10300-tdep.c: Ditto.
    	* nto-tdep.c: Ditto.
    	* opencl-lang.c: Ditto.
    	* osdata.c: Ditto.
    	* printcmd.c: Ditto.
    	* regcache.c: Ditto.
    	* remote-m32r-sdi.c: Ditto.
    	* remote.c: Ditto.
    	* symfile.c: Ditto.
    	* symtab.c: Ditto.
    	* tilegx-linux-nat.c: Ditto.
    	* tilegx-tdep.c: Ditto.
    	* tracepoint.c: Ditto.
    	* valops.c: Ditto.
    	* vaxbsd-nat.c: Ditto.
    	* windows-nat.c: Ditto.
    	* xtensa-tdep.c: Ditto.

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

Summary of changes:
 gdb/ChangeLog           |   41 +++++++++++++++++++++++++++++++++++++++++
 gdb/ada-lang.c          |    1 -
 gdb/alphabsd-nat.c      |    1 -
 gdb/amd64-darwin-tdep.c |    2 --
 gdb/amd64fbsd-nat.c     |    1 -
 gdb/auto-load.c         |    1 -
 gdb/ax-gdb.c            |    1 -
 gdb/breakpoint.c        |    1 -
 gdb/dbxread.c           |    1 -
 gdb/fork-child.c        |    1 -
 gdb/gdb_usleep.c        |    1 -
 gdb/i386-darwin-tdep.c  |    2 --
 gdb/i386fbsd-nat.c      |    1 -
 gdb/infcmd.c            |    1 -
 gdb/inferior.c          |    1 -
 gdb/jv-lang.c           |    2 --
 gdb/linux-nat.c         |    2 --
 gdb/linux-tdep.c        |    1 -
 gdb/m68kbsd-nat.c       |    1 -
 gdb/m68klinux-nat.c     |    2 --
 gdb/microblaze-tdep.c   |    1 -
 gdb/mips-linux-tdep.c   |    1 -
 gdb/mn10300-tdep.c      |    1 -
 gdb/nto-tdep.c          |    2 --
 gdb/opencl-lang.c       |    1 -
 gdb/osdata.c            |    2 --
 gdb/printcmd.c          |    1 -
 gdb/regcache.c          |    1 -
 gdb/remote-m32r-sdi.c   |    1 -
 gdb/remote.c            |    1 -
 gdb/symfile.c           |    1 -
 gdb/symtab.c            |    1 -
 gdb/tilegx-linux-nat.c  |    5 +----
 gdb/tilegx-tdep.c       |    1 -
 gdb/tracepoint.c        |    2 --
 gdb/valops.c            |    2 --
 gdb/vaxbsd-nat.c        |    1 -
 gdb/windows-nat.c       |    1 -
 gdb/xtensa-tdep.c       |    1 -
 39 files changed, 42 insertions(+), 50 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]