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-274-gd1d13a8


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  d1d13a8b281f83f22f6bfe56dce1809260734140 (commit)
      from  3639be74d56b54884d5bda356bf740ceb202bb38 (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 d1d13a8b281f83f22f6bfe56dce1809260734140
Author: Stan Cox <scox@redhat.com>
Date:   Tue Apr 26 22:29:24 2011 -0400

    tolerate kernel builds with missing .note.gnu.build-id sections
    
    * translate.cxx (dump_unwindsyms): Add back the check "Don't save
    build-id if it is located before _stext."
    * runtime/sym.c (_stp_module_check): Don't do buildid check for
    -DSTP_NO_BUILDID_CHECK.
    (_stp_usermodule_check): Likewise.
    * buildid.exp: Test -DSTP_NO_BUILDID_CHECK

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

Summary of changes:
 NEWS                                 |    5 ++
 runtime/sym.c                        |   68 +++++++++++++++++++---------------
 testsuite/systemtap.base/buildid.exp |   20 +++++++++-
 translate.cxx                        |    6 ++-
 4 files changed, 65 insertions(+), 34 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]