aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/mppa_k1c/i64_udiv.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mppa_k1c/i64_udiv.S')
-rw-r--r--runtime/mppa_k1c/i64_udiv.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/mppa_k1c/i64_udiv.S b/runtime/mppa_k1c/i64_udiv.S
new file mode 100644
index 00000000..f5f50ce7
--- /dev/null
+++ b/runtime/mppa_k1c/i64_udiv.S
@@ -0,0 +1,11 @@
+ .text
+
+ .align 8
+ .globl __compcert_i64_udiv
+ .type __compcert_i64_udiv, @function
+__compcert_i64_udiv:
+ make $r2 = 0
+ goto udivmoddi4
+ ;;
+ .size __compcert_i64_udiv, .-__compcert_i64_udiv
+ .ident "GCC: (GNU) 4.9.4"