diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-07-21 10:54:06 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-07-21 10:54:06 +0200 |
commit | 47826cdbec2548cd1d25acf4cfaf908ae88f3325 (patch) | |
tree | f71689a0276eed102b300d369e72f9fce7280503 /gas/doc | |
parent | 33d69f87279fd33a951eafd025b4d188bc71d97c (diff) | |
download | gdb-47826cdbec2548cd1d25acf4cfaf908ae88f3325.zip gdb-47826cdbec2548cd1d25acf4cfaf908ae88f3325.tar.gz gdb-47826cdbec2548cd1d25acf4cfaf908ae88f3325.tar.bz2 |
S/390: Support z14 as CPU name.
With IBM z14 officially announced I can add z14 as CPU name.
No regressions with that patch on s390x.
gas/ChangeLog:
2017-07-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/tc-s390.c (s390_parse_cpu): Add z14 as alternate CPU
name.
* doc/as.texinfo: Add z14 to CPU string list.
* doc/c-s390.texi: Likewise.
opcodes/ChangeLog:
2017-07-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* s390-mkopc.c (main): Enable z14 as CPU string in the opcode
table.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 2 | ||||
-rw-r--r-- | gas/doc/c-s390.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index e0637c7..b82204d 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -1740,7 +1740,7 @@ Specify which s390 processor variant is the target, @samp{g5} (or @samp{arch3}), @samp{g6}, @samp{z900} (or @samp{arch5}), @samp{z990} (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}), or @samp{arch12}. +@samp{z13} (or @samp{arch11}), or @samp{z14} (or @samp{arch12}). @item -mregnames @itemx -mno-regnames Allow or disallow symbolic names for registers. diff --git a/gas/doc/c-s390.texi b/gas/doc/c-s390.texi index 2f417cb..a50d726 100644 --- a/gas/doc/c-s390.texi +++ b/gas/doc/c-s390.texi @@ -18,7 +18,7 @@ and eleven chip levels. The architecture modes are the Enterprise System Architecture (ESA) and the newer z/Architecture mode. The chip levels are g5 (or arch3), g6, z900 (or arch5), z990 (or arch6), z9-109, z9-ec (or arch7), z10 (or arch8), z196 (or arch9), zEC12 (or arch10), z13 -(or arch11), and arch12. +(or arch11), and z14 (or arch12). @menu * s390 Options:: Command-line Options. |