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]
Other format: [Raw text]

Patch installed for alpha/freebsd.h typo


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


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