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


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  a267f3ad3f8c3f76f46ed006ac11a88426414339 (commit)
       via  12084a9ae15f6844e987ff6d3b2a64bb5963da8a (commit)
       via  dc7e1a77a4d3fb8c636628af674327ba20c736b6 (commit)
      from  43968415b0025fa8e1fa5c813e53e87ae392e977 (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=a267f3ad3f8c3f76f46ed006ac11a88426414339

commit a267f3ad3f8c3f76f46ed006ac11a88426414339
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Nov 14 18:36:30 2014 +0000

    GDB testsuite: More fixes for warnings with -std=gnu11
    
    Fix some more C compiler warnings for missing function return types
    and implicit function declarations in the GDB testsuite.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.base/bp-permanent.c: Include unistd.h.
    	* gdb.python/py-framefilter-mi.c (main): Add return type.
    	* gdb.python/py-framefilter.c (main): Likewise.
    	* gdb.trace/actions-changed.c (main): Likewise.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=12084a9ae15f6844e987ff6d3b2a64bb5963da8a

commit 12084a9ae15f6844e987ff6d3b2a64bb5963da8a
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Nov 14 18:21:21 2014 +0000

    Eliminate literal line numbers in mi-until.exp
    
    Remove literal line numbers from the regexps in mi-until.exp.  Add
    appropriate eye-catchers to until.c and refer to those instead.
    
    This change fixes the test case after having disturbed the line
    numbering with the previous fix for compiler warnings with -std=gnu11.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.mi/until.c: Add eye-catchers.
    	* gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
    	line numbers.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dc7e1a77a4d3fb8c636628af674327ba20c736b6

commit dc7e1a77a4d3fb8c636628af674327ba20c736b6
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Nov 14 16:45:41 2014 +0000

    Drop remaining references to removed source lines in break1.c and ur1.c
    
    In some .exp files it was missed to remove the references to
    eye-catchers like "set breakpoint 9 here" when the non-prototype
    function header variants they belonged to were deleted.  This patch
    cleans this up.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.base/condbreak.exp: Drop references to removed non-prototype
    	function header variants in break1.c.
    	* gdb.base/ena-dis-br.exp: Likewise.
    	* gdb.base/hbreak2.exp: Likewise.
    	* gdb.reverse/until-precsave.exp: Drop references to removed
    	non-prototype function header variants in ur1.c.
    	* gdb.reverse/until-reverse.exp: Likewise.

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

Summary of changes:
 gdb/testsuite/ChangeLog                      |   23 +++++++++++++++++++++
 gdb/testsuite/gdb.base/bp-permanent.c        |    1 +
 gdb/testsuite/gdb.base/condbreak.exp         |   28 +++++++++++--------------
 gdb/testsuite/gdb.base/ena-dis-br.exp        |   26 ++++++++++-------------
 gdb/testsuite/gdb.base/hbreak2.exp           |   25 +++++++---------------
 gdb/testsuite/gdb.mi/mi-until.exp            |   23 +++++++++++++-------
 gdb/testsuite/gdb.mi/until.c                 |   10 ++++----
 gdb/testsuite/gdb.python/py-framefilter-mi.c |    2 +
 gdb/testsuite/gdb.python/py-framefilter.c    |    2 +
 gdb/testsuite/gdb.reverse/until-precsave.exp |    6 ++--
 gdb/testsuite/gdb.reverse/until-reverse.exp  |    6 ++--
 gdb/testsuite/gdb.trace/actions-changed.c    |    3 ++
 12 files changed, 88 insertions(+), 67 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]