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. 0cfd832fc7d4f1b5633248754dcc75fa90b5475b


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  0cfd832fc7d4f1b5633248754dcc75fa90b5475b (commit)
      from  601a03ba3d521989584a1f8abd5678040e0218cf (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=0cfd832fc7d4f1b5633248754dcc75fa90b5475b

commit 0cfd832fc7d4f1b5633248754dcc75fa90b5475b
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Nov 24 20:51:06 2014 +0100

    Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.
    
    gdb/ChangeLog
    
    	* dwarf2read.c (set_cu_language): Recognize DW_LANG_C11,
    	DW_LANG_C_plus_plus_11, DW_LANG_C_plus_plus_14.
    
    include/ChangeLog
    
    	* dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
    	DW_LANG_C_plus_plus_14.

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

Summary of changes:
 gdb/ChangeLog     |    5 +++++
 gdb/dwarf2read.c  |    3 +++
 include/ChangeLog |    5 +++++
 include/dwarf2.h  |    4 ++++
 4 files changed, 17 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]