This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ns32k.md typo fix


Tested by building an i386-linux -> ns32k-netbsd cross compiler.
Installed as obvious.

zw

	* ns32k.md: Remove stray backslash-newline in output template.

===================================================================
Index: config/ns32k/ns32k.md
--- config/ns32k/ns32k.md	2001/04/03 15:06:04	1.17
+++ config/ns32k/ns32k.md	2001/06/30 18:06:22
@@ -346,7 +346,7 @@
   ""
   "*
 {
-  extern int flag_pic;						\
+  extern int flag_pic;
 
   if (FP_REG_P (operands[0]))
     {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]