public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, rs6000] Fix register values in ppc-asm.h
@ 2017-11-21 19:00 Pat Haugen
  0 siblings, 0 replies; only message in thread
From: Pat Haugen @ 2017-11-21 19:00 UTC (permalink / raw)
  To: GCC Patches; +Cc: Segher Boessenkool, David Edelsohn

The following patch fixes a couple typos in ppc-asm.h. Committed as
obvious. Will also backport to GCC 6/7 branches.

-Pat


2017-11-21  Pat Haugen  <pthaugen@us.ibm.com>

	* config/rs6000/ppc-asm.h (f50, vs50): Fix values.


Index: gcc/config/rs6000/ppc-asm.h
===================================================================
--- gcc/config/rs6000/ppc-asm.h	(revision 255022)
+++ gcc/config/rs6000/ppc-asm.h	(working copy)
@@ -120,7 +120,7 @@ see the files COPYING3 and COPYING.RUNTI
 #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.RUNTI
 #define vs47	47
 #define vs48	48
 #define vs49	49
-#define vs50	30
+#define vs50	50
 #define vs51	51
 #define vs52	52
 #define vs53	53

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-21 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-21 19:00 [Patch, rs6000] Fix register values in ppc-asm.h Pat Haugen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).