diff options
author | Andreas Krebbel <krebbel@linux.ibm.com> | 2019-04-02 10:50:03 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2019-04-02 10:50:03 +0000 |
commit | 511ea1538b58d7d44a53d0264fc041de5991270a (patch) | |
tree | 3b70d51d4f7f0371cb3f9b343704e32e5cad8613 /gcc/sel-sched.c | |
parent | 6de6b21052e0ca0f54cb494a3a59fee389ac6fdf (diff) | |
download | gcc-511ea1538b58d7d44a53d0264fc041de5991270a.zip gcc-511ea1538b58d7d44a53d0264fc041de5991270a.tar.gz gcc-511ea1538b58d7d44a53d0264fc041de5991270a.tar.bz2 |
S/390: arch13: Add arch13 as architecture option
This patch enables the command line options and provides the proper
macros for checking.
gcc/ChangeLog:
2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
* common/config/s390/s390-common.c (processor_flags_table): New
entry for arch13.
* config.gcc: Support arch13 with the --with-arch= configure flag.
* config/s390/driver-native.c (s390_host_detect_local_cpu):
* config/s390/s390-opts.h (enum processor_type): Add PROCESSOR_ARCH13.
* config/s390/s390.c (s390_get_sched_attrmask)
(s390_get_unit_mask): Add PROCESSOR_ARCH13.
* config/s390/s390.h (enum processor_flags): Add PF_VXE2 and PF_ARCH13.
* config/s390/s390.md (TARGET_CPU_ARCH13, TARGET_CPU_ARCH13_P)
(TARGET_CPU_VXE2, TARGET_CPU_VXE2_P, TARGET_ARCH13)
(TARGET_ARCH13_P, TARGET_VXE2, TARGET_VXE2_P): New macro
definitions.
* config/s390/s390.opt: Support arch13 as processor type in
command line options.
gcc/testsuite/ChangeLog:
2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
* gcc.target/s390/s390.exp: Run tests in arch13 subdir.
* lib/target-supports.exp (check_effective_target_s390_vxe2): New
runtime check for the vxe2 hardware feature on IBM Z.
From-SVN: r270077
Diffstat (limited to 'gcc/sel-sched.c')
0 files changed, 0 insertions, 0 deletions