public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  gbenson/rtld-probes: Allow non-empty annexes through
@ 2013-03-07 17:04 gary
  0 siblings, 0 replies; only message in thread
From: gary @ 2013-03-07 17:04 UTC (permalink / raw)
  To: archer-commits

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-07 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-07 17:04 [SCM] gbenson/rtld-probes: Allow non-empty annexes through gary

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).