gdb and binutils branch master updated. 25dda427ec9e074e0a258eb93c7cc811f0a85a9c

krebbel@sourceware.org krebbel@sourceware.org
Tue Dec 16 15:07:00 GMT 2014


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  25dda427ec9e074e0a258eb93c7cc811f0a85a9c (commit)
      from  033539e2685156ad6ad60e5925bc61cef5ced483 (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=25dda427ec9e074e0a258eb93c7cc811f0a85a9c

commit 25dda427ec9e074e0a258eb93c7cc811f0a85a9c
Author: Andreas Arnez <arnez@vnet.linux.ibm.com>
Date:   Tue Dec 16 16:06:42 2014 +0100

    Fix indentation of "maint print user-registers"
    
    This fixes a failure of the test case "complete 'info registers '" in
    completion.exp on architectures where the user registers have numbers
    above 99.  In that case the output of "maint print user-registers" was
    no longer indented, and the regexp in the test case failed to add them
    to the list of expected completion results.  The fix also swaps the
    columns "Name" and "Nr", such that the indentation is always the same,
    and to be consistent with the output of "maint print registers".
    
    gdb/ChangeLog:
    
    	* user-regs.c (maintenance_print_user_registers): Swap "Nr" and
    	"Name" columns.  Assure that the output is always indented.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.base/completion.exp: Adjust to format changes of "maint
    	print user-registers".

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

Summary of changes:
 gdb/ChangeLog                         |    5 +++++
 gdb/testsuite/ChangeLog               |    5 +++++
 gdb/testsuite/gdb.base/completion.exp |    9 +++------
 gdb/user-regs.c                       |    4 ++--
 4 files changed, 15 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Gdb-cvs mailing list