|
From: <sv...@va...> - 2011-05-17 15:54:38
|
Author: sewardj Date: 2011-05-17 16:54:31 +0100 (Tue, 17 May 2011) New Revision: 11764 Log: Add entry w.r.t. the s390x port. (Florian Krohm <br...@ac...> and Christian Borntraeger <bor...@de...>) Modified: trunk/NEWS Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2011-05-17 15:52:28 UTC (rev 11763) +++ trunk/NEWS 2011-05-17 15:54:31 UTC (rev 11764) @@ -5,7 +5,16 @@ - 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.6.1 is a bug fix release. It adds support for some SSE4 |