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. 12c5175d68a840960e4cf7d3001c926f15c4d006


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  12c5175d68a840960e4cf7d3001c926f15c4d006 (commit)
      from  8dc5b31971ad5dddf5e6efa07cf70d094c1a9fe5 (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=12c5175d68a840960e4cf7d3001c926f15c4d006

commit 12c5175d68a840960e4cf7d3001c926f15c4d006
Author: Mark Kettenis <kettenis@gnu.org>
Date:   Wed Feb 5 13:30:33 2014 +0100

    Avoid bison-isms when using yacc.
    
    YYPRINT is a bison-ism so c_print_token() ends up being unused when yacc is
    used which makes gcc unhappy.  Make sure we only define YYPRINT and
    c_print_token() when bison is used to generate the parser.
    
    gdb/ChangeLog:
    
            * c-exp.y (YYPRINT, c_print_token): Only define if YYBISON is
            defined.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/c-exp.y   |    6 ++++++
 2 files changed, 11 insertions(+), 0 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]