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