summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@harusame.(none)>2008-07-18 18:34:32 -0400
committerMasami Hiramatsu <mhiramat@harusame.(none)>2008-07-18 18:34:32 -0400
commite4cb375f44950de40384e970865f74fb3d5dec2c (patch)
tree54f211fa746e57e9a663b15d324093f38dac9ae5 /ChangeLog
parentaf70769845c046962eef469922f8f33b340533bc (diff)
downloadsystemtap-steved-e4cb375f44950de40384e970865f74fb3d5dec2c.tar.gz
systemtap-steved-e4cb375f44950de40384e970865f74fb3d5dec2c.tar.xz
systemtap-steved-e4cb375f44950de40384e970865f74fb3d5dec2c.zip
PR442528 (PR6028): register dummy kprobes on ia64 for fixing bsp offset.
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>