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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d247a5b..fe8476f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +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. + 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> * testsuite/gas/arc/jli-1.d: New file. |