diff options
author | roland <roland> | 2005-08-03 12:56:52 +0000 |
---|---|---|
committer | roland <roland> | 2005-08-03 12:56:52 +0000 |
commit | ea4e6824f02d059eb700a5056bacbb197fa918f2 (patch) | |
tree | 7d9bc93829431c4cbb1c4826426f7bb8403885d9 | |
parent | f1999557f7c266543b6aa600541db1cead5ed715 (diff) | |
download | systemtap-steved-ea4e6824f02d059eb700a5056bacbb197fa918f2.tar.gz systemtap-steved-ea4e6824f02d059eb700a5056bacbb197fa918f2.tar.xz systemtap-steved-ea4e6824f02d059eb700a5056bacbb197fa918f2.zip |
.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-08-02 Roland McGrath <roland@redhat.com> + * loc2c.c (emit_bitfield): Return bool, value from emit_base_fetch. + (c_translate_fetch): Update caller. + (c_translate_pointer): Never ignore emit_base_fetch return value. + * systemtap.spec.in (%install): Remove parameters after %makeinstall. 2005-08-02 Frank Ch. Eigler <fche@elastic.org> |