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, 0 insertions, 11 deletions
diff --git a/runtime/mppa_k1c/i64_udiv.S b/runtime/mppa_k1c/i64_udiv.S
deleted file mode 100644
index f5f50ce7..00000000
--- a/runtime/mppa_k1c/i64_udiv.S
+++ /dev/null
@@ -1,11 +0,0 @@
- .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"