summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevinrs <kevinrs>2005-12-12 21:53:32 +0000
committerkevinrs <kevinrs>2005-12-12 21:53:32 +0000
commit5a40a123097804b21c3677ef9acd380199fd9112 (patch)
treeff8c1c24e0d788f5ad911af911b998ca46ead38d
parent5519d363a7b3d3f184285b19c7298a3788908f84 (diff)
downloadsystemtap-steved-5a40a123097804b21c3677ef9acd380199fd9112.tar.gz
systemtap-steved-5a40a123097804b21c3677ef9acd380199fd9112.tar.xz
systemtap-steved-5a40a123097804b21c3677ef9acd380199fd9112.zip
2005-12-12 Kevin Stafford <krstaffo@us.ibm.com>
* main.cxx (main): Added arch directory to the existing kernel-version-sensitive search path.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22d34f93..503745f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2005-12-12 Kevin Stafford <krstaffo@us.ibm.com>
+ * main.cxx (main): Added arch directory to the existing
+ kernel-version-sensitive search path.
2005-12-12 Frank Ch. Eigler <fche@redhat.com>
* translate.cxx (translate_pass): Emit #include <linux/profile.h>.