]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - include/ChangeLog
IBM Z: Implement instruction set extensions
authorAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 15 Feb 2021 13:20:00 +0000 (14:20 +0100)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 15 Feb 2021 13:32:17 +0000 (14:32 +0100)
commitba2b480f1037082d27da1afdfe0793c8aac9b1bd
tree56d25b61192d23f03d7721c54b6ff7b2f31af1f8
parent8c6740616cd244e5763e974cb737affbe71db385
IBM Z: Implement instruction set extensions

opcodes/

        * s390-mkopc.c (main): Accept arch14 as cpu string.
        * s390-opc.txt: Add new arch14 instructions.

include/

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

gas/

        * config/tc-s390.c (s390_parse_cpu): New entry for arch14.
        * doc/c-s390.texi: Document arch14 march option.
        * testsuite/gas/s390/s390.exp: Run the arch14 related tests.
        * testsuite/gas/s390/zarch-arch14.d: New test.
        * testsuite/gas/s390/zarch-arch14.s: New test.
gas/ChangeLog
gas/config/tc-s390.c
gas/doc/c-s390.texi
gas/testsuite/gas/s390/s390.exp
gas/testsuite/gas/s390/zarch-arch14.d [new file with mode: 0644]
gas/testsuite/gas/s390/zarch-arch14.s [new file with mode: 0644]
include/ChangeLog
include/opcode/s390.h
opcodes/ChangeLog
opcodes/s390-mkopc.c
opcodes/s390-opc.txt