summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-09-09 11:42:28 +0200
committerMark Wielaard <mwielaard@redhat.com>2008-09-09 11:42:28 +0200
commit67a66a8b72d19dc1a1fd10db1c55e31a6e93b270 (patch)
tree5358d82d8d5a5f998dc960357246bd63492c6dee /runtime/ChangeLog
parent094b05c79e7a69567f55514386f5f276ada60d0d (diff)
downloadsystemtap-steved-67a66a8b72d19dc1a1fd10db1c55e31a6e93b270.tar.gz
systemtap-steved-67a66a8b72d19dc1a1fd10db1c55e31a6e93b270.tar.xz
systemtap-steved-67a66a8b72d19dc1a1fd10db1c55e31a6e93b270.zip
Correct this_section_offset calculation in _stp_kallsyms_lookup.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index eb091d01..71cd97e4 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-09 Mark Wielaard <mwielaard@redhat.com>
+
+ * sym.c (_stp_kallsyms_lookup): Correct this_section_offset
+ calculation.
+
2008-09-08 Tim Moore <timoore@redhat.com>
PR 1288