This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 06f05f35856 sim: frv: enable warnings in memory.c new 78aa7688e89 s390: Fix build when using EXEEXT_FOR_BUILD new 8e194ff8cce s390: Align letter case of instruction descriptions new 2ff609b4ce8 s390: Provide IBM z16 (arch14) instruction descriptions new 730e7ddc243 s390: Enhance error handling in s390-mkopc new a3fa108623c s390: Use safe string functions and length macros in s390-mkopc new f96fe7f454b s390: Optionally print instruction description in disassembly new 1c354ebcbac s390: Add suffix to conditional branch instruction descriptions
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: binutils/NEWS | 5 + gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-insndesc.d | 19 +++ gas/testsuite/gas/s390/zarch-insndesc.s | 12 ++ include/opcode/s390.h | 5 +- opcodes/Makefile.am | 7 +- opcodes/Makefile.in | 7 +- opcodes/s390-dis.c | 13 +- opcodes/s390-mkopc.c | 219 ++++++++++++++++++++------------ opcodes/s390-opc.c | 62 ++++----- opcodes/s390-opc.txt | 98 +++++++------- 11 files changed, 289 insertions(+), 159 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-insndesc.d create mode 100644 gas/testsuite/gas/s390/zarch-insndesc.s