From: Mark Wielaard Date: Wed, 22 Apr 2015 13:55:38 +0000 (+0200) Subject: Revert "Turn prologue searching on by default for ppc64le in the testsuite." X-Git-Tag: release-2.8~94 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=11d578d28e52068e4b81f36ea84f217467037e09;p=systemtap.git Revert "Turn prologue searching on by default for ppc64le in the testsuite." This reverts commit 958356595c659111a5494b05feea125444de2ecc. No longer necessary after Bug 17638 - Symbol resolution broken for PPC64 ABIv2 was fixed with commit b4c6a4. --- diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp index 300d71d1f..8b99d37aa 100644 --- a/testsuite/lib/systemtap.exp +++ b/testsuite/lib/systemtap.exp @@ -229,7 +229,6 @@ proc setup_systemtap_environment {} { set chan [open $env(SYSTEMTAP_DIR)/rc w] puts $chan "--rlimit-cpu=300" puts $chan "-E 'probe timer.s(900){error(\"probe timeout after 15 minutes\")}'" - if {[regexp "^ppc64le$" $::tcl_platform(machine)]} {puts $chan "-P"} close $chan # Erase the old server log file.