]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
s390: Add arch15 instructions
authorAndreas Krebbel <krebbel@linux.ibm.com>
Tue, 8 Oct 2024 10:04:31 +0000 (12:04 +0200)
committerJens Remus <jremus@linux.ibm.com>
Thu, 24 Oct 2024 12:29:45 +0000 (14:29 +0200)
commit263e116833e0a323561a3afc8984901d93bcc40c
tree7bf2c9eb0796bfdfdbc91e02a52174f0eb750233
parent645da6d426e5c77d18b781af8cf31bd9315d5492
s390: Add arch15 instructions

opcodes/
* s390-mkopc.c (main) Accept arch15 as CPU string.
* s390-opc.txt: Add arch15 instructions.

include/
* opcode/s390.h (enum s390_opcode_cpu_val): Add
S390_OPCODE_ARCH15.

gas/
* config/tc-s390.c (s390_parse_cpu): New entry for arch15.
* doc/c-s390.texi: Document arch15 march option.
* doc/as.texi: Likewise.
* testsuite/gas/s390/s390.exp: Run the arch15 related tests.
* testsuite/gas/s390/zarch-arch15.d: Tests for arch15
instructions.
* testsuite/gas/s390/zarch-arch15.s: Likewise.

Signed-off-by: Andreas Krebbel <krebbel@linux.ibm.com>
Reviewed-by: Jens Remus <jremus@linux.ibm.com>
(cherry picked from commit a98a6fa2d8ef5eb61534b07db80850dcdf07bdb4)
gas/config/tc-s390.c
gas/doc/as.texi
gas/doc/c-s390.texi
gas/testsuite/gas/s390/s390.exp
gas/testsuite/gas/s390/zarch-arch15.d [new file with mode: 0644]
gas/testsuite/gas/s390/zarch-arch15.s [new file with mode: 0644]
include/opcode/s390.h
opcodes/s390-mkopc.c
opcodes/s390-opc.c
opcodes/s390-opc.txt