diff options
author | fche <fche> | 2007-01-29 20:32:00 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-29 20:32:00 +0000 |
commit | 9abec5383dd77c0e164f043da3523d6cf4bf992f (patch) | |
tree | 535d20f5b720d7b235021ba541f49fd54ec6074c /NEWS | |
parent | 4c6d6df0e248aba4accec19d74bdbaaf2219a7a6 (diff) | |
download | systemtap-steved-9abec5383dd77c0e164f043da3523d6cf4bf992f.tar.gz systemtap-steved-9abec5383dd77c0e164f043da3523d6cf4bf992f.tar.xz systemtap-steved-9abec5383dd77c0e164f043da3523d6cf4bf992f.zip |
2007-01-29 Frank Ch. Eigler <fche@elastic.org>
* main.cxx (main): For successful last_pass=4, print compiled module name.
* cache.cxx (get_from_cache): Ditto.
2007-01-29 Frank Ch. Eigler <fche@elastic.org>
* systemtap.base/cache.exp (stap_compile): Accept new -p4 output.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +* What's new since version 0.5.12? + +- When running in -p4 (compile-only) mode, the compiled .ko file name + is printed on standard output. + + * What's new since version 0.5.10? - Offline processing of debugging information, enabling general |