Commit 521a70a4 by Andreas Krebbel Committed by Andreas Krebbel

S/390: Rename __S390_VX__ to __VX__.

gcc/ChangeLog:

2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	* config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
	__S390_VX__ to __VX__.

gcc/testsuite/ChangeLog:

2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	* gcc.target/s390/s390.exp: Rename __S390_VX__ to __VX__.

From-SVN: r245116
parent 6cd3a212
2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
__S390_VX__ to __VX__.
2017-02-01 Andrew Pinski <apinski@cavium.com> 2017-02-01 Andrew Pinski <apinski@cavium.com>
* tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
......
...@@ -321,7 +321,7 @@ s390_cpu_cpp_builtins_internal (cpp_reader *pfile, ...@@ -321,7 +321,7 @@ s390_cpu_cpp_builtins_internal (cpp_reader *pfile,
s390_def_or_undef_macro (pfile, MASK_OPT_HTM, old_opts, opts, s390_def_or_undef_macro (pfile, MASK_OPT_HTM, old_opts, opts,
"__HTM__", "__HTM__"); "__HTM__", "__HTM__");
s390_def_or_undef_macro (pfile, MASK_OPT_VX, old_opts, opts, s390_def_or_undef_macro (pfile, MASK_OPT_VX, old_opts, opts,
"__S390_VX__", "__S390_VX__"); "__VX__", "__VX__");
s390_def_or_undef_macro (pfile, MASK_ZVECTOR, old_opts, opts, s390_def_or_undef_macro (pfile, MASK_ZVECTOR, old_opts, opts,
"__VEC__=10301", "__VEC__"); "__VEC__=10301", "__VEC__");
s390_def_or_undef_macro (pfile, MASK_ZVECTOR, old_opts, opts, s390_def_or_undef_macro (pfile, MASK_ZVECTOR, old_opts, opts,
......
2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* gcc.target/s390/s390.exp: Rename __S390_VX__ to __VX__.
2017-02-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com> 2017-02-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR target/70012 PR target/70012
......
...@@ -121,7 +121,7 @@ proc check_effective_target_s390_useable_hw { } { ...@@ -121,7 +121,7 @@ proc check_effective_target_s390_useable_hw { } {
asm ("etnd %0" : "=d" (nd)); asm ("etnd %0" : "=d" (nd));
} }
#endif #endif
#ifdef __S390_VX__ #ifdef __VX__
asm ("vzero %%v0" : : ); asm ("vzero %%v0" : : );
#endif #endif
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment