diff options
author | eteo <eteo> | 2008-03-17 14:46:49 +0000 |
---|---|---|
committer | eteo <eteo> | 2008-03-17 14:46:49 +0000 |
commit | 3e164074c421d45f63f43e1fde3be78a43428e4c (patch) | |
tree | b89470a1dad14d12ff914b1f3aeb60b91b214c6b /runtime/ChangeLog | |
parent | d4f3b283f50f2399f55a6603a7a8bb82931a2e04 (diff) | |
download | systemtap-steved-3e164074c421d45f63f43e1fde3be78a43428e4c.tar.gz systemtap-steved-3e164074c421d45f63f43e1fde3be78a43428e4c.tar.xz systemtap-steved-3e164074c421d45f63f43e1fde3be78a43428e4c.zip |
2008-03-17 Eugene Teo <eteo@redhat.com>
PR 5947
* autoconf-tsc-khz.c: Remove "&& defined(__i386__)" to make the test
more pessimistic.
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 92a6eb12..b52ddf7b 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,9 @@ +2008-03-17 Eugene Teo <eteo@redhat.com> + + PR 5947 + * autoconf-tsc-khz.c: Remove "&& defined(__i386__)" to make the test + more pessimistic. + 2008-03-14 Masami Hiramatsu <mhiramat@redhat.com> PR 3542 |