This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch in repository binutils-gdb.
from 55ff522 Correct VLE 16D and SDAREL relocations new c7b66f4 S/390: Add support for new cpu architecture - arch12. new 844be12 S/390: Issue error for overflowing relocs.
The 2 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: bfd/elf64-s390.c | 12 ++ gas/config/tc-s390.c | 8 +- gas/doc/as.texinfo | 2 +- gas/doc/c-s390.texi | 6 +- gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-arch12.d | 200 ++++++++++++++++++++++++ gas/testsuite/gas/s390/zarch-arch12.s | 194 +++++++++++++++++++++++ gas/testsuite/gas/s390/zarch-z13.d | 12 +- include/opcode/s390.h | 5 +- opcodes/s390-mkopc.c | 6 + opcodes/s390-opc.c | 101 +++++++----- opcodes/s390-opc.txt | 283 ++++++++++++++++++++++++++++------ 12 files changed, 738 insertions(+), 92 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-arch12.d create mode 100644 gas/testsuite/gas/s390/zarch-arch12.s