From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23001 invoked by alias); 6 Jan 2014 18:45:07 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 22841 invoked by uid 9651); 6 Jan 2014 18:45:06 -0000 Date: Mon, 06 Jan 2014 18:45:00 -0000 Message-ID: <20140106184504.22800.qmail@sourceware.org> From: vapier@sourceware.org To: binutils-cvs@sourceware.org, src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 369be6981b26787b2685e3b8c6da779dae8ce35f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 78f47043ff0654e832d6ac9aa96c9d0819739483 X-Git-Newrev: 369be6981b26787b2685e3b8c6da779dae8ce35f X-SW-Source: 2014-q1/txt/msg00004.txt.bz2 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 369be6981b26787b2685e3b8c6da779dae8ce35f (commit) via fd259167db97c2b453be8029dc8b6893899e8b4e (commit) via eafbc3bf7b4ae9d85c833037413239c45393d266 (commit) from 78f47043ff0654e832d6ac9aa96c9d0819739483 (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=369be6981b26787b2685e3b8c6da779dae8ce35f commit 369be6981b26787b2685e3b8c6da779dae8ce35f Author: Mike Frysinger Date: Mon Jan 6 18:15:31 2014 +0000 libiberty: fix --enable-install-libiberty flag [PR 56780] Commit 199570 fixed the --disable-install-libiberty behavior, but it also added a bug where the enable path never works because the initial clear of target_header_dir wasn't deleted. So we end up initializing properly at the top only to reset it at the end all the time. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206367 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fd259167db97c2b453be8029dc8b6893899e8b4e commit fd259167db97c2b453be8029dc8b6893899e8b4e Author: Gary Benson Date: Mon Jan 6 14:14:21 2014 +0000 libiberty: sync with gcc libiberty/ 2014-01-06 Gary Benson * cp-demangle.c (struct d_print_info): New fields next_saved_scope, copy_templates, next_copy_template and num_copy_templates. (d_count_templates): New function. (d_print_init): New parameter "dc". Estimate numbers of templates and scopes required. (d_print_free): Removed function. (cplus_demangle_print_callback): Allocate stack for templates and scopes. Removed call to d_print_free. (d_copy_templates): Removed function. (d_save_scope): New function. (d_get_saved_scope): Likewise. (d_print_comp): Replace state saving/restoring code with calls to d_save_scope and d_get_saved_scope. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206362 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eafbc3bf7b4ae9d85c833037413239c45393d266 commit eafbc3bf7b4ae9d85c833037413239c45393d266 Author: Bill Maddox Date: Mon Dec 23 17:49:47 2013 +0000 libiberty: sync with gcc PR c++/41090 Add -fdeclone-ctor-dtor. include/ * demangle.h (enum gnu_v3_ctor_kinds): Added literal gnu_v3_unified_ctor. (enum gnu_v3_ctor_kinds): Added literal gnu_v3_unified_dtor. libiberty/ * cp-demangle.c (cplus_demangle_fill_ctor,cplus_demangle_fill_dtor): Handle unified ctor/dtor. (d_ctor_dtor_name): Handle unified ctor/dtor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206182 138bc75d-0d04-0410-961f-82ee72b054a4 ----------------------------------------------------------------------- Summary of changes: include/ChangeLog | 7 ++ include/demangle.h | 8 ++ libiberty/ChangeLog | 29 +++++ libiberty/configure | 1 - libiberty/configure.ac | 1 - libiberty/cp-demangle.c | 274 ++++++++++++++++++++++++++++++++++++----------- 6 files changed, 257 insertions(+), 63 deletions(-) hooks/post-receive -- gdb and binutils