]> sourceware.org Git - systemtap.git/commitdiff
Revert "Turn prologue searching on by default for ppc64le in the testsuite."
authorMark Wielaard <mjw@redhat.com>
Wed, 22 Apr 2015 13:55:38 +0000 (15:55 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 22 Apr 2015 13:55:38 +0000 (15:55 +0200)
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

index 300d71d1f9cbb220f4c570a20c8bbe8aab73166d..8b99d37aa9880c7c0fd51bcb599c2c1cd2be3efd 100644 (file)
@@ -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.
This page took 0.027631 seconds and 5 git commands to generate.