diff options
author | dsmith <dsmith> | 2006-12-21 21:41:25 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-12-21 21:41:25 +0000 |
commit | 9c66f4e068e743727dfec5acec6547cd18a4030c (patch) | |
tree | f02c8929ef8ed68ae46275af200d1ff042f42b13 /ChangeLog | |
parent | b8cd7200c6f07c878b62871e6915fc58c87a6cee (diff) | |
download | systemtap-steved-9c66f4e068e743727dfec5acec6547cd18a4030c.tar.gz systemtap-steved-9c66f4e068e743727dfec5acec6547cd18a4030c.tar.xz systemtap-steved-9c66f4e068e743727dfec5acec6547cd18a4030c.zip |
2006-12-21 David Smith <dsmith@redhat.com>
* hash.cxx (find_hash): Added two more options into the hash that
change the generated C file - '-M' (merge) and '-t' (benchmark
timing).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-12-21 David Smith <dsmith@redhat.com> + + * hash.cxx (find_hash): Added two more options into the hash that + change the generated C file - '-M' (merge) and '-t' (benchmark + timing). + 2006-12-20 David Smith <dsmith@redhat.com> PR 3519. |