*** empty log message ***
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jul 1992 22:30:59 +0000 (22:30 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jul 1992 22:30:59 +0000 (22:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1546 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/libgcc2.c

index 9fe08bf..381cfd1 100644 (file)
@@ -96,7 +96,7 @@ typedef union
   DItype ll;
 } DIunion;
 
-#if defined (L_udivmoddi4) || defined (L_muldi3) || defined (L_udiv_using_sdiv)
+#if defined (L_udivmoddi4) || defined (L_muldi3) || defined (L_udiv_w_sdiv)
 
 #include "longlong.h"
 
@@ -273,9 +273,9 @@ __muldi3 (u, v)
 }
 #endif
 \f
-#ifdef L_udiv_using_sdiv
+#ifdef L_udiv_w_sdiv
 USItype
-__udiv_using_sdiv (rp, a1, a0, d)
+__udiv_w_sdiv (rp, a1, a0, d)
      USItype *rp, a1, a0, d;
 {
   USItype q, r;