]> 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, 10 Oct 2024 10:09:40 +0000 (12:09 +0200)
commita98a6fa2d8ef5eb61534b07db80850dcdf07bdb4
tree793fedea1dc4c5ee88a2c79c672d74209265359b
parent1001055e3552760015661dd9b081435051fe1340
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>
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