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 3ca4a8eca7 Assorted warning fixes new fc60b8c806 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 | 10 +++ 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 | 5 ++ include/opcode/s390.h | 1 + opcodes/ChangeLog | 7 ++ opcodes/s390-mkopc.c | 2 + opcodes/s390-opc.c | 4 + opcodes/s390-opc.txt | 104 +++++++++++++++++++++++ 13 files changed, 451 insertions(+), 7 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-arch13.d create mode 100644 gas/testsuite/gas/s390/zarch-arch13.s