From: Pat Haugen Date: Tue, 21 Nov 2017 19:03:10 +0000 (+0000) Subject: ppc-asm.h (f50, vs50): Fix values. X-Git-Tag: releases/gcc-6.5.0~669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2699c56309031bae3125e1fc995404727e0a7058;p=thirdparty%2Fgcc.git ppc-asm.h (f50, vs50): Fix values. * config/rs6000/ppc-asm.h (f50, vs50): Fix values. From-SVN: r255027 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e429cecc0d11..b0e03768700f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2017-11-21 Pat Haugen + + Backport from mainline + 2017-11-21 Pat Haugen + + * config/rs6000/ppc-asm.h (f50, vs50): Fix values. + 2017-11-21 Rainer Orth Backport from mainline diff --git a/gcc/config/rs6000/ppc-asm.h b/gcc/config/rs6000/ppc-asm.h index 1234db65f8d7..a7eda88c35ed 100644 --- a/gcc/config/rs6000/ppc-asm.h +++ b/gcc/config/rs6000/ppc-asm.h @@ -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