This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_41-branch in repository binutils-gdb.
from 682c71f4bbb libctf: fix ref leak of names of newly-inserted non-root-vi [...] new c62bc28b215 s390: Position independent verification of relative addressing new 8f44c72d1f4 s390: Add brasl edge test cases from ESA to z/Architecture new 002dddf0b96 s390: Make operand table indices relative to each other new 1f53fac2bdd s390: Align optional operand definition to specs new aab23df73e5 s390: Add missing extended mnemonics new 31238493cc8 s390: Correct prno instruction name new adc54be8295 Fix building for the s390 target with clang new 47ee40afbf8 s390: Align letter case of instruction descriptions new 72a045b9f30 s390: Provide IBM z16 (arch14) instruction descriptions new 307b615828b s390: Align opcodes to lower-case new a3a696bfd8b s390: Simplify (dis)assembly of insn operands with const bits new 69371b2a156 s390: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operan [...] new 1ff59168d0e s390: Add arch15 instructions
The 13 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/config/tc-s390.c | 21 ++- gas/doc/as.texi | 2 +- gas/doc/c-s390.texi | 7 +- gas/testsuite/gas/s390/esa-g5.d | 105 ++++++------- gas/testsuite/gas/s390/esa-g5.s | 1 + gas/testsuite/gas/s390/esa-z900.d | 96 ++++++------ gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-arch13.d | 4 + gas/testsuite/gas/s390/zarch-arch13.s | 4 + gas/testsuite/gas/s390/zarch-arch15.d | 102 +++++++++++++ gas/testsuite/gas/s390/zarch-arch15.s | 96 ++++++++++++ gas/testsuite/gas/s390/zarch-z10.d | 278 ++++++++++++++++++---------------- gas/testsuite/gas/s390/zarch-z10.s | 24 ++- gas/testsuite/gas/s390/zarch-z196.d | 14 +- gas/testsuite/gas/s390/zarch-z196.s | 11 ++ gas/testsuite/gas/s390/zarch-z9-109.d | 2 + gas/testsuite/gas/s390/zarch-z9-109.s | 2 + gas/testsuite/gas/s390/zarch-z900.d | 19 ++- gas/testsuite/gas/s390/zarch-z900.s | 7 + gas/testsuite/gas/s390/zarch-zEC12.d | 24 ++- gas/testsuite/gas/s390/zarch-zEC12.s | 3 + include/opcode/s390.h | 5 +- opcodes/s390-dis.c | 14 +- opcodes/s390-mkopc.c | 2 + opcodes/s390-opc.c | 217 ++++++++++++++------------ opcodes/s390-opc.txt | 254 +++++++++++++++++++++++-------- 26 files changed, 879 insertions(+), 436 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-arch15.d create mode 100644 gas/testsuite/gas/s390/zarch-arch15.s