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-0.9.8-147-g0111659


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  011165968c00e4125dfb9ee132e79f65dbea50c4 (commit)
      from  ec6fdef5a46f450c8b7a52b491de6a17155101df (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 011165968c00e4125dfb9ee132e79f65dbea50c4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jul 14 11:47:46 2009 +0200

    Remove -O[0123s] gcc optimization flags for gcc pass 4 speedups again.
    
    We cannot guarantee that (un)optimized code compiles and/or generates
    fully functional code, so don't tempt the user to try it out.
    
    * session.h (struct systemtap_session): Remove gcc_flags string field.
    * hash.cxx (find_script_hash): Don't add gcc_flags.
    * main.cxx (usage): Remove -O[0123s] documentation.
    (main): Don't use gcc_flags.
    * buildrun.cxx (compile_pass): Don't add gcc_flags to EXTRA_CFLAGS.
    * stap1.in: Remove -O[0123s] documentation.
    * testsuite/systemtap.base/cache.exp: Remove tests for -O[0123s].

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

Summary of changes:
 buildrun.cxx                       |    9 ++++++---
 hash.cxx                           |    1 -
 main.cxx                           |   27 +--------------------------
 session.h                          |    3 ---
 stap.1.in                          |    8 --------
 testsuite/systemtap.base/cache.exp |   16 ----------------
 6 files changed, 7 insertions(+), 57 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]