fix backslashes on comment

Mike Stump mikestump@comcast.net
Sat Feb 12 17:27:00 GMT 2011


2011-02-12  Mike Stump  <mikestump@comcast.net>

	* config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
	comments in backslash regions.

Index: config/frv/frv.h
===================================================================
--- config/frv/frv.h	(revision 170072)
+++ config/frv/frv.h	(working copy)
@@ -1595,9 +1595,9 @@
       exit (-1);							\
     }									\
 									\
-  /* Create a function descriptor with the address of the code below
-     and NULL as the FDPIC value.  We don't need the real GOT value
-     here, since we don't use it, so we use NULL, that is just as
+  /* Create a function descriptor with the address of the code below	\
+     and NULL as the FDPIC value.  We don't need the real GOT value	\
+     here, since we don't use it, so we use NULL, that is just as	\
      good.  */								\
   desc[0] = to;								\
   desc[1] = NULL;							\



More information about the Gcc-patches mailing list