summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96920e66..747c6eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-18 Masami Hiramatsu <mhiramat@redhat.com>
+
+ BZ 442528 (PR6028)
+ * tapsets.cxx (emit_module_decls): Add dummy kprobe on ia64.
+ (emit_module_init): register dummy kprobes for fixing bsp offset on
+ ia64.
+ (emit_module_exit): unregister dummy kprobes on ia64.
+
2008-07-18 Frank Ch. Eigler <fche@elastic.org>
BZ 442528, From Masami Hiramatsu <mhiramat@redhat.com>