]> sourceware.org Git - systemtap.git/commitdiff
PR4186 cont'd: clarify ARCH naming in NEWS too
authorFrank Ch. Eigler <fche@elastic.org>
Tue, 25 Aug 2009 16:38:33 +0000 (12:38 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Tue, 25 Aug 2009 16:38:33 +0000 (12:38 -0400)
NEWS

diff --git a/NEWS b/NEWS
index a784397945dbf14580fc5f6befaf9067fbbaf1fc..a494907a3a7bd281bd842fce93cc56c883f91360 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,12 @@
   configured/built kernel tree and -a its architecture (kbuild ARCH=...).
   Systemtap will infer -p4.
 
+- The systemtap notion of "architecture" now matches the kernel's, rather
+  than that of "uname -m".  This means that 32-bit i386 family are all
+  known as "i386" rather than "i386" or "i686"; "ppc64" as "powerpc";
+  "s390x" as "s390", and so on.  This is consistent between the new
+  "-a ARCH" flag and the script-level %( arch ... %) conditional.
+
 - It is now possible to define multiple probe aliases with the same name.
   A probe will expand to all matching aliases.
        probe foo = bar { }
This page took 0.033673 seconds and 5 git commands to generate.