r246051 - in /trunk/libgcc: ChangeLog config/rs...
segher@gcc.gnu.org
segher@gcc.gnu.org
Fri Mar 10 19:29:00 GMT 2017
Author: segher
Date: Fri Mar 10 19:29:48 2017
New Revision: 246051
URL: https://gcc.gnu.org/viewcvs?rev=246051&root=gcc&view=rev
Log:
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.
Modified:
trunk/libgcc/ChangeLog
trunk/libgcc/config/rs6000/crtrestvr.S
trunk/libgcc/config/rs6000/crtsavevr.S
More information about the Gcc-cvs
mailing list