aboutsummaryrefslogtreecommitdiff
path: root/gcc/common
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.ibm.com>2018-10-02 15:35:52 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2018-10-02 15:35:52 +0000
commite9e8efc982888dcde3d33798d208b0a81a9c442c (patch)
tree94366a20033a83adce7fbbeb26fc9e62e3e1fd28 /gcc/common
parent8dc5696fcdc151cceb643a4f58bbd66266643f6a (diff)
downloadgcc-e9e8efc982888dcde3d33798d208b0a81a9c442c.zip
gcc-e9e8efc982888dcde3d33798d208b0a81a9c442c.tar.gz
gcc-e9e8efc982888dcde3d33798d208b0a81a9c442c.tar.bz2
S/390: Rename arch12 to z14
This is a mechanical change not impacting code generation. With that patch I try to hide the artificial CPU name arch12 which we had to use before the announcement of the IBM z14 machine. arch12 of course stays a valid option to -march and -mtune. So this is just about making the code somewhat easier to read. gcc/ChangeLog: 2018-10-02 Andreas Krebbel <krebbel@linux.ibm.com> * common/config/s390/s390-common.c: Rename PF_ARCH12 to PF_Z14. * config/s390/s390.h (enum processor_flags): Rename PF_ARCH12 to PF_Z14. Rename TARGET_CPU_ARCH12 to TARGET_CPU_Z14, TARGET_CPU_ARCH12_P to TARGET_CPU_Z14_P, TARGET_ARCH12 to TARGET_Z14, and TARGET_ARCH12_P to TARGET_Z14_P. * config/s390/s390.md: Likewise. Rename also the cpu attribute value from arch12 to z14. From-SVN: r264796
Diffstat (limited to 'gcc/common')
-rw-r--r--gcc/common/config/s390/s390-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/common/config/s390/s390-common.c b/gcc/common/config/s390/s390-common.c
index a56443c..2f72895 100644
--- a/gcc/common/config/s390/s390-common.c
+++ b/gcc/common/config/s390/s390-common.c
@@ -44,9 +44,9 @@ EXPORTED_CONST int processor_flags_table[] =
/* z13 */ PF_IEEE_FLOAT | PF_ZARCH | PF_LONG_DISPLACEMENT
| PF_EXTIMM | PF_DFP | PF_Z10 | PF_Z196 | PF_ZEC12 | PF_TX
| PF_Z13 | PF_VX,
- /* arch12 */ PF_IEEE_FLOAT | PF_ZARCH | PF_LONG_DISPLACEMENT
+ /* z14 */ PF_IEEE_FLOAT | PF_ZARCH | PF_LONG_DISPLACEMENT
| PF_EXTIMM | PF_DFP | PF_Z10 | PF_Z196 | PF_ZEC12 | PF_TX
- | PF_Z13 | PF_VX | PF_VXE | PF_ARCH12
+ | PF_Z13 | PF_VX | PF_VXE | PF_Z14
};
/* Change optimizations to be performed, depending on the