From: Andreas A. <ar...@so...> - 2024-10-29 17:24:36
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=54c0a49bca6570a09a0764ccd6cf60f9a08ad493 commit 54c0a49bca6570a09a0764ccd6cf60f9a08ad493 Author: Andreas Arnez <ar...@li...> Date: Tue Oct 29 17:43:15 2024 +0100 Bug 495470 - s390x: Add s390-opcodes.csv to distribution Include s390-opcodes.csv in the distribution, since it is referenced in README.s390. Diff: --- NEWS | 1 + docs/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 329bcdb654..2857a387d1 100644 --- a/NEWS +++ b/NEWS @@ -86,6 +86,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. ISA 3.0 and earlier, just ignore the value 495469 aligned_alloc and posix_memalign missing MALLOC_TRACE with returned pointer +495470 s390x: 3.24.0.RC1 missing file and regtest failure n-i-bz Improve messages for sigaltstack errors, use specific stack_t member names diff --git a/docs/Makefile.am b/docs/Makefile.am index f9ba4e3958..6859ee8a34 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -64,6 +64,7 @@ EXTRA_DIST = \ internals/qemu-aarch64-linux-HOWTO.txt \ internals/qemu-mips64-linux-HOWTO.txt \ internals/register-uses.txt \ + internals/s390-opcodes.csv \ internals/release-HOWTO.txt \ internals/segments-seginfos.txt \ internals/t-chaining-notes.txt \ |