K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-07-24T22:05:55.296456Z K 7 svn:log V 159 Fix register usage in fabs(3) for powerpcspe This still used the FPU register definition, which gcc converted to using %r1 (stack register). Fix to use %r3. END