summaryrefslogtreecommitdiff
path: root/core/nds32/__udivdi3.S
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2020-12-22 09:37:55 +1100
committerCommit Bot <commit-bot@chromium.org>2020-12-22 21:02:14 +0000
commitdbc7c310f5babec6fd2b6a382b8a49b011296a12 (patch)
tree8cef0a0a753a01e803c93920a2f0970959f67685 /core/nds32/__udivdi3.S
parentdbe87fb73f561bfa7ae62da17cbf979eb00732a4 (diff)
downloadchrome-ec-factory-dalboz-13695.B-cr50_stab.tar.gz
core/nds uses words we're removing for coil. Remove it, because cr50 doesn't use it. BUG=b:175244613 TEST=make buildall -j Change-Id: I9621ed67347241b2c847d4005e714a0051ab0274 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2600300 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'core/nds32/__udivdi3.S')
-rw-r--r--core/nds32/__udivdi3.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/nds32/__udivdi3.S b/core/nds32/__udivdi3.S
deleted file mode 100644
index 4cb3b058fe..0000000000
--- a/core/nds32/__udivdi3.S
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- *
- * __udivdi3.S: unsigned 64 bit division
- */
-
- .text
- .align 2
- .globl __udivdi3
- .type __udivdi3, @function
-__udivdi3:
- movi $r4, 0 ! ignore remainder
- b __udivmoddi4
- .size __udivdi3, .-__udivdi3