diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-03-28 08:24:47 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-03-28 08:24:47 (GMT) |
commit | 9c5b406b9a857a67caf778f096bfc7f4e6b0401a (patch) | |
tree | 7b482623baa5dceeab5985b68bcdee57323a3479 /arch/sh | |
parent | 28defbea64622f69d65a6079bf800cedb9915a5f (diff) | |
download | linux-9c5b406b9a857a67caf778f096bfc7f4e6b0401a.tar.xz |
sh: Kill bogus GCC4 symbol exports.
__sdivsi3_i4i, __udiv_qrnnd_16, and __udivsi3_i4i don't exist
outside of the ST compiler, so kill them off.
This causes compile failures with other GCC4 compilers.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index fe1b276..6e0d10f 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c @@ -82,9 +82,6 @@ DECLARE_EXPORT(__movstr); DECLARE_EXPORT(__movmem_i4_even); DECLARE_EXPORT(__movmem_i4_odd); DECLARE_EXPORT(__movmemSI12_i4); -DECLARE_EXPORT(__sdivsi3_i4i); -DECLARE_EXPORT(__udiv_qrnnd_16); -DECLARE_EXPORT(__udivsi3_i4i); #else /* GCC 3.x */ DECLARE_EXPORT(__movstr_i4_even); DECLARE_EXPORT(__movstr_i4_odd); |