public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-gbenson-stap-rtld: Tweak (thanks Jan!)
@ 2011-08-11 14:44 gary
  0 siblings, 0 replies; only message in thread
From: gary @ 2011-08-11 14:44 UTC (permalink / raw)
  To: archer-commits

The branch, archer-gbenson-stap-rtld has been updated
       via  902e91894fcaa61e9995024538dd86f1c8806e58 (commit)
      from  93e99af51164d7f2f329323e549d45764e9697b1 (commit)

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

- Log -----------------------------------------------------------------
commit 902e91894fcaa61e9995024538dd86f1c8806e58
Author: Gary Benson <gbenson@redhat.com>
Date:   Thu Aug 11 15:44:05 2011 +0100

    Tweak (thanks Jan!)

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

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

First 500 lines of diff:
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c
index 73cbe1c..8a08aef 100644
--- a/gdb/solib-svr4.c
+++ b/gdb/solib-svr4.c
@@ -118,7 +118,7 @@ static const struct probe_info probe_info[] =
   {"rtld_unmap_complete", 1},
 };
 
-#define NUM_PROBES (sizeof(probe_info) / sizeof(probe_info[0]))
+#define NUM_PROBES ARRAY_SIZE(probe_info)
 
 static const char * const bkpt_names[] =
 {


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


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

only message in thread, other threads:[~2011-08-11 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11 14:44 [SCM] archer-gbenson-stap-rtld: Tweak (thanks Jan!) 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).