public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: tromey@sourceware.org
To: src-cvs@sourceware.org
Subject: gdb and binutils branch master updated. 91662bad25e6367e37b15c17ed1bca2a72b9c090
Date: Thu, 08 May 2014 16:20:00 -0000	[thread overview]
Message-ID: <20140508162056.17514.qmail@sourceware.org> (raw)

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  91662bad25e6367e37b15c17ed1bca2a72b9c090 (commit)
       via  3f48575af8379567edcc1d6f7fb25c14237cbf30 (commit)
       via  c3c3c691f2d56953d81a2a7da214623d8aef857c (commit)
       via  81ad11e32c40b9d53e578054e2885087f347c337 (commit)
       via  201f096fea34784b34e9084bd18e30097c273c9b (commit)
       via  730af8ee0203fc0061f0adbb501f8e773f738aab (commit)
       via  a2d010462ce99a4fc79fb19c31915f86fafeea43 (commit)
       via  10fe779dd24e3809070b5b634214a9c7d8b11814 (commit)
       via  abca8d871a6f8f4d7f9762133e1af637869da1bb (commit)
       via  68d122bb0e4b298ce302c15e0cd1b574727c4f86 (commit)
       via  8458514f6aa55ed139c0d28c6822ef98bc9f3497 (commit)
       via  a18138132bd35df3ebbcc6d39091c6e713892b53 (commit)
      from  f989a1c8ec5d25586c937cc39948b032e07cf1c0 (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=91662bad25e6367e37b15c17ed1bca2a72b9c090

commit 91662bad25e6367e37b15c17ed1bca2a72b9c090
Author: gary <gary@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu May 8 09:13:44 2014 +0000

    libiberty/ 2014-05-08 Gary Benson <gbenson@redhat.com>
    
    	* cp-demangle.c (struct d_component_stack): New structure.
    	(struct d_print_info): New field component_stack.
    	(d_print_init): Initialize the above.
    	(d_print_comp_inner): Renamed from d_print_comp.
    	Do not restore template stack if it would cause a loop.
    	(d_print_comp): New function.
    	* testsuite/demangle-expected: New test cases.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210205 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3f48575af8379567edcc1d6f7fb25c14237cbf30

commit 3f48575af8379567edcc1d6f7fb25c14237cbf30
Author: jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Apr 17 12:25:25 2014 +0000

    PR sanitizer/56781 lto-plugin/ * Makefile.am (CFLAGS, LDFLAGS): Filter out -fsanitize=address. (liblto_plugin_la_LIBADD, liblto_plugin_la_LDFLAGS, liblto_plugin_la_DEPENDENCIES): Prefer ../libiberty/noasan/libiberty.a over ../libiberty/pic/libiberty.a if the former exists. * Makefile.in: Regenerated. libiberty/ * maint-tool: Also emit rule for noasan/ subdirectory. * configure.ac (NOASANFLAG): Set and substitute. * Makefile.in: Regenerated. (NOASANFLAG): Set. (all, $(TARGETLIB), mostlyclean): Handle noasan subdir like pic subdir. (stamp-noasandir): New goal. * configure: Regenerated.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209476 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c3c3c691f2d56953d81a2a7da214623d8aef857c

commit c3c3c691f2d56953d81a2a7da214623d8aef857c
Author: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Apr 1 07:45:48 2014 +0000

    2014-04-01 Richard Biener <rguenther@suse.de>
    
    	libiberty/
    	* simple-object.c (simple_object_internal_write): Handle
    	EINTR and short writes.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208972 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=81ad11e32c40b9d53e578054e2885087f347c337

commit 81ad11e32c40b9d53e578054e2885087f347c337
Author: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 28 14:05:49 2014 +0000

    2014-03-28 Richard Biener <rguenther@suse.de>
    
    	libiberty/
    	* simple-object.c (simple_object_internal_read): Handle
    	EINTR and short reads.
    
    	lto-plugin/
    	* lto-plugin.c (process_symtab): Handle EINTR and short reads.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208898 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=201f096fea34784b34e9084bd18e30097c273c9b

commit 201f096fea34784b34e9084bd18e30097c273c9b
Author: jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 26 09:19:44 2014 +0000

    PR sanitizer/56781 * Makefile.def: Set bootstrap=true; for host fixincludes. * configure.ac: Don't bootstrap host fixincludes unless --with-build-config=bootstrap-{a,ub}san. * Makefile.in: Regenerated. * configure: Regenerated.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208842 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=730af8ee0203fc0061f0adbb501f8e773f738aab

commit 730af8ee0203fc0061f0adbb501f8e773f738aab
Author: jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 21 07:16:06 2014 +0000

    * configure.ac: Move BUILD_CONFIG set up earlier. Add --enable-vtable-verify option parsing. Don't add target-libsanitizer to bootstrap_target_libs unless --with-build-config=bootstrap-asan or --with-build-config=bootstrap-ubsan. Don't add target-libvtv to bootstrap_target_libs unless --enable-vtable-verify. * configure: Regenerated.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208745 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a2d010462ce99a4fc79fb19c31915f86fafeea43

commit a2d010462ce99a4fc79fb19c31915f86fafeea43
Author: uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 13 22:04:07 2014 +0000

    * regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void).
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208558 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=10fe779dd24e3809070b5b634214a9c7d8b11814

commit 10fe779dd24e3809070b5b634214a9c7d8b11814
Author: uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 13 18:34:47 2014 +0000

    * regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast the call to memcpy to (void) to avoid unused value warnings.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208553 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=abca8d871a6f8f4d7f9762133e1af637869da1bb

commit abca8d871a6f8f4d7f9762133e1af637869da1bb
Author: jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 7 12:58:27 2014 +0000

    PR bootstrap/58572 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of -I for libstdc++-v3 includes if $(LEAN). * Makefile.in: Regenerated.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208400 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=68d122bb0e4b298ce302c15e0cd1b574727c4f86

commit 68d122bb0e4b298ce302c15e0cd1b574727c4f86
Author: walt <walt@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Feb 24 15:08:00 2014 +0000

    TILE-Gx big endian support.
    
    /:
    	* configure.ac (tilepro-*-*) Change to tilepro*-*-*.
    	(tilegx-*-*): Change to tilegx*-*-*.
    	* configure: Regenerate.
    
    contrib/:
    	* config-list.mk (LIST): Add tilegxbe-linux-gnu.
    
    libcpp/:
    	* configure.ac: Change "tilepro" triplet to "tilepro*".
    	* configure: Regenerate.
    
    libgcc/:
    	* config.host: Support "tilegx*" and "tilepro*" triplets.
    	* config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
    	* config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.
    
    gcc/:
    	* config.gcc (tilepro-*-*): Change to tilepro*-*-*.
    	(tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
    	triplet.
    	* common/config/tilegx/tilegx-common.c
    	(TARGET_DEFAULT_TARGET_FLAGS): Define.
    	* config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
    	(LINK_SPEC): Ditto.
    	* config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
    	* config/tilegx/tilegx.c (tilegx_return_in_msb): New.
    	(tilegx_gimplify_va_arg_expr): Handle big endian.
    	(tilegx_expand_unaligned_load): Ditto.
    	(tilegx_expand_unaligned_store): Ditto.
    	(TARGET_RETURN_IN_MSB): New.
    	* config/tilegx/tilegx.h (TARGET_DEFAULT): New.
    	(TARGET_ENDIAN_DEFAULT): New.
    	(TARGET_BIG_ENDIAN): Handle big endian.
    	(BYTES_BIG_ENDIAN): Ditto.
    	(WORDS_BIG_ENDIAN): Ditto.
    	(FLOAT_WORDS_BIG_ENDIAN): Ditto.
    	(ENDIAN_SPEC): New.
    	(EXTRA_SPECS): New.
    	* config/tilegx/tilegx.md (extv): Handle big endian.
    	(extzv): Ditto.
    	(insn_st<n>): Ditto.
    	(insn_st<n>_add<bitsuffix>): Ditto.
    	(insn_stnt<n>): Ditto.
    	(insn_stnt<n>_add<bitsuffix>):Ditto.
    	(vec_interleave_highv8qi): Handle big endian.
    	(vec_interleave_highv8qi_be): New.
    	(vec_interleave_highv8qi_le): New.
    	(insn_v1int_h): Handle big endian.
    	(vec_interleave_lowv8qi): Handle big endian.
    	(vec_interleave_lowv8qi_be): New.
    	(vec_interleave_lowv8qi_le): New.
    	(insn_v1int_l): Handle big endian.
    	(vec_interleave_highv4hi): Handle big endian.
    	(vec_interleave_highv4hi_be): New.
    	(vec_interleave_highv4hi_le): New.
    	(insn_v2int_h): Handle big endian.
    	(vec_interleave_lowv4hi): Handle big endian.
    	(vec_interleave_lowv4hi_be): New.
    	(vec_interleave_lowv4hi_le): New.
    	(insn_v2int_l): Handle big endian.
    	(vec_interleave_highv2si): Handle big endian.
    	(vec_interleave_highv2si_be): New.
    	(vec_interleave_highv2si_le): New.
    	(insn_v4int_h): Handle big endian.
    	(vec_interleave_lowv2si): Handle big endian.
    	(vec_interleave_lowv2si_be): New.
    	(vec_interleave_lowv2si_le): New.
    	(insn_v4int_l): Handle big endian.
    	* config/tilegx/tilegx.opt (mbig-endian): New option.
    	(mlittle-endian): New option.
    	* doc/install.texi: Document tilegxbe-linux.
    	* doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208069 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8458514f6aa55ed139c0d28c6822ef98bc9f3497

commit 8458514f6aa55ed139c0d28c6822ef98bc9f3497
Author: tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jan 28 19:06:44 2014 +0000

    Avoid "'dc' may be uninitialized" warning.
    
    	libiberty/
    	* cp-demangle.c (d_demangle_callback): Put an abort call in place,
    	to help the compiler.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207200 138bc75d-0d04-0410-961f-82ee72b054a4

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a18138132bd35df3ebbcc6d39091c6e713892b53

commit a18138132bd35df3ebbcc6d39091c6e713892b53
Author: mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jan 23 19:04:29 2014 +0000

    PR c/59871 c/ * c-typeck.c (build_compound_expr): Warn even for right-hand operand of a comma expression. (emit_side_effect_warnings): Likewise. libdecnumber/ * decNumberLocal.h (UBFROMUS, UBFROMUI): Remove last argument. testsuite/ * gcc.dg/20020220-2.c: Adjust dg-warning message. * gcc.dg/pr59871.c: New test.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207002 138bc75d-0d04-0410-961f-82ee72b054a4

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

Summary of changes:
 ChangeLog                             |   32 ++
 Makefile.def                          |    2 +-
 Makefile.in                           |  553 ++++++++++++++++++++++++++++++++-
 Makefile.tpl                          |    6 +-
 configure                             |  143 +++++----
 configure.ac                          |  128 +++++---
 libdecnumber/ChangeLog                |    5 +
 libdecnumber/decNumberLocal.h         |    7 +-
 libiberty/ChangeLog                   |   43 +++
 libiberty/Makefile.in                 |  384 ++++++++++++++++++++++-
 libiberty/configure                   |    7 +
 libiberty/configure.ac                |    6 +
 libiberty/cp-demangle.c               |   64 ++++-
 libiberty/maint-tool                  |    5 +-
 libiberty/regex.c                     |    6 +-
 libiberty/simple-object.c             |   50 ++-
 libiberty/testsuite/demangle-expected |   26 ++
 17 files changed, 1299 insertions(+), 168 deletions(-)


hooks/post-receive
-- 
gdb and binutils


                 reply	other threads:[~2014-05-08 16:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140508162056.17514.qmail@sourceware.org \
    --to=tromey@sourceware.org \
    --cc=src-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).