Build crt*vr.S with AltiVec enabled
commit4144e4e3010cb49a3659055de45acbf7a96b2da4
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 10 Mar 2017 19:29:48 +0000 (10 20:29 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 10 Mar 2017 19:29:48 +0000 (10 20:29 +0100)
treeea4d1ebb07acf3be88059e3afef7959dd4eebd84
parentfdb1880f3d218d76768ebb3f1d1adedbfb166f6f
Build crt*vr.S with AltiVec enabled

These files won't build on targets that do not have AltiVec enabled,
breaking the build, unless we tell GAS that Altivec insns are fine.
The alternative is to not build these files in that case, which is much
more complicated.

libgcc/
* config/rs6000/crtrestvr.s: Use .machine altivec.
* config/rs6000/crtsavevr.s: Ditto.

From-SVN: r246051
libgcc/ChangeLog
libgcc/config/rs6000/crtrestvr.S
libgcc/config/rs6000/crtsavevr.S