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. 419909418aa11876355005f85dca8c0dfd6ee465
Date: Thu, 23 Jan 2014 17:05:00 -0000	[thread overview]
Message-ID: <20140123170532.23004.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  419909418aa11876355005f85dca8c0dfd6ee465 (commit)
       via  b7ee069f3d1045b67de287b9a7fb6aa1e54c1f1d (commit)
       via  d923cae027fb7f86d6b684c9084c5521fef0ed56 (commit)
       via  83b645b833a4c137441b2ba1c03206371b28c9db (commit)
       via  0740f8d82dd18e48d1531c8d86b531341fc9e099 (commit)
       via  21909fa1c6d934bfa0c7ad3ef95909db48f6f756 (commit)
       via  17fde6d091a9a661119d152e2304012de5fce056 (commit)
       via  f5a027733231f3af637a0cdcc0aaaa8c7870902d (commit)
       via  3d426a9e38bf2806468f6983f307610ad8548342 (commit)
       via  87ce2a04c53fa7bb4fff50a41e45c0b29af06dae (commit)
      from  47a49d864c32681493ef47342490874dd6a22356 (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=419909418aa11876355005f85dca8c0dfd6ee465

commit 419909418aa11876355005f85dca8c0dfd6ee465
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Jan 23 09:03:31 2014 -0800

    Remove binutils-pr16498.patch
    
    The bfd change has been upstreamed.

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

commit b7ee069f3d1045b67de287b9a7fb6aa1e54c1f1d
Merge: 47a49d8 d923cae
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Jan 23 09:01:10 2014 -0800

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

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

Summary of changes:
 bfd/ChangeLog                                  |    6 +
 bfd/elf.c                                      |   26 +-
 bfd/version.h                                  |    2 +-
 gdb/ChangeLog                                  |   30 ++
 gdb/NEWS                                       |    8 +
 gdb/doc/ChangeLog                              |    5 +
 gdb/doc/gdb.texinfo                            |   39 ++
 gdb/gdbserver/ChangeLog                        |   47 ++
 gdb/gdbserver/Makefile.in                      |    4 +-
 gdb/gdbserver/config.in                        |    3 +
 gdb/gdbserver/configure                        |    2 +-
 gdb/gdbserver/configure.ac                     |    2 +-
 gdb/gdbserver/debug.c                          |   98 ++++
 gdb/gdbserver/debug.h                          |   55 +++
 gdb/gdbserver/gdbthread.h                      |    2 +-
 gdb/gdbserver/linux-aarch64-low.c              |    2 +-
 gdb/gdbserver/linux-arm-low.c                  |    2 +-
 gdb/gdbserver/linux-cris-low.c                 |    2 +-
 gdb/gdbserver/linux-crisv32-low.c              |    2 +-
 gdb/gdbserver/linux-low.c                      |  579 +++++++++++++-----------
 gdb/gdbserver/linux-m32r-low.c                 |    2 +-
 gdb/gdbserver/linux-sparc-low.c                |    2 +-
 gdb/gdbserver/linux-x86-low.c                  |    4 +-
 gdb/gdbserver/mem-break.c                      |   94 ++---
 gdb/gdbserver/remote-utils.c                   |    6 +-
 gdb/gdbserver/server.c                         |  159 ++++++-
 gdb/gdbserver/server.h                         |    2 +-
 gdb/gdbserver/thread-db.c                      |   28 +-
 gdb/gdbserver/tracepoint.c                     |   17 +-
 gdb/python/lib/gdb/FrameDecorator.py           |   12 +-
 gdb/python/py-framefilter.c                    |   14 +-
 gdb/target.c                                   |    8 +-
 gdb/testsuite/ChangeLog                        |   18 +
 gdb/testsuite/gdb.python/py-framefilter-mi.exp |    4 +-
 gdb/testsuite/gdb.python/py-framefilter.exp    |   11 +
 gdb/testsuite/gdb.python/py-framefilter.py     |   25 +-
 gdb/testsuite/gdb.server/server-mon.exp        |    4 +
 patches/README                                 |    1 -
 patches/binutils-pr16498.patch                 |  134 ------
 39 files changed, 924 insertions(+), 537 deletions(-)
 create mode 100644 gdb/gdbserver/debug.c
 create mode 100644 gdb/gdbserver/debug.h
 delete mode 100644 patches/binutils-pr16498.patch


hooks/post-receive
-- 
gdb and binutils


                 reply	other threads:[~2014-01-23 17:05 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=20140123170532.23004.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).