diff options
author | hunt <hunt> | 2006-04-27 16:47:12 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-04-27 16:47:12 +0000 |
commit | 6c2e33eaf65b3521a336116eb14fb9449c9cf301 (patch) | |
tree | c7370389ed5308a786948cf16cf988a74620a82b | |
parent | 6ed6c0f99a1dd9876b8841ec3cdcbe8fd463d411 (diff) | |
download | systemtap-steved-6c2e33eaf65b3521a336116eb14fb9449c9cf301.tar.gz systemtap-steved-6c2e33eaf65b3521a336116eb14fb9449c9cf301.tar.xz systemtap-steved-6c2e33eaf65b3521a336116eb14fb9449c9cf301.zip |
2006-04-27 Martin Hunt <hunt@redhat.com>
* endian.stp (set_endian): Remove "pure" to prevent
this from optimizing away.
-rw-r--r-- | tapset/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 03ffb87b..42f97b46 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,8 @@ +2006-04-27 Martin Hunt <hunt@redhat.com> + + * endian.stp (set_endian): Remove "pure" to prevent + this from optimizing away. + 2006-04-21 Frank Ch. Eigler <fche@elastic.org> * aux_syscalls.stp (_fildes_u): Declare return value type. |