This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_32-branch in repository binutils-gdb.
from d3357b4a6f Assorted warning fixes new 126b2985ce S/390: Implement instruction set extensions
The 1 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: gas/ChangeLog | 13 +++ gas/config/tc-s390.c | 2 + gas/doc/c-s390.texi | 8 +- gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-arch13.d | 156 ++++++++++++++++++++++++++++++++++ gas/testsuite/gas/s390/zarch-arch13.s | 150 ++++++++++++++++++++++++++++++++ gas/testsuite/gas/s390/zarch-z13.d | 8 +- include/ChangeLog | 8 ++ include/opcode/s390.h | 1 + opcodes/ChangeLog | 10 +++ opcodes/s390-mkopc.c | 2 + opcodes/s390-opc.c | 4 + opcodes/s390-opc.txt | 104 +++++++++++++++++++++++ 13 files changed, 460 insertions(+), 7 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-arch13.d create mode 100644 gas/testsuite/gas/s390/zarch-arch13.s