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". --- stap.1.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stap.1.in') diff --git a/stap.1.in b/stap.1.in index fc72cf32..aafd2d7d 100644 --- a/stap.1.in +++ b/stap.1.in @@ -336,8 +336,9 @@ by .PP If, on the other hand, the first part is the identifier .BR arch -to refer to the processor architecture, then the second part -then the second part is one of the two string comparison operators +to refer to the processor architecture (as named by the kernel +build system ARCH/SUBARCH), then the second part then the second +part is one of the two string comparison operators .BR == " or " != , and the third part is a string literal for matching it. This comparison is a wildcard (mis)match. -- cgit