diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2008-12-07 23:01:35 -0500 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2008-12-07 23:01:35 -0500 |
commit | 454324f43e021027c5254a62de5e081792efc3fc (patch) | |
tree | 8dc847d9d1b36902e6cd90a8200d51974f8bb10a /runtime/ChangeLog | |
parent | ece3457a5cc92f0968ebf52823af2d017d5272c1 (diff) | |
download | systemtap-steved-454324f43e021027c5254a62de5e081792efc3fc.tar.gz systemtap-steved-454324f43e021027c5254a62de5e081792efc3fc.tar.xz systemtap-steved-454324f43e021027c5254a62de5e081792efc3fc.zip |
Fix the compilation warning of uprobe in FC9.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index aaf39a04..b583b4aa 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,7 @@ +2008-12-08 Wenji Huang <wenji.huang@oracle.com> + + * uprobes2/uprobes_x86.c (handle_riprel_insn): Fix the warning. + 2008-12-04 Stan Cox <scox@redhat.com> * sduprobes.c (STAP_PROBE_START): Remove. |