diff options
author | fche <fche> | 2005-05-26 23:57:04 +0000 |
---|---|---|
committer | fche <fche> | 2005-05-26 23:57:04 +0000 |
commit | 4383d78cedb616af407f35c996c4eff808704ea6 (patch) | |
tree | 370c67b31f393cdb92afb1d386d6baa47366f6e3 /ChangeLog | |
parent | 16994d601d0eca79bf9c46c9ea17faf07bb3cca5 (diff) | |
download | systemtap-steved-4383d78cedb616af407f35c996c4eff808704ea6.tar.gz systemtap-steved-4383d78cedb616af407f35c996c4eff808704ea6.tar.xz systemtap-steved-4383d78cedb616af407f35c996c4eff808704ea6.zip |
2005-05-26 Frank Ch. Eigler <fche@redhat.com>
* translate.cxx: Traverse trees just for common-header generation,
to emit explicit temp variables into context. Switch to explicit
"frame" pointer in generated function/probe bodies. Initialize
locals in function bodies. Rename "test_unparser" to "c_unparser"
throughout.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-05-26 Frank Ch. Eigler <fche@redhat.com> + + * translate.cxx: Traverse trees just for common-header generation, + to emit explicit temp variables into context. Switch to explicit + "frame" pointer in generated function/probe bodies. Initialize + locals in function bodies. Rename "test_unparser" to "c_unparser" + throughout. + 2005-05-24 Frank Ch. Eigler <fche@redhat.com> * elaborate.cxx (find_array): Support automagic tapset globals. |