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. 467d141bf5399b1092118981da1143523b19b896


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  467d141bf5399b1092118981da1143523b19b896 (commit)
      from  fb151210966ed045c124b7accfb3422d35166607 (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=467d141bf5399b1092118981da1143523b19b896

commit 467d141bf5399b1092118981da1143523b19b896
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Wed Jan 22 11:42:27 2014 +0400

    ada-lang.c: Really include "ui-out.h".
    
    Currently, ada-lang.c pretends to include "ui-out.h" as follow:
    
        #ifdef UI_OUT
        #include "ui-out.h"
        #endif
    
    However, UI_OUT is never defined as far as I can tell. This is confirmed
    by rebuilding with a #error pragma inside the #ifdef UI_OUT block,
    which never triggers.
    
    Since this unit makes references to declarations from ui-out.h,
    this patch simply removes the #ifdef/#endif condition.  This has not
    been an error so far because "ui-out.h" indirectly gets included,
    via one of the other .h files being included.
    
    gdb/ChangeLog:
    
            * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
            "ui-out.h".

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

Summary of changes:
 gdb/ChangeLog  |    5 +++++
 gdb/ada-lang.c |    2 --
 2 files changed, 5 insertions(+), 2 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]