diff options
author | Andreas Krebbel <krebbel@linux.ibm.com> | 2024-10-08 12:04:31 +0200 |
---|---|---|
committer | Jens Remus <jremus@linux.ibm.com> | 2024-10-10 12:09:40 +0200 |
commit | a98a6fa2d8ef5eb61534b07db80850dcdf07bdb4 (patch) | |
tree | 793fedea1dc4c5ee88a2c79c672d74209265359b /gas/doc/as.texi | |
parent | 1001055e3552760015661dd9b081435051fe1340 (diff) | |
download | gdb-a98a6fa2d8ef5eb61534b07db80850dcdf07bdb4.zip gdb-a98a6fa2d8ef5eb61534b07db80850dcdf07bdb4.tar.gz gdb-a98a6fa2d8ef5eb61534b07db80850dcdf07bdb4.tar.bz2 |
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>
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r-- | gas/doc/as.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 0b4109e..4c7799a 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -1961,7 +1961,7 @@ Specify which s390 processor variant is the target, @samp{g5} (or @samp{arch6}), @samp{z9-109}, @samp{z9-ec} (or @samp{arch7}), @samp{z10} (or @samp{arch8}), @samp{z196} (or @samp{arch9}), @samp{zEC12} (or @samp{arch10}), @samp{z13} (or @samp{arch11}), @samp{z14} (or @samp{arch12}), @samp{z15} -(or @samp{arch13}), or @samp{z16} (or @samp{arch14}). +(or @samp{arch13}), @samp{z16} (or @samp{arch14}), or @samp{arch15}. @item -mregnames @itemx -mno-regnames Allow or disallow symbolic names for registers. |