From f190c8d7aab46fbd15e33493cec7933c93d3c912 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 16 Jul 2009 16:11:10 +0200 Subject: BUG! "yes" breaks ustack PR10323 was fixed a while ago, remove comment. --- testsuite/systemtap.exelib/exelib.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit