This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-353-g6899576


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 "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  6899576f99ddd612520f7cdb4987155fad27bc6e (commit)
      from  c9c8c40628430b450600dfbf77d49b9205f2511d (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 -----------------------------------------------------------------
commit 6899576f99ddd612520f7cdb4987155fad27bc6e
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Thu May 12 19:53:30 2011 -0400

    runtime/autoconf: gcc 4.6 fix false -Werror positives
    
    gcc 4.6 generates more warnings, which made some runtime/autoconf
    tests falsely fail.  The worst example of this was a crash in the
    context.exp test case (due to false negative STAPCONF_WALK_STACK).
    This patch adds some dummy code to the tests to make the warnings
    go away, and thus let the tests pass even with -Werror.

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

Summary of changes:
 runtime/autoconf-procfs-owner.c |    1 +
 runtime/autoconf-real-parent.c  |    1 +
 runtime/autoconf-walk-stack.c   |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]