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. 89de4da46b3b3629c51e6e1a37177a6269dc8b05


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  89de4da46b3b3629c51e6e1a37177a6269dc8b05 (commit)
      from  02fe846e43cb0190251a6fefbd322201b4bbe02d (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=89de4da46b3b3629c51e6e1a37177a6269dc8b05

commit 89de4da46b3b3629c51e6e1a37177a6269dc8b05
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Dec 23 20:53:23 2013 -0700

    constify ui_out_impl
    
    This patch constifies ui_out_impl in struct ui_out, and various
    instances of ui_out_impl.
    
    This removes a couple of FIXME comments (near cli_ui_out_impl and
    mi_ui_out_impl) that did not make sense to me.
    
    Tested by rebuilding.
    
    2014-02-28  Tom Tromey  <tromey@redhat.com>
    
    	* cli-out.c (cli_ui_out_impl): Now const.  Remove comment.
    	* cli-out.h (cli_ui_out_impl): Now const.
    	* mi/mi-out.c (mi_ui_out_impl): Now const.  Remove comment.
    	* ui-out.c (struct ui_out) <impl>: Now const.
    	(default_ui_out_impl): Now const.
    	(ui_out_new): Make 'impl' parameter const.
    	* ui-out.h (ui_out_new): Update.

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

Summary of changes:
 gdb/ChangeLog   |   10 ++++++++++
 gdb/cli-out.c   |    5 +----
 gdb/cli-out.h   |    2 +-
 gdb/mi/mi-out.c |    5 +----
 gdb/ui-out.c    |    6 +++---
 gdb/ui-out.h    |    2 +-
 6 files changed, 17 insertions(+), 13 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]