diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-03 13:29:09 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-23 17:43:04 -0400 |
commit | d9438ca0c1f39b219ac75018343c657f4f612505 (patch) | |
tree | 277a4a860108f4bd14ea701079c762c266b2bdda | |
parent | 694ffc0b1c2371eb3a3ebb9313fd8c8d29ef66df (diff) | |
download | systemtap-steved-d9438ca0c1f39b219ac75018343c657f4f612505.tar.gz systemtap-steved-d9438ca0c1f39b219ac75018343c657f4f612505.tar.xz systemtap-steved-d9438ca0c1f39b219ac75018343c657f4f612505.zip |
PR6429: remove stapio STP_UNWIND support and associated elfutils dependency
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | runtime/transport/ChangeLog | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -251,6 +251,7 @@ PR 6429. * Makefile.am: Don't link stapio with -ldw. + * Makefile.in: Regenerated. 2008-05-29 Mark Wielaard <mwielaard@redhat.com> diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index 2ffff58c..2e59ff90 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,5 +1,6 @@ 2008-06-13 Wenji Huang <wenji.huang@oracle.com> - * control.c (_stp_ctl_write_dbug): Remove STP_UNWIND support. + + * control.c (_stp_ctl_write_dbug): Remove STP_UNWIND support. 2008-06-03 Frank Ch. Eigler <fche@elastic.org> |