diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-11-20 01:26:35 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:42:54 -0500 |
commit | 9ef100287afa8e134de50258b8382cbc9d20f954 (patch) | |
tree | 592d0717548ac36144de9643014c1cf4bd54e31b /arch/sh/kernel/sh_ksyms_32.c | |
parent | 16b529d1d78060254d5bc735390915ca5ccf13a1 (diff) |
sh: Add exports for __udivsi3/__sdivsi3 and the _i4 versions.
Needed by older compilers.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sh_ksyms_32.c')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index 9c5ae7b9cd98..490c40218ed7 100644 --- a/arch/sh/kernel/sh_ksyms_32.c +++ b/arch/sh/kernel/sh_ksyms_32.c | |||
@@ -53,6 +53,8 @@ EXPORT_SYMBOL(__const_udelay); | |||
53 | #define DECLARE_EXPORT(name) \ | 53 | #define DECLARE_EXPORT(name) \ |
54 | extern void name(void);EXPORT_SYMBOL(name) | 54 | extern void name(void);EXPORT_SYMBOL(name) |
55 | 55 | ||
56 | DECLARE_EXPORT(__udivsi3); | ||
57 | DECLARE_EXPORT(__sdivsi3); | ||
56 | DECLARE_EXPORT(__lshrsi3); | 58 | DECLARE_EXPORT(__lshrsi3); |
57 | DECLARE_EXPORT(__ashrsi3); | 59 | DECLARE_EXPORT(__ashrsi3); |
58 | DECLARE_EXPORT(__ashlsi3); | 60 | DECLARE_EXPORT(__ashlsi3); |
@@ -92,6 +94,8 @@ DECLARE_EXPORT(__movstr_i4_even); | |||
92 | DECLARE_EXPORT(__movstr_i4_odd); | 94 | DECLARE_EXPORT(__movstr_i4_odd); |
93 | DECLARE_EXPORT(__movstrSI12_i4); | 95 | DECLARE_EXPORT(__movstrSI12_i4); |
94 | DECLARE_EXPORT(__udiv_qrnnd_16); | 96 | DECLARE_EXPORT(__udiv_qrnnd_16); |
97 | DECLARE_EXPORT(__sdivsi3_i4); | ||
98 | DECLARE_EXPORT(__udivsi3_i4); | ||
95 | DECLARE_EXPORT(__sdivsi3_i4i); | 99 | DECLARE_EXPORT(__sdivsi3_i4i); |
96 | DECLARE_EXPORT(__udivsi3_i4i); | 100 | DECLARE_EXPORT(__udivsi3_i4i); |
97 | 101 | ||