aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.ibm.com>2022-04-07 07:45:49 +0200
committerAndreas Krebbel <krebbel@linux.ibm.com>2022-04-07 07:54:29 +0200
commit69341966def7f6551bc4452684136831d6a6941c (patch)
treebcd6bb95c35709b35ef0dca8e8a62f6aa38cc4ab /gas/config
parent5f0b6b77f11ca1484b69babd7ab6729ebbc447ee (diff)
downloadgdb-69341966def7f6551bc4452684136831d6a6941c.zip
gdb-69341966def7f6551bc4452684136831d6a6941c.tar.gz
gdb-69341966def7f6551bc4452684136831d6a6941c.tar.bz2
IBM zSystems: Add support for z16 as CPU name.
So far z16 was identified as arch14. After the machine has been announced we can now add the real name. gas/ChangeLog: * config/tc-s390.c (s390_parse_cpu): Add z16 as alternate CPU name. * doc/as.texi: Add z16 and arch14 to CPU string list. * doc/c-s390.texi: Add z16 to CPU string list. opcodes/ChangeLog: * s390-mkopc.c (main): Enable z16 as CPU string in the opcode table.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-s390.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c
index f192a78..4af635b 100644
--- a/gas/config/tc-s390.c
+++ b/gas/config/tc-s390.c
@@ -293,7 +293,7 @@ s390_parse_cpu (const char *arg,
S390_INSTR_FLAG_HTM | S390_INSTR_FLAG_VX },
{ STRING_COMMA_LEN ("z15"), STRING_COMMA_LEN ("arch13"),
S390_INSTR_FLAG_HTM | S390_INSTR_FLAG_VX },
- { STRING_COMMA_LEN (""), STRING_COMMA_LEN ("arch14"),
+ { STRING_COMMA_LEN ("z16"), STRING_COMMA_LEN ("arch14"),
S390_INSTR_FLAG_HTM | S390_INSTR_FLAG_VX }
};
static struct