|
From: Andreas A. <ar...@so...> - 2021-03-10 18:17:48
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ce4b0e067772677fde0449242968dc89fa13dc63 commit ce4b0e067772677fde0449242968dc89fa13dc63 Author: Andreas Arnez <ar...@li...> Date: Wed Mar 10 19:16:00 2021 +0100 s390x: Update "reading material" in README.s390 Update the links to the z/Architecture and the s390x ABI. Diff: --- README.s390 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.s390 b/README.s390 index 7df386ef41..a146eba259 100644 --- a/README.s390 +++ b/README.s390 @@ -46,9 +46,9 @@ false positives due to builtin string operations when running memcheck. Reading Material ---------------- -(1) Linux for zSeries ELF ABI Supplement - http://refspecs.linuxfoundation.org/ELF/zSeries/index.html +(1) ELF ABI s390x Supplement + https://github.com/IBM/s390x-abi/releases (2) z/Architecture Principles of Operation - http://publibfi.boulder.ibm.com/epubs/pdf/dz9zr011.pdf + http://publibfp.dhe.ibm.com/epubs/pdf/a227832c.pdf (3) z/Architecture Reference Summary - http://publibfi.boulder.ibm.com/epubs/pdf/dz9zs009.pdf + https://www.ibm.com/support/pages/system/files/2020-07/SA22-7871-10.pdf |