summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-12-03 13:36:32 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-12-03 13:36:32 -0500
commitb5e66adadbad65fddc40a2143e3692e41cf6d1af (patch)
treec7bd2f51f3940c01ccf9d28ca91d71c7564bc421 /ChangeLog
parenta42876234df99f8523ddb2b21025352f37231c39 (diff)
downloadsystemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.tar.gz
systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.tar.xz
systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.zip
PR5892: rename new -B /PATH to -r /PATH; merge functionality
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bde86e62..00cc652f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-12-03 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 5982: rename -B to -r
+ * main.cxx (main): Treat -r REV and -r /PATH as complimentary.
+ Imply -p4 if target mismatches host versions.
+ (usage): Document -r more.
+ * hash.cxx (find_hash): Add in the kernel_build_tree.
+ * buildrun.cxx (compile_pass, kernel_built_uprobes): Simplify
+ logic.
+ * tapsets.cxx (setup_kernel, setup_user): Ditto.
+ * translate.cxx (emit_symbol_data): Ditto.
+ * stap.1.in: Document -r /PATH.
+
2008-12-01 Rajan Arora <rarora@redhat.com>
PR 5892: Add -B and parameterize all occurences of /lib/modules/...