From d27e6fd532200873fe8cc23a155360114fe26110 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 25 Aug 2009 11:54:15 -0400 Subject: PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughout * main.cxx (main): Perform equivalent sed by hand on uname()->machine. * stap.1.in: Clarify -a ARCH slightly. * tapsets.cxx (validate_module_elf): Accept "arm*"for EM_ARM. * tapset/**, testsuite/**: Removed/collapsed "i386"/"i686" branches, renamed "ppc64"->"powerpc" and "s390x"->"s390". --- testsuite/parseok/fourteen.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/parseok') diff --git a/testsuite/parseok/fourteen.stp b/testsuite/parseok/fourteen.stp index 30ada648..bdd31469 100755 --- a/testsuite/parseok/fourteen.stp +++ b/testsuite/parseok/fourteen.stp @@ -11,7 +11,7 @@ global global %( arch == "i386" %? i386 -%: %( arch == "i686" %? i686 +%: %( arch == "powerpc" %? powerpc %: %( arch != "x86_64" %? other %: x86_64 %) %) %) -- cgit