[SPARC]: Fix dot-symbol exporting for good.
[deliverable/linux.git] / arch / sparc / lib / umul.S
index a784720a8a220b4624365673bd810171e087d8ef..f0e5b20a2536fdbaeb88842f83a1d6ed58d90262 100644 (file)
@@ -21,7 +21,9 @@
  */
 
        .globl .umul
+       .globl _Umul
 .umul:
+_Umul: /* needed for export */
        or      %o0, %o1, %o4
        mov     %o0, %y         ! multiplier -> Y
 
This page took 0.024279 seconds and 5 git commands to generate.