* device/lib/gbz80/crt0.s,
[fw/sdcc] / device / lib / gbz80 / stubs.s
index ebb22252a9a6d5a4e84e85ee5fc65c2d5d36c7de..695588d84906b2830a74ccc95d2fb78774e7af65 100644 (file)
@@ -1,26 +1,26 @@
         ;; Stubs to match between function names
-        .area CODE
+        .area   _CODE
 
         .globl  __mullong
         .globl  __modslong
         .globl  __modulong
         .globl  __divslong
         .globl  __divulong
-        .globl __divschar_rrx_s
-        .globl __divsint_rrx_s
-        .globl __divuchar_rrx_s
-        .globl __divuint_rrx_s
-        .globl __mulschar_rrx_s
-        .globl __muluchar_rrx_s
-        .globl __mulint_rrx_s
+        .globl  __divschar_rrx_s
+        .globl  __divsint_rrx_s
+        .globl  __divuchar_rrx_s
+        .globl  __divuint_rrx_s
+        .globl  __mulschar_rrx_s
+        .globl  __muluchar_rrx_s
+        .globl  __mulint_rrx_s
         .globl  __moduchar_rrx_s
         .globl  __modschar_rrx_s
         .globl  __moduint_rrx_s
         .globl  __modsint_rrx_s
-        .globl __rrulong_rrx_s
-        .globl __rrslong_rrx_s
-        .globl __rlulong_rrx_s
-        .globl __rlslong_rrx_s
+        .globl  __rrulong_rrx_s
+        .globl  __rrslong_rrx_s
+        .globl  __rlulong_rrx_s
+        .globl  __rlslong_rrx_s
 
 __mullong_rrx_s::
 __mullong_rrf_s::
@@ -45,74 +45,74 @@ __divulong_rrf_s::
 __mulint_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __mulint_rrx_s
+        jp      __mulint_rrx_s
 
 __divsint_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __divsint_rrx_s
+        jp      __divsint_rrx_s
 
 __divuint_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __divuint_rrx_s
+        jp      __divuint_rrx_s
 
 __mulschar_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __mulschar_rrx_s
+        jp      __mulschar_rrx_s
 
 __divschar_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __divschar_rrx_s
+        jp      __divschar_rrx_s
 
 __muluchar_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __muluchar_rrx_s
+        jp      __muluchar_rrx_s
 
 __divuchar_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __divuchar_rrx_s
+        jp      __divuchar_rrx_s
 
 __modschar_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __modschar_rrx_s
+        jp      __modschar_rrx_s
 
 __moduchar_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __moduchar_rrx_s
+        jp      __moduchar_rrx_s
 
 __modsint_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __modsint_rrx_s
+        jp      __modsint_rrx_s
 
 __moduint_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __moduint_rrx_s
+        jp      __moduint_rrx_s
 
 __rrulong_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __rrulong_rrx_s
+        jp      __rrulong_rrx_s
 
 __rrslong_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __rrslong_rrx_s
+        jp      __rrslong_rrx_s
 
 __rlulong_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __rlulong_rrx_s
+        jp      __rlulong_rrx_s
 
 __rlslong_rrf_s::
         ld      a,#5
         rst     0x08
-        jp     __rlslong_rrx_s
+        jp      __rlslong_rrx_s