diff options
author | Pat Haugen <pthaugen@us.ibm.com> | 2017-11-21 18:46:23 +0000 |
---|---|---|
committer | Pat Haugen <pthaugen@gcc.gnu.org> | 2017-11-21 18:46:23 +0000 |
commit | fc3605f174962ccf6bfd537065c304d0c4270663 (patch) | |
tree | e8e1dbda54002a3f84a8cf8c86c97fe4f840bba2 | |
parent | b99415b7601c40eb98291a198b28793c64b05688 (diff) | |
download | gcc-fc3605f174962ccf6bfd537065c304d0c4270663.zip gcc-fc3605f174962ccf6bfd537065c304d0c4270663.tar.gz gcc-fc3605f174962ccf6bfd537065c304d0c4270663.tar.bz2 |
ppc-asm.h (f50, vs50): Fix values.
* config/rs6000/ppc-asm.h (f50, vs50): Fix values.
From-SVN: r255024
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/ppc-asm.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36c55eb..a099c79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/rs6000/ppc-asm.h b/gcc/config/rs6000/ppc-asm.h index 33925e5..080be3f 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 |