public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch installed for alpha/freebsd.h typo
@ 2002-07-28  8:08 Kaveh R. Ghazi
  0 siblings, 0 replies; only message in thread
From: Kaveh R. Ghazi @ 2002-07-28  8:08 UTC (permalink / raw)
  To: gcc-patches

Necessary for alpha-freebsd*.  Tested via cross-compile of cc1 to
alpha-unknown-freebsd5 and installed as obvious.



2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
	backslash.

diff -rup orig/egcc-CVS20020727/gcc/config/alpha/freebsd.h egcc-CVS20020727/gcc/config/alpha/freebsd.h
--- orig/egcc-CVS20020727/gcc/config/alpha/freebsd.h	2002-05-19 21:30:36.000000000 -0400
+++ egcc-CVS20020727/gcc/config/alpha/freebsd.h	2002-07-28 08:51:39.034673765 -0400
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 	  builtin_define ("__PIC__");		\
 	  builtin_define ("__pic__");		\
 	}					\
-    }
+    }						\
   while (0)
 
 #undef  CPP_SPEC

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

only message in thread, other threads:[~2002-07-28 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-28  8:08 Patch installed for alpha/freebsd.h typo Kaveh R. Ghazi

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).