diff options
author | zhaolei <zhaolei> | 2007-11-14 05:47:11 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-11-14 05:47:11 +0000 |
commit | 1a19dbf062e2482f60998b2a4758daad24290c53 (patch) | |
tree | 4a868f849abac3d0cadec64148dd51c294fffe26 /runtime/ChangeLog | |
parent | 5c80abe13539073fe688e3427fa206287f873c9b (diff) | |
download | systemtap-steved-1a19dbf062e2482f60998b2a4758daad24290c53.tar.gz systemtap-steved-1a19dbf062e2482f60998b2a4758daad24290c53.tar.xz systemtap-steved-1a19dbf062e2482f60998b2a4758daad24290c53.zip |
2007-11-14 Zhaolei <zhaolei@cn.fujitsu.com>
From Cai Fei <caifei@cn.fujitsu.com>
* regs-ia64.c (ia64_fetch_register): Fix the bug of fetching
register 12 on IA64.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 24d58471..8fa11695 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,9 @@ +2007-11-14 Zhaolei <zhaolei@cn.fujitsu.com> + + From Cai Fei <caifei@cn.fujitsu.com> + * regs-ia64.c (ia64_fetch_register): Fix the bug of fetching + register 12 on IA64. + 2007-11-12 Martin Hunt <hunt@redhat.com> * print.c (_stp_print): Rewrite to eliminate the strlen() |