Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120061
b: refs/heads/master
c: 9ef1002
h: refs/heads/master
i:
  120059: 809530a
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent 16e56ab commit 2733b03
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16b529d1d78060254d5bc735390915ca5ccf13a1
refs/heads/master: 9ef100287afa8e134de50258b8382cbc9d20f954
4 changes: 4 additions & 0 deletions trunk/arch/sh/kernel/sh_ksyms_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ EXPORT_SYMBOL(__const_udelay);
#define DECLARE_EXPORT(name) \
extern void name(void);EXPORT_SYMBOL(name)

DECLARE_EXPORT(__udivsi3);
DECLARE_EXPORT(__sdivsi3);
DECLARE_EXPORT(__lshrsi3);
DECLARE_EXPORT(__ashrsi3);
DECLARE_EXPORT(__ashlsi3);
Expand Down Expand Up @@ -92,6 +94,8 @@ DECLARE_EXPORT(__movstr_i4_even);
DECLARE_EXPORT(__movstr_i4_odd);
DECLARE_EXPORT(__movstrSI12_i4);
DECLARE_EXPORT(__udiv_qrnnd_16);
DECLARE_EXPORT(__sdivsi3_i4);
DECLARE_EXPORT(__udivsi3_i4);
DECLARE_EXPORT(__sdivsi3_i4i);
DECLARE_EXPORT(__udivsi3_i4i);

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/sh/lib/udivsi3-Os.S
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Boston, MA 02110-1301, USA. */
of two more cycles. */
.balign 4
.global __udivsi3_i4i
.global __udivsi3_i4
.global __udivsi3
.set __udivsi3_i4, __udivsi3_i4i
.set __udivsi3, __udivsi3_i4i
.type __udivsi3_i4i, @function
.type __sdivsi3_i4i, @function
Expand Down Expand Up @@ -105,7 +107,9 @@ sdiv_large_divisor:
rotcl r0

.global __sdivsi3_i4i
.global __sdivsi3_i4
.global __sdivsi3
.set __sdivsi3_i4, __sdivsi3_i4i
.set __sdivsi3, __sdivsi3_i4i
__sdivsi3_i4i:
mov.l r4,@-r15
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/sh/lib/udivsi3.S
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ Boston, MA 02110-1301, USA. */

.balign 4
.global __udivsi3_i4i
.global __udivsi3_i4
.global __udivsi3
.set __udivsi3_i4, __udivsi3_i4i
.set __udivsi3, __udivsi3_i4i
.type __udivsi3_i4i, @function
__udivsi3_i4i:
Expand Down Expand Up @@ -174,7 +176,9 @@ div_r8_2:
rotcl r0

.global __sdivsi3_i4i
.global __sdivsi3_i4
.global __sdivsi3
.set __sdivsi3_i4, __sdivsi3_i4i
.set __sdivsi3, __sdivsi3_i4i
.type __sdivsi3_i4i, @function
/* This is link-compatible with a __sdivsi3 call,
Expand Down

0 comments on commit 2733b03

Please sign in to comment.