diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-07-16 16:11:10 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-07-16 16:11:10 +0200 |
commit | f190c8d7aab46fbd15e33493cec7933c93d3c912 (patch) | |
tree | 814b33c2435d5adddc066b83135292b3fac414be | |
parent | 03c75a4a21ef3dba8abbc7e596d2a102427a3d96 (diff) | |
download | systemtap-steved-f190c8d7aab46fbd15e33493cec7933c93d3c912.tar.gz systemtap-steved-f190c8d7aab46fbd15e33493cec7933c93d3c912.tar.xz systemtap-steved-f190c8d7aab46fbd15e33493cec7933c93d3c912.zip |
BUG! "yes" breaks ustack PR10323 was fixed a while ago, remove comment.
-rw-r--r-- | testsuite/systemtap.exelib/exelib.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.exelib/exelib.exp b/testsuite/systemtap.exelib/exelib.exp index c4ca8fc0..bd9c687e 100644 --- a/testsuite/systemtap.exelib/exelib.exp +++ b/testsuite/systemtap.exelib/exelib.exp @@ -48,7 +48,7 @@ foreach arch $arches { # Adding -O, -O2, -Os and mixing lib/exe is a bit overdone foreach opt {-O0 -O3} { - foreach libprelink {no yes} { # BUG! "yes" breaks ustack PR10323 + foreach libprelink {no yes} { # not done yet, "no" lib debug. # seperate debuginfo can be done before or after prelinking |