public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: hjl@sourceware.org
To: binutils-cvs@sourceware.org, gdb-cvs@sourceware.org,
	src-cvs@sourceware.org
Subject: gdb and binutils branch hjl/linux/master updated. 276bca85be232dccc4276f5079af0257e83d7eda
Date: Mon, 20 Jan 2014 15:38:00 -0000	[thread overview]
Message-ID: <20140120153823.29313.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, hjl/linux/master has been updated
       via  276bca85be232dccc4276f5079af0257e83d7eda (commit)
       via  12eac82991e1f035942bdad32216dcd144c0864d (commit)
       via  a52e54b1e7f2119fc2786b180185bd447359e397 (commit)
       via  cec2c50d38391e11f7116643450156560e5a1b91 (commit)
       via  e671835b7afc90b3ff201b79f07a6fb67797bc5c (commit)
       via  fa72205cb90527fd34753203993859907a53ead2 (commit)
       via  24ef1aa73ed312282bd1a755b3ac94681c9f1544 (commit)
       via  d7c85de1c3d15d7abf68212e4b18cd140dd3f397 (commit)
       via  50367cd2ada722ddf5bede594d8ed7631fcde5ab (commit)
       via  ec9f644ac9d154de4dde490bb1174be09c8fc540 (commit)
       via  94b1b47ee13476f376feddf808c63560c036cf1b (commit)
       via  6377854769ea85f2dd38aac9a9b11fded61245f3 (commit)
       via  3271ba660a6a8434b1ec32b88ba456e9287a89ac (commit)
       via  7f420862a712047fa2c0031ce42a28861ac43546 (commit)
       via  d36b3012940ae4cb24d19359e6781efa2d92db41 (commit)
      from  4f3432f9df5726aaea0d537569e9352d3c1c53e5 (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=276bca85be232dccc4276f5079af0257e83d7eda

commit 276bca85be232dccc4276f5079af0257e83d7eda
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jan 20 07:36:03 2014 -0800

    Add and apply binutils-pr16467.patch

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

commit 12eac82991e1f035942bdad32216dcd144c0864d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jan 20 07:23:02 2014 -0800

    Update binutils-lto-mixed.patch against master

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

commit a52e54b1e7f2119fc2786b180185bd447359e397
Merge: 4f3432f cec2c50
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jan 20 06:37:57 2014 -0800

    Merge remote-tracking branch 'origin/master' into hjl/linux/master

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

Summary of changes:
 bfd/version.h                               |    2 +-
 gdb/ChangeLog                               |   54 +++
 gdb/MAINTAINERS                             |    1 +
 gdb/Makefile.in                             |    3 +-
 gdb/d-lang.c                                |  367 ++++++++++-------
 gdb/d-lang.h                                |   44 ++
 gdb/d-support.c                             |  621 +++++++++++++++++++++++++++
 gdb/gdbserver/ChangeLog                     |    5 +
 gdb/gdbserver/linux-xtensa-low.c            |    2 +-
 gdb/symtab.c                                |    7 +
 gdb/testsuite/ChangeLog                     |   17 +
 gdb/testsuite/Makefile.in                   |    2 +-
 gdb/testsuite/configure                     |    3 +-
 gdb/testsuite/configure.ac                  |    3 +-
 gdb/testsuite/gdb.dlang/Makefile.in         |   15 +
 gdb/testsuite/gdb.dlang/demangle.exp        |  206 +++++++++
 gdb/testsuite/gdb.dlang/primitive-types.exp |   61 +++
 gdb/testsuite/lib/d-support.exp             |   34 ++
 gdb/testsuite/lib/gdb.exp                   |    6 +
 gdb/xtensa-linux-nat.c                      |    1 +
 ld/ChangeLog                                |   36 ++
 ld/emultempl/aarch64elf.em                  |    4 +-
 ld/emultempl/aix.em                         |    2 +-
 ld/emultempl/armelf.em                      |    4 +-
 ld/emultempl/hppaelf.em                     |    4 +-
 ld/emultempl/m68hc1xelf.em                  |    4 +-
 ld/emultempl/metagelf.em                    |    4 +-
 ld/emultempl/mipself.em                     |    5 +-
 ld/emultempl/ppc64elf.em                    |    4 +-
 ld/emultempl/spuelf.em                      |    5 +-
 ld/ldexp.c                                  |   31 +-
 ld/ldlang.c                                 |   86 ++---
 ld/ldlang.h                                 |    9 +-
 ld/testsuite/ChangeLog                      |   17 +
 ld/testsuite/ld-elf/pr2404.out              |    4 +
 ld/testsuite/ld-elf/pr2404a.c               |   10 +
 ld/testsuite/ld-elf/pr2404b.c               |   21 +
 ld/testsuite/ld-elf/shared.exp              |    9 +
 ld/testsuite/ld-scripts/expr.exp            |    1 +
 ld/testsuite/ld-scripts/pr14962-2.d         |   10 +
 ld/testsuite/ld-scripts/pr14962-2.t         |   11 +
 patches/README                              |    1 +
 patches/binutils-lto-mixed.patch            |   82 ++--
 patches/binutils-pr16467.patch              |  234 ++++++++++
 44 files changed, 1773 insertions(+), 279 deletions(-)
 create mode 100644 gdb/d-support.c
 create mode 100644 gdb/testsuite/gdb.dlang/Makefile.in
 create mode 100644 gdb/testsuite/gdb.dlang/demangle.exp
 create mode 100644 gdb/testsuite/gdb.dlang/primitive-types.exp
 create mode 100644 gdb/testsuite/lib/d-support.exp
 create mode 100644 ld/testsuite/ld-elf/pr2404.out
 create mode 100644 ld/testsuite/ld-elf/pr2404a.c
 create mode 100644 ld/testsuite/ld-elf/pr2404b.c
 create mode 100644 ld/testsuite/ld-scripts/pr14962-2.d
 create mode 100644 ld/testsuite/ld-scripts/pr14962-2.t
 create mode 100644 patches/binutils-pr16467.patch


hooks/post-receive
-- 
gdb and binutils


                 reply	other threads:[~2014-01-20 15:38 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=20140120153823.29313.qmail@sourceware.org \
    --to=hjl@sourceware.org \
    --cc=binutils-cvs@sourceware.org \
    --cc=gdb-cvs@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).