This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
ns32k.md typo fix
- To: gcc-patches at gcc dot gnu dot org
- Subject: ns32k.md typo fix
- From: "Zack Weinberg" <zackw at stanford dot edu>
- Date: Sat, 30 Jun 2001 11:07:10 -0700
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]))
{