From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23792 invoked by alias); 8 Nov 2013 18:37:21 -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 3620 invoked by uid 306); 8 Nov 2013 18:16:23 -0000 Date: Fri, 08 Nov 2013 18:37:00 -0000 Message-ID: <20131108181620.3513.qmail@sourceware.org> From: tromey@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. e78e02e6d91ee2ec3c3d1c560366089dfbafab2c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d56da83e58816c45a4bc70503776a6e62a66bf89 X-Git-Newrev: e78e02e6d91ee2ec3c3d1c560366089dfbafab2c X-SW-Source: 2013-q4/txt/msg00089.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 e78e02e6d91ee2ec3c3d1c560366089dfbafab2c (commit) via 2440009db092007cf200401fe1b1c8c10fd41b94 (commit) via 9aaf2a7e2c00987677b06bedda07c8b4f1445c70 (commit) via 880b18d10d614200d3e2ed2ce5270a711c9d327a (commit) via 522e3d71c8fc8ba78ee45fc3ae7e8aebcdc90526 (commit) via 689a1abf0dba1f5353039a5625411c6c41098d3a (commit) via eec6550343414e9ebf12885533609c1ba9b397f1 (commit) via cb49a9e15e705021a3d9ef9ea114fd893a8f756e (commit) via 9548bbede51868a9a780d7d21ae16ac13e8bdf9b (commit) via ae6da67e35733eb8be443ae46ca9a24f8037a75d (commit) via a903d6ac5a79c1fb390b9b833c891c0544502cfe (commit) via 36cff971e29987ed61e86891c77d28158c20b090 (commit) from d56da83e58816c45a4bc70503776a6e62a66bf89 (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=e78e02e6d91ee2ec3c3d1c560366089dfbafab2c commit e78e02e6d91ee2ec3c3d1c560366089dfbafab2c Author: tschwinge Date: Thu Nov 7 18:09:31 2013 +0000 * Makefile.in: Regenerate. Follow-up to r204173. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204536 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2440009db092007cf200401fe1b1c8c10fd41b94 commit 2440009db092007cf200401fe1b1c8c10fd41b94 Author: tschwinge Date: Thu Nov 7 15:08:10 2013 +0000 * Makefile.tpl: Fix typo. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204520 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9aaf2a7e2c00987677b06bedda07c8b4f1445c70 commit 9aaf2a7e2c00987677b06bedda07c8b4f1445c70 Author: bviyer Date: Tue Nov 5 14:43:37 2013 +0000 Disable libcilkrts when C++ is not used. 2013-11-04 Balaji V. Iyer * configure.ac: Added libcilkrts to noconfig list when C++ is not supported. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204396 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=880b18d10d614200d3e2ed2ce5270a711c9d327a commit 880b18d10d614200d3e2ed2ce5270a711c9d327a Author: jason Date: Wed Oct 30 17:30:05 2013 +0000 / * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass --disable-build-format-warnings. gcc/ * configure.ac (loose_warn): Add -Wno-format if --disable-build-format-warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204217 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=522e3d71c8fc8ba78ee45fc3ae7e8aebcdc90526 commit 522e3d71c8fc8ba78ee45fc3ae7e8aebcdc90526 Author: bviyer Date: Tue Oct 29 18:37:47 2013 +0000 Added Cilk runtime library (libcilkrts) into GCC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204173 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=689a1abf0dba1f5353039a5625411c6c41098d3a commit 689a1abf0dba1f5353039a5625411c6c41098d3a Author: glisse Date: Tue Oct 29 13:15:48 2013 +0000 2013-10-29 Marc Glisse PR tree-optimization/58689 include/ * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro. * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename, concat_copy): Mark with attributes nonnull(1) and returns_nonnull. (concat, reconcat, concat_copy2, choose_temp_base, xstrerror, xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init): Mark with attribute returns_nonnull. libiberty/ * concat.c: Remove note about xmalloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204159 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eec6550343414e9ebf12885533609c1ba9b397f1 commit eec6550343414e9ebf12885533609c1ba9b397f1 Author: gerald Date: Sun Oct 27 18:35:20 2013 +0000 * testsuite/test-demangle.c: Include unistd.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204107 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cb49a9e15e705021a3d9ef9ea114fd893a8f756e commit cb49a9e15e705021a3d9ef9ea114fd893a8f756e Author: law Date: Sat Oct 26 10:14:34 2013 +0000 * Makefile.def (target_modules): Remove libmudflap (languages): Remove check-target-libmudflap). * Makefile.in: Rebuilt. * Makefile.tpl (check-target-libmudflap-c++): Remove. * configure.ac (target_libraries): Remove target-libmudflap. Remove checks which disabled libmudflap on some systems. * configure: Rebuilt. * libmudflap: Directory removed. * Makefile.in (C_COMMON_OBJS): Remove tree-mudflap. (OBJS): Remove tree-nomudflap.o (GTFILES): Remove tree-mudflap.c * builtins.c (expand_builtin_alloc): Remove mudflap support. * gcc.c (MFWRAP_SPEC, MFLIB_SPEC): Likewise. (mfwrap_spec, mflib_spec): Likewise. (cpp_unique_options, cc1_options, static_specs): Likewise. * gimplify (gimplify_vla_decl, build_va_arg_indirect_ref): Likewise. * passes.def: Likewise. * toplev.c (compile_file, process_options): Likewise. * tree-inline.c (copy_tree_r): Likewise. * tree-pass.,h (make_pass_mudflap_1, make_pass_mudflap_2): Likewise. * varasm.c (make_decl_rtl, make_decl_rtl_for_debug): Likewise. (build_constant_desc, output_constant_def_contents): Likewise. (categorize_decl_for_section): Likewise. * tree-mudflap.c: Removed. * tree-mudflap.h: Removed. * tree-nomudflap.c: Removed. * bfin/uclinux.h (MFWRAP_SPEC): Remove. * moxie/uclinux.h (MFWRAP_SPEC): Likewise. * rs6000/aix.h (MFWRAP_SPEC, MFLIB_SPEC): Likewise. * config/sol2.h (MFLIB_SPEC): Likewise. * doc/install.texi: Remove mudflap references. * doc/passes.texi: Similarly. * doc/sourcebuild.texi: Similarly. * doc/invoke.texi: Remove mudlfap related options. * c-family/c-common.c (c_define_builtins): Remove mudflap support. * c-family/c.opt: Ignore and warn for mudflap options. * g++.dg/torture/pr49309.C: Removed. * gcc.dg/dfp/pr35739.c: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204090 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9548bbede51868a9a780d7d21ae16ac13e8bdf9b commit 9548bbede51868a9a780d7d21ae16ac13e8bdf9b Author: gary Date: Fri Oct 25 13:56:51 2013 +0000 libiberty/ 2013-10-25 Gary Benson * cp-demangle.c (struct d_saved_scope): New structure. (struct d_print_info): New fields saved_scopes and num_saved_scopes. (d_print_init): Initialize the above. (d_print_free): New function. (cplus_demangle_print_callback): Call the above. (d_copy_templates): New function. (d_print_comp): New variables saved_templates and need_template_restore. [DEMANGLE_COMPONENT_REFERENCE, DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first time the component is traversed, and use the captured scope for subsequent traversals. * testsuite/demangle-expected: Add regression test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204068 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ae6da67e35733eb8be443ae46ca9a24f8037a75d commit ae6da67e35733eb8be443ae46ca9a24f8037a75d Author: gerald Date: Wed Oct 23 21:31:45 2013 +0000 * testsuite/test-expandargv.c: Include unistd.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203993 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a903d6ac5a79c1fb390b9b833c891c0544502cfe commit a903d6ac5a79c1fb390b9b833c891c0544502cfe Author: gerald Date: Wed Oct 23 21:30:54 2013 +0000 Fix up ChangeLog entries (name, e-mail, formatting, otherwise). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203992 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=36cff971e29987ed61e86891c77d28158c20b090 commit 36cff971e29987ed61e86891c77d28158c20b090 Author: sterling Date: Tue Oct 22 18:12:28 2013 +0000 2013-10-22 Sterling Augustine * gdb/gdb-index.h: Merge from gdb tree. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203931 138bc75d-0d04-0410-961f-82ee72b054a4 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 40 ++- Makefile.def | 7 +- Makefile.in | 988 ++++++++++++++++----------------- Makefile.tpl | 13 +- configure | 39 +- configure.ac | 36 +- include/ChangeLog | 20 +- include/ansidecl.h | 9 + include/gdb/gdb-index.h | 4 +- include/libiberty.h | 34 +- libiberty/ChangeLog | 36 ++- libiberty/concat.c | 16 +- libiberty/cp-demangle.c | 131 +++++- libiberty/testsuite/demangle-expected | 3 + libiberty/testsuite/test-demangle.c | 3 + libiberty/testsuite/test-expandargv.c | 3 + 16 files changed, 798 insertions(+), 584 deletions(-) hooks/post-receive -- gdb and binutils