]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ppc-asm.h (f50, vs50): Fix values.
authorPat Haugen <pthaugen@us.ibm.com>
Tue, 21 Nov 2017 18:46:23 +0000 (18:46 +0000)
committerPat Haugen <pthaugen@gcc.gnu.org>
Tue, 21 Nov 2017 18:46:23 +0000 (18:46 +0000)
* config/rs6000/ppc-asm.h (f50, vs50): Fix values.

From-SVN: r255024

gcc/ChangeLog
gcc/config/rs6000/ppc-asm.h

index 36c55ebe709a99ebf58b8e0d6bae3bd192d2783c..a099c79a02c61f2941ab932b28bc93e434ec403d 100644 (file)
@@ -1,3 +1,7 @@
+2017-11-21  Pat Haugen  <pthaugen@us.ibm.com>
+
+       * config/rs6000/ppc-asm.h (f50, vs50): Fix values.
+
 2017-11-21  Jonathan Wakely  <jwakely@redhat.com>
 
        * doc/invoke.texi (-Wmaybe-uninitialized): Rephrase for clarity.
index 33925e558b034aa45b49823873f78cb9960e8c67..080be3f7ba0b33e7b098d018990ae42ae4b435c3 100644 (file)
@@ -120,7 +120,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define f47    47
 #define f48    48
 #define f49    49
-#define f50    30
+#define f50    50
 #define f51    51
 #define f52    52
 #define f53    53
@@ -222,7 +222,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define vs47   47
 #define vs48   48
 #define vs49   49
-#define vs50   30
+#define vs50   50
 #define vs51   51
 #define vs52   52
 #define vs53   53