From: Julian Seward Date: Tue, 17 May 2011 15:54:31 +0000 (+0000) Subject: Add entry w.r.t. the s390x port. (Florian Krohm and X-Git-Tag: svn/VALGRIND_3_7_0~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36bec1cc554ec6c20c9132960b65675141e9319;p=thirdparty%2Fvalgrind.git Add entry w.r.t. the s390x port. (Florian Krohm and Christian Borntraeger ) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11764 --- diff --git a/NEWS b/NEWS index 8740886b79..2388a8d7fe 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,15 @@ Release 3.7.0 (???) - Further reduction in overheads caused by --smc-check=all, especially on 64-bit targets. +* IBM z/Architecture (s390x) running Linux + Valgrind can analyse 64-bit programs running on z/Architecture. + Most user space instructions up to and including z10 are supported. + Valgrind has been tested extensively on z9, z10, and z196 machines + running SLES 10/11, RedHat 5/6m, and Fedora. The Memcheck and Massif + tools are known to work well. Callgrind, Helgrind, and DRD work + reasonably well on z9 and later models. See README.s390 for more + details. + Release 3.6.1 (16 February 2011) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~