public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* gdb and binutils branch master updated. 369be6981b26787b2685e3b8c6da779dae8ce35f
@ 2014-01-06 18:45 vapier
  0 siblings, 0 replies; only message in thread
From: vapier @ 2014-01-06 18:45 UTC (permalink / raw)
  To: binutils-cvs, src-cvs

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 <vapier@gentoo.org>
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 <gbenson@redhat.com>
Date:   Mon Jan 6 14:14:21 2014 +0000

    libiberty: sync with gcc
    
    libiberty/ 2014-01-06 Gary Benson <gbenson@redhat.com>
    
    	* 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 <maddox@google.com>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-06 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-06 18:45 gdb and binutils branch master updated. 369be6981b26787b2685e3b8c6da779dae8ce35f vapier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).