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. 935252a9f617b86556e5886ac84869c83de20564
Date: Mon, 18 Nov 2013 17:57:00 -0000	[thread overview]
Message-ID: <20131118175726.843.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  935252a9f617b86556e5886ac84869c83de20564 (commit)
       via  d0b5971ae7b8709c28a7a1638413426d8749d976 (commit)
       via  4b4589ada7e88f2f36d264a173d95ed5994b3acb (commit)
       via  176f037c0f8203305c2a1bde4fae1dfbb483af1e (commit)
       via  18cf6de4004b9eaa1a2c0be8dd03523fd60991d1 (commit)
       via  a203d9b72fc2bc37992e0f0e3f2b7f0d9abdd0bd (commit)
       via  422ad5c296aa6e03596684d6fb40ff10c66ca757 (commit)
       via  0e7c43d8ec7f4f77cf06ce6e254f8f575d3a9aa2 (commit)
       via  c33205431ae179ed500f2840759a7624af1a23d4 (commit)
       via  b13704181fe2e5d89f95342d9a173df8b9a1a34c (commit)
       via  2acaf6f952bde5cb54ba172f0ca91bd27eeb6b6c (commit)
       via  ee4a1c63da74e471433dc6773108eceadef0315d (commit)
       via  75468c93c14e9f14dd9020712538c5303a455876 (commit)
       via  650948f9dcb6428693c9d7046c51f3234e3d7eb9 (commit)
       via  caeba11c8373b9eae02f65cf17633fd728d77437 (commit)
       via  6ec41e1e1d6dba58a520f75b8ae59285119b225f (commit)
       via  6ea71545c3a28206cd3eea1bb9e7155ee8952952 (commit)
       via  bb81b736af76774d76ca6adb8e7ba245b030a7d9 (commit)
       via  8467a2fd5569f7345c025ca94467f50cd329560d (commit)
       via  391d3400084c6a2d805cd0efd925f29347fa7a18 (commit)
       via  19a1b230f33dbcfa54cd1a9f88c2d5158f833f6f (commit)
       via  e092da29031a5a5a74beb1d671da98d55fff6ebd (commit)
       via  805e1f190887b3b7dea3fd157d58bc25effcf688 (commit)
      from  2ba248c5d7bc6615f019962f7e6effc7dca4d910 (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=935252a9f617b86556e5886ac84869c83de20564

commit 935252a9f617b86556e5886ac84869c83de20564
Merge: 2ba248c d0b5971
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Nov 18 05:42:10 2013 -0800

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

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

Summary of changes:
 bfd/ChangeLog                                |   24 ++++++++++
 bfd/bfd-in2.h                                |    2 +
 bfd/elf32-i386.c                             |    2 +-
 bfd/elf64-x86-64.c                           |   30 +++++++++++--
 bfd/libbfd.h                                 |    2 +
 bfd/reloc.c                                  |    4 ++
 bfd/version.h                                |    2 +-
 gas/ChangeLog                                |   49 +++++++++++++++++++++
 gas/config/tc-aarch64.c                      |   10 ++--
 gas/config/tc-i386-intel.c                   |    4 +-
 gas/config/tc-i386.c                         |   55 ++++++++++++++++++------
 gas/testsuite/ChangeLog                      |   38 ++++++++++++++++
 gas/testsuite/gas/aarch64/sysreg.d           |    2 +
 gas/testsuite/gas/aarch64/sysreg.s           |    3 +
 gas/testsuite/gas/i386/i386.exp              |    2 +
 gas/testsuite/gas/i386/x86-64-mpx-branch-1.d |   28 ++++++++++++
 gas/testsuite/gas/i386/x86-64-mpx-branch-1.s |   18 ++++++++
 gas/testsuite/gas/i386/x86-64-mpx-branch-2.d |   28 ++++++++++++
 gas/testsuite/gas/i386/x86-64-mpx-branch-2.s |   18 ++++++++
 gdb/ChangeLog                                |   54 +++++++++++++++++++++++
 gdb/NEWS                                     |    2 +-
 gdb/c-exp.y                                  |   53 +++++++++++++++--------
 gdb/doc/ChangeLog                            |   11 +++++
 gdb/doc/gdb.texinfo                          |   26 +++++++++--
 gdb/dwarf2-frame.c                           |   16 +++----
 gdb/dwarf2expr.c                             |   10 +++--
 gdb/dwarf2expr.h                             |    2 +-
 gdb/dwarf2loc.c                              |   13 +++---
 gdb/mi/mi-main.c                             |    1 +
 gdb/sparc-tdep.c                             |   31 +++++++++++++
 gdb/sparc-tdep.h                             |    2 +
 gdb/sparc64-linux-tdep.c                     |   47 ++++++++++++++++++++
 gdb/testsuite/ChangeLog                      |   47 ++++++++++++++++++++
 gdb/testsuite/gdb.ada/info_exc.exp           |   17 +++++--
 gdb/testsuite/gdb.ada/info_exc/const.ads     |    2 +-
 gdb/testsuite/gdb.ada/info_exc/foo.adb       |    2 +-
 gdb/testsuite/gdb.ada/mi_exc_info.exp        |   15 ++++--
 gdb/testsuite/gdb.ada/mi_exc_info/const.ads  |    2 +-
 gdb/testsuite/gdb.ada/mi_exc_info/foo.adb    |    2 +-
 gdb/testsuite/gdb.cp/filename.cc             |   36 +++++++++++++++
 gdb/testsuite/gdb.cp/filename.exp            |   33 ++++++++++++++
 gdb/testsuite/gdb.cp/includefile             |   18 ++++++++
 gdb/testsuite/gdb.mi/mi-console.exp          |   57 ++++++++++++++++++++++--
 gdb/testsuite/gdb.mi/mi-language.exp         |    6 +++
 gdb/testsuite/lib/mi-support.exp             |   31 ++++++++++---
 include/elf/ChangeLog                        |    4 ++
 include/elf/x86-64.h                         |    4 ++
 include/opcode/ChangeLog                     |   14 ++++++
 ld/testsuite/ChangeLog                       |   10 ++++
 ld/testsuite/ld-x86-64/mpx.exp               |   60 ++++++++++++++++++++++++++
 ld/testsuite/ld-x86-64/mpx1.out              |    2 +
 ld/testsuite/ld-x86-64/mpx1a.c               |    7 +++
 ld/testsuite/ld-x86-64/mpx1a.rd              |    3 +
 ld/testsuite/ld-x86-64/mpx1b.c               |    7 +++
 ld/testsuite/ld-x86-64/mpx1c.c               |   10 ++++
 ld/testsuite/ld-x86-64/mpx1c.rd              |    3 +
 libiberty/ChangeLog                          |   15 ++++--
 libiberty/cp-demangle.c                      |   10 +++--
 opcodes/ChangeLog                            |   25 +++++++++++
 opcodes/mips-opc.c                           |    4 +-
 60 files changed, 927 insertions(+), 108 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/x86-64-mpx-branch-1.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-mpx-branch-1.s
 create mode 100644 gas/testsuite/gas/i386/x86-64-mpx-branch-2.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-mpx-branch-2.s
 create mode 100644 gdb/testsuite/gdb.cp/filename.cc
 create mode 100644 gdb/testsuite/gdb.cp/filename.exp
 create mode 100644 gdb/testsuite/gdb.cp/includefile
 create mode 100644 ld/testsuite/ld-x86-64/mpx.exp
 create mode 100644 ld/testsuite/ld-x86-64/mpx1.out
 create mode 100644 ld/testsuite/ld-x86-64/mpx1a.c
 create mode 100644 ld/testsuite/ld-x86-64/mpx1a.rd
 create mode 100644 ld/testsuite/ld-x86-64/mpx1b.c
 create mode 100644 ld/testsuite/ld-x86-64/mpx1c.c
 create mode 100644 ld/testsuite/ld-x86-64/mpx1c.rd


hooks/post-receive
-- 
gdb and binutils


                 reply	other threads:[~2013-11-18 17:57 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=20131118175726.843.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).