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. 46bbb3edacf5a86d3f84de52593119396b448b69


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  46bbb3edacf5a86d3f84de52593119396b448b69 (commit)
       via  3a80edfc74646ed5e651d60e7b4f95d165175a89 (commit)
      from  7dd9c6eb050bb23bff18b3139589f202d4c63a33 (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=46bbb3edacf5a86d3f84de52593119396b448b69

commit 46bbb3edacf5a86d3f84de52593119396b448b69
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Tue Jan 21 14:16:57 2014 +0400

    Add ARI (ok) marker for __func__ reference in common-utils.h
    
    The ARI script flagged the use of the __func__ variable, which
    is normally not allowed (not defined in C90). However, this particular
    use is OK, as the reference is only made when __STDC_VERSION__ >=
    199901L.  So, add an "ARI:" comment to explicitly OK this use.
    
    gdb/ChangeLog:
    
            * common/common-utils.h: Add "ARI:" comment beside __func__
            reference.

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

commit 3a80edfc74646ed5e651d60e7b4f95d165175a89
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Tue Jan 21 14:20:50 2014 +0400

    Expand documentation of common-utils.h::FUNCTION_NAME
    
    While looking at this macro, I noticed that it wasn't always necessarily
    defined. That prompted me to search the current sources to make sure
    that all uses were adequately protected, which they were. But to help
    prevent future uses to be made unprotected, this patch expands the
    current macro documentation a bit.
    
    gdb/ChangeLog:
    
            * common/common-utils.h (FUNCTION_NAME): Expand the macro's
            documentation a bit.

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

Summary of changes:
 gdb/ChangeLog             |   10 ++++++++++
 gdb/common/common-utils.h |    9 +++++++--
 2 files changed, 17 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]