public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: gary@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  gbenson/rtld-probes: Allow non-empty annexes through
Date: Thu, 07 Mar 2013 17:04:00 -0000	[thread overview]
Message-ID: <20130307170432.2187.qmail@sourceware.org> (raw)

The branch, gbenson/rtld-probes has been updated
       via  9ffc4944851dd6cb0fcc51ac82f8bb74a1a4dcad (commit)
      from  642aef84879efa927f7b94b72b30e15b8686b3da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 9ffc4944851dd6cb0fcc51ac82f8bb74a1a4dcad
Author: Gary Benson <gbenson@redhat.com>
Date:   Thu Mar 7 17:05:37 2013 +0000

    Allow non-empty annexes through

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

Summary of changes:
 gdb/gdbserver/server.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c
index f496374..39fdaf7 100644
--- a/gdb/gdbserver/server.c
+++ b/gdb/gdbserver/server.c
@@ -1029,8 +1029,7 @@ handle_qxfer_libraries_svr4 (const char *annex,
   if (writebuf != NULL)
     return -2;
 
-  if (annex[0] != '\0' || !target_running ()
-      || the_target->qxfer_libraries_svr4 == NULL)
+  if (!target_running () || the_target->qxfer_libraries_svr4 == NULL)
     return -1;
 
   return the_target->qxfer_libraries_svr4 (annex, readbuf, writebuf, offset, len);


hooks/post-receive
--
Repository for Project Archer.


                 reply	other threads:[~2013-03-07 17:04 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=20130307170432.2187.qmail@sourceware.org \
    --to=gary@sourceware.org \
    --cc=archer-commits@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).