[Ocfs2-commits] rev 759 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 5 14:23:00 CST 2004


Author: manish
Date: 2004-03-05 14:22:58 -0600 (Fri, 05 Mar 2004)
New Revision: 759

Modified:
   trunk/src/divdi3.c
Log:
#ifdef for ia64 and amd64


Modified: trunk/src/divdi3.c
===================================================================
--- trunk/src/divdi3.c	2004-03-05 20:19:08 UTC (rev 758)
+++ trunk/src/divdi3.c	2004-03-05 20:22:58 UTC (rev 759)
@@ -1,3 +1,4 @@
+#if !defined __x86_64__ && !defined __ia64__
 /*  Ripped from gcc-2.95.1/gcc/libgcc2.c  */
 
 /* Copyright (C) 1989, 92-98, 1999 Free Software Foundation, Inc.
@@ -589,4 +590,4 @@
   return __udivmoddi4 (n, d, (UDItype *) 0);
 }
 
-
+#endif



More information about the Ocfs2-commits mailing list