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


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  d7fc3181f73ab3d5549b396198645558127e0584 (commit)
      from  57df9adf2d437e3c7f17a77c3e0f3c0d8e56aa40 (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=d7fc3181f73ab3d5549b396198645558127e0584

commit d7fc3181f73ab3d5549b396198645558127e0584
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Fri Nov 28 11:18:48 2014 -0500

    Fix prints in tests for Python 3
    
    Python 3's print requires to use parentheses, so this patch adds them
    where they were missing.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.ada/py_range.exp: Add parentheses to calls to print.
    	* gdb.dwarf2/symtab-producer.exp: Same.
    	* gdb.gdb/python-interrupts.exp: Same.
    	* gdb.gdb/python-selftest.exp: Same.
    	* gdb.python/py-linetable.exp: Same.
    	* gdb.python/py-type.exp: Same.
    	* gdb.python/py-value-cc.exp: Same.
    	* gdb.python/py-value.exp: Same.

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

Summary of changes:
 gdb/testsuite/ChangeLog                      |   11 +++++++++++
 gdb/testsuite/gdb.ada/py_range.exp           |    6 +++---
 gdb/testsuite/gdb.dwarf2/symtab-producer.exp |    4 ++--
 gdb/testsuite/gdb.gdb/python-interrupts.exp  |    2 +-
 gdb/testsuite/gdb.gdb/python-selftest.exp    |    2 +-
 gdb/testsuite/gdb.python/py-linetable.exp    |   14 +++++++-------
 gdb/testsuite/gdb.python/py-type.exp         |    6 +++---
 gdb/testsuite/gdb.python/py-value-cc.exp     |   24 ++++++++++++------------
 gdb/testsuite/gdb.python/py-value.exp        |    2 +-
 9 files changed, 41 insertions(+), 30 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]