From 11d578d28e52068e4b81f36ea84f217467037e09 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 22 Apr 2015 15:55:38 +0200 Subject: [PATCH] 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. --- testsuite/lib/systemtap.exp | 1 - 1 file changed, 1 deletion(-) 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. -- 2.43.5