]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
NEWS / README.s390 update
authorFlorian Krohm <flo2030@eich-krohm.de>
Sun, 30 Nov 2025 21:52:32 +0000 (21:52 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Sun, 30 Nov 2025 21:52:32 +0000 (21:52 +0000)
BZ 509562 closed

NEWS
README.s390

diff --git a/NEWS b/NEWS
index 2cedad448a950a7f8c1a5153a2f34d6789ceb161..6068d611d4b84a00eea72369af2ed23931cea1bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ X86/macOS 10.13, AMD64/macOS 10.13 and nanoMIPS/Linux.
 
 * ================== PLATFORM CHANGES =================
 
+s390x: Machine models older than z196 are no longer supported.
 
 * ==================== TOOL CHANGES ===================
 
@@ -28,6 +29,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 228343  none/tests/darwin/bug228343 fails on OS X
 413369  unhandled amd64-darwin syscall: unix:151 (getpgid)
 487055  memcheck/tests/x86-linux/scalar fails running in Docker
+509562  s390x: Define minimum required machine model
 510416  Missing syswraps for file_getattr and file_setattr
 510864  Add SSE4.1 PMAXSD and PMINSD instructions support for 32-bit x86
 511329  Darwin and FreeBSD: Move setting of carry flag out of
index d0661731c6e5491fadd3c3c9386910e1ed765293..980285ab7f53697a1ee8e1a7759fab77de2331ce 100644 (file)
@@ -1,7 +1,8 @@
 
 Requirements
 ------------
-- You need GCC 3.4 or later to compile the s390 port.
+- You need a GCC-compatible compiler with C11 support to compile
+  the s390 port.
 - Valgrind requires a machine not older than z196 to run.