aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/sdiv.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/lib/sdiv.S')
-rw-r--r--arch/sparc/lib/sdiv.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/lib/sdiv.S b/arch/sparc/lib/sdiv.S
index e0ad80b6f63d..af9451629d0b 100644
--- a/arch/sparc/lib/sdiv.S
+++ b/arch/sparc/lib/sdiv.S
@@ -43,7 +43,9 @@
.globl .div
+ .globl _Div
.div:
+_Div: /* needed for export */
! compute sign of result; if neither is negative, no problem
orcc %o1, %o0, %g0 ! either negative?
bge 2f ! no, go do the divide