]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorTorbjorn Granlund <tege@gnu.org>
Thu, 9 Jul 1992 22:30:59 +0000 (22:30 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Thu, 9 Jul 1992 22:30:59 +0000 (22:30 +0000)
From-SVN: r1546

gcc/libgcc2.c

index 9fe08bff719a9eec4abcb99086a4e7d0f86f5335..381cfd15d17949bf5857d89f14614218bcf7aac8 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;
This page took 0.062808 seconds and 5 git commands to generate.