lib1funcs.asm: Replace DenHighZero with DenHighNonZero.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 11 Nov 2003 18:36:39 +0000 (18:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 11 Nov 2003 18:36:39 +0000 (18:36 +0000)
* config/h8300/lib1funcs.asm: Replace DenHighZero with
DenHighNonZero.

From-SVN: r73457

gcc/ChangeLog
gcc/config/h8300/lib1funcs.asm

index 0a6de85bdf3a4dda21a73c2b2577d2f88304d6bd..e25e22b1f491b25059f2b3abf4776853b07b3a13 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-11  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/lib1funcs.asm: Replace DenHighZero with
+       DenHighNonZero.
+
 2003-11-11  Jan Hubicka  <jh@suse.cz>
 
        * cgraphunit.c (cgraph_function_possibly_inlined_p): Use
index dc22e54d60e6829585b613f789f27d1542a1f218..6444ea65a2f8c6e7233f93e8a6a3c9d027ddbb8f 100644 (file)
@@ -519,7 +519,7 @@ divmodsi4:
         mov.b  A2H,S2H
         or     A2L,S2H
         or     A3H,S2H
-        bne    DenHighZero
+        bne    DenHighNonZero
         mov.b  A0H,A0H
         bne    NumByte0Zero
         mov.b  A0L,A0L
@@ -549,7 +549,7 @@ NumByte3Zero:
         rts
 
 ; have to do the divide by shift and test
-DenHighZero:
+DenHighNonZero:
        mov.b   A0H,S1L
         mov.b  A0L,A0H
         mov.b  A1H,A0L
@@ -591,7 +591,7 @@ setone:
 divmodsi4:
        sub.l   S0P,S0P         ; zero play area
        mov.w   A1E,A1E         ; denominator top word 0?
-       bne     DenHighZero
+       bne     DenHighNonZero
 
        ; do it the easy way, see page 107 in manual
        mov.w   A0E,A2
@@ -604,7 +604,7 @@ divmodsi4:
        extu.l  S0P
        rts
 
-DenHighZero:
+DenHighNonZero:
        mov.w   A0E,A2
        mov.b   A2H,S0L
        mov.b   A2L,A2H