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.5-143-ge050d62


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  e050d62f2a9df07390fb2de38905b8d5d6f678b1 (commit)
      from  b8a8e5f947dbb210950079696cb11e8f3422cb49 (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 e050d62f2a9df07390fb2de38905b8d5d6f678b1
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jul 19 22:56:17 2011 +0200

    Depend on elfutils 0.142+. Remove various workarounds.
    
    We really need at least 0.142 to support quick dwarf unwinding.
    Also earlier versions had various bugs that we sometimes worked
    around, but not always. Which could lead to misterious failures
    when a bias was miscalculated.

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

Summary of changes:
 Makefile.am                                |    1 +
 Makefile.in                                |    8 +-
 NEWS                                       |    2 +
 aclocal.m4                                 | 2350 +---------------------------
 config.in                                  |   11 -
 configure                                  |  547 +++----
 configure.ac                               |   21 +-
 doc/Makefile.in                            |    7 +-
 doc/SystemTap_Tapset_Reference/Makefile.in |    7 +-
 doc/beginners/Makefile.in                  |    7 +-
 dwarf_wrappers.h                           |   11 -
 dwflpp.cxx                                 |   22 +-
 dwflpp.h                                   |    5 -
 grapher/Makefile.in                        |    7 +-
 loc2c-test.c                               |   25 +-
 loc2c.c                                    |   18 +-
 runtime/staprun/aclocal.m4                 |    4 +-
 runtime/staprun/configure                  |  232 ++--
 runtime/unwind.c                           |    4 +-
 systemtap.spec                             |    2 +-
 testsuite/aclocal.m4                       |    4 +-
 testsuite/configure                        |  100 +-
 translate.cxx                              |   34 -
 23 files changed, 401 insertions(+), 3028 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]