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. 35a49624e2eda82351518e40d26d6deb86fdacc0


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  35a49624e2eda82351518e40d26d6deb86fdacc0 (commit)
      from  8fa0c4f8ed9e520c39132bc62d51a490a17c537f (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=35a49624e2eda82351518e40d26d6deb86fdacc0

commit 35a49624e2eda82351518e40d26d6deb86fdacc0
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Wed Oct 15 19:28:19 2014 +0100

    Remove d-support.c and use gdb_demangle for demangling D symbols.
    
    gdb/ChangeLog
    
    	* Makefile.in (SFILES): Remove d-support.c.
    	(COMMON_OBS): Remove d-support.o.
    	* d-lang.h (d_parse_symbol): Remove declaration.
    	* d-lang.c (d_demangle): Use gdb_demangle to demangle D symbols.
    	* d-support.c: Remove file.
    
    gdb/testsuite/ChangeLog
    
    	* gdb.dlang/demangle.exp: Update for demangling changes.

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

Summary of changes:
 gdb/ChangeLog                        |    8 +
 gdb/Makefile.in                      |    3 +-
 gdb/d-lang.c                         |   36 +--
 gdb/d-lang.h                         |    4 -
 gdb/d-support.c                      |  621 ----------------------------------
 gdb/testsuite/ChangeLog              |    4 +
 gdb/testsuite/gdb.dlang/demangle.exp |    8 +-
 7 files changed, 20 insertions(+), 664 deletions(-)
 delete mode 100644 gdb/d-support.c


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]