From: Andreas Arnez Date: Tue, 29 Oct 2024 16:43:15 +0000 (+0100) Subject: Bug 495470 - s390x: Add s390-opcodes.csv to distribution X-Git-Tag: VALGRIND_3_24_0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54c0a49bca6570a09a0764ccd6cf60f9a08ad493;p=thirdparty%2Fvalgrind.git Bug 495470 - s390x: Add s390-opcodes.csv to distribution Include s390-opcodes.csv in the distribution, since it is referenced in README.s390. --- diff --git a/NEWS b/NEWS index 329bcdb65..2857a387d 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 f9ba4e395..6859ee8a3 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 \